Skip to main content
GET
List CS2 tournaments / events

What it returns

Tournament/event list. Filterable by tier, region, and date range. Each entry carries the HLTV event ID, name, prize pool, format, and key dates. Useful for:
  • Pre-game analytics — group fixtures under their parent tournament.
  • Filtering — only ingest matches from tier-1 events.
  • Calendar UIs — show what’s running this week.

Required scope

  • Minimum: cs2:tournaments:list

Example

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Query Parameters

tier
string | null

Filter by tier (case-insensitive: S, A, B, C, D).

is_lan
boolean | null

Filter LAN-only or online-only events.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

The response is of type Response List Tournaments Cs2 V1 Tournaments Get · object.

Last modified on May 10, 2026