Stats Lineup Map
Get HLTV team map statistics overview by lineup with player IDs instead of team IDs. Same as /stats/teams/map/{id} but with player IDs instead of team IDs.
hltv.org/stats/lineup/map
Credits
- 1 credit ($0.0012)
In case of errors, your credits are refunded automatically.
Authorization
HTTPBearer In: header
Query Parameters
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"
Filter by specific event IDs.
Filter by playoff match type.
Filter by Valve ranked status.
Filter by best of X.
Filter by game version (CS2, CS:GO).
Filter by ranking (e.g. Top5, Top10).
Start date for filtering results (Format: YYYY-MM-DD).
End date for filtering results (Format: YYYY-MM-DD).
Filter by match type.
Filter by specific team lineups with players ID(s).
1 <= itemsMinimum number of players from the lineup that must match.
1Response Body
application/json
application/json
curl -X GET "https://example.com/hltv/stats/lineup/map?map=de_train&lineup=0"{ "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 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}