Skip to main content
GET
/
tournaments
Get Tournaments
curl --request GET \
  --url 'https://v5.oddspapi.io/en/tournaments?apiKey='
[
{
"tournamentId": 132,
"sportId": 11,
"tournamentSlug": "nba",
"categorySlug": "usa",
"tournamentName": "NBA",
"categoryName": "USA"
},
{
"tournamentId": 138,
"sportId": 11,
"tournamentSlug": "euroleague",
"categorySlug": "international",
"tournamentName": "Euroleague",
"categoryName": "international"
}
]

Authorizations

apiKey
string
query
required

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

Query Parameters

sportId
integer | null

Single sport ID.

tournamentIds
string | null

Comma- or space-separated tournament IDs.

Response

Returns Tournament[]

tournamentId
integer
required
sportId
integer
required
tournamentName
string
required
tournamentSlug
string | null
categorySlug
string | null
categoryName
string | null