Skip to content
Search
K
Main Navigation
Uptime
Portal
Appearance
Menu
Return to top
On this page
Get tournament
GET
/v1/tournaments/{tournament_id}
Gets a single tournament
Authorizations
api_key
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
tournament_id
*
XS2event ID of the Tournament
Type
string
Required
Responses
200
OK
Content-Type
application/json
Schema
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
}
GET
/v1/tournaments/{tournament_id}
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
tournament_id
*
Try it out
Samples