Skip to content

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

OK

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

Playground

Server
Authorization
Variables
Key
Value

Samples