Skip to main content
GET
/
cs2
/
v1
/
maps
/
pool
Current CS2 competitive map pool
curl --request GET \
  --url https://ticktock.bet/cs2/v1/maps/pool \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "game": "cs2",
    "maps": [
      "de_mirage",
      "de_inferno",
      "de_nuke",
      "de_anubis",
      "de_ancient",
      "de_dust2",
      "de_train"
    ],
    "count": 7
  }
}

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

The maps currently in the official competitive rotation. Updated when Valve changes the active pool. Use it to filter map-specific stats endpoints to maps that actually matter for current matches.

Required scope

  • Minimum: cs2:maps:read

Example

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

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Response

Successful Response

The response is of type Response Get Map Pool Cs2 V1 Maps Pool Get · object.

Last modified on May 10, 2026