cURL
curl --request GET \ --url 'https://v5.oddspapi.io/en/participants?apiKey='
200
example
[ { "participantId": 3409, "sportId": 11, "name": "Chicago Bulls" }, { "participantId": 3410, "sportId": 11, "name": "Milwaukee Bucks" }]
List participants.
Lookup mode: participantIds OR sportId OR playerId.
participantIds
sportId
playerId
Your API key (query-based auth for v5).
Comma- or space-separated participant IDs.
Single sport ID.
Single player ID.
Returns Participant[]