Skip to main content
GET
/
cs2
/
v1
/
maps
Global per-map analytics
curl --request GET \
  --url https://ticktock.bet/cs2/v1/maps \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "map_name": "Inferno",
      "ct_round_win_pct": 0.527,
      "t_round_win_pct": 0.473,
      "ct_win_pistol_pct": 0.541,
      "t_win_pistol_pct": 0.459
    }
  ],
  "meta": {
    "count": 1
  }
}

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

Aggregate stats across the entire CS2 dataset, grouped per active-pool map: total maps played, average rounds, CT/T side win rate, average rating spread. Use as a prior for pre-match models and odds calibration.

Required scope

  • Minimum: cs2:maps:read

Example

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

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Response

Successful Response

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

Last modified on May 10, 2026