Skip to main content
GET
/
players
Get Players
curl --request GET \
  --url 'https://v5.oddspapi.io/en/players?apiKey='
[
{
"playerId": 607468,
"playerName": "Jokic, Nikola"
},
{
"playerId": 607336,
"playerName": "Antetokounmpo, Giannis"
}
]

Authorizations

apiKey
string
query
required

Your API key (query-based auth for v5).

Query Parameters

playerIds
string | null

Comma- or space-separated player IDs.

participantId
integer | null

Single participant ID.

sportId
integer | null

Single sport ID.

Response

Returns Player[]

playerId
integer
required
playerName
string | null