Skip to main content
GET
/
cs2
/
v1
/
tournaments
/
{hltv_event_id}
CS2 tournament metadata
curl --request GET \
  --url https://ticktock.bet/cs2/v1/tournaments/{hltv_event_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "hltv_event_id": 7902,
    "name": "ESL Pro League S20",
    "tier": 1,
    "is_lan": true,
    "prize_pool_usd": 850000
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ticktock.bet/llms.txt

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

What it returns

Full detail for one event: name, dates, prize pool, format, participating teams, group/bracket structure, and current standings if the event is in progress.

Required scope

  • Minimum: cs2:tournaments:read

Example

curl -H "X-API-Key: $TT_KEY" \
  "https://ticktock.bet/cs2/v1/tournaments/7902"

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Path Parameters

hltv_event_id
integer
required

Response

Successful Response

The response is of type Response Get Tournament Cs2 V1 Tournaments Hltv Event Id Get · object.

Last modified on May 10, 2026