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" } ]

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

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