Better-CS-API Docs
Team

Stats Teams Map ID

GET
/hltv/stats/teams/map/{id}

Get specific HLTV map statistics for a team by ID.

hltv.org/stats/teams/map/{map_id}/{id}

Credits

  • 1 credit ($0.0012)

In case of errors, your credits are refunded automatically. Credits are not refunded for invalid IDs (404).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

id*Id

The team ID. You can find this ID in the response of other endpoints like /match/{id}, /results, or /player/{id} (inside team objects).

Example7020

Query Parameters

map*GameMapFilter

The specific map to get stats for (e.g. de_ancient).

Value in

  • "de_train"
  • "de_cobblestone"
  • "de_inferno"
  • "de_cache"
  • "de_mirage"
  • "de_overpass"
  • "de_dust2"
  • "de_nuke"
  • "de_tuscan"
  • "de_vertigo"
  • "de_season"
  • "de_ancient"
  • "de_anubis"
event?array<integer>|

Filter by specific event IDs.

playoffMatchType?|

Filter by playoff match type.

valveRanked?|

Filter by Valve ranked status.

bestOfX?array<>|

Filter by best of X.

csVersion?|

Filter by game version (CS2, CS:GO).

rankingFilter?|

Filter by ranking (e.g. Top5, Top10).

startDate?|

Start date for filtering results (Format: YYYY-MM-DD).

endDate?|

End date for filtering results (Format: YYYY-MM-DD).

matchType?|

Filter by match type.

Response Body

application/json

application/json

curl -X GET "https://example.com/hltv/stats/teams/map/7020?map=de_train"
{  "map": "default",  "stats": {    "timesPlayed": 0,    "wins": 0,    "draws": 0,    "losses": 0,    "rounds": 0,    "roundsWon": 0,    "winRate": 0,    "pistolRounds": 0,    "pistolRoundsWon": 0,    "pistolRoundWinPercent": 0,    "ctRoundWinPercent": 0,    "tRoundWinPercent": 0,    "pickPercent": 0,    "banPercent": 0  },  "sideBreakdown": {    "ctWonRounds": 0,    "tWonRounds": 0  },  "gameChangers": {    "firstKillWinPercent": 0,    "firstDeathWinPercent": 0  },  "matches": [    {      "date": 0,      "opponent": {        "name": "string",        "id": 0      },      "event": {        "id": 0,        "name": "string"      },      "result": {        "team1": 0,        "team2": 0      },      "won": true,      "mapStatsId": 0    }  ]}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty