Skip to content

Get tournament

GET
/v1/tournaments/{tournament_id}

Gets a single tournament

Authorizations

api_key
TypeAPI Key (header: X-Api-Key)

Parameters

Path Parameters

tournament_id*

XS2event ID of the Tournament

Typestring
Required

Responses

OK

application/json
JSON
{
"tournament_id": "8a8bd5e3d98347e68cbe50d31953fcbb_trn",
"official_name": "Formula 1",
"season": "2023",
"tournament_type": "league",
"region": "WORLD",
"sport_type": "formula1",
"date_start": "2022-07-10T00:00:00",
"date_stop": "2023-12-30T00:00:00",
"created": "2024-04-08T14:03:00",
"updated": "2024-04-08T14:03:00",
"slug": "formula-1-2023",
"number_events": 0
}

Playground

Server
Authorization
Variables
Key
Value

Samples