Get Team
Team profile + per-map stats from HLTV
GET
CS2 team profile + per-map stats
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
Team identity (name, country, ranking, region) plus the per-mapmap_stats block:
map_stats[] field | Meaning |
|---|---|
map_name | "all" for the aggregate, otherwise the HLTV map slug (e.g. de_inferno) |
maps_played, wins, draws, losses, win_rate | Volume + W/L |
total_kills, total_deaths, kd_ratio, rating | Aggregate skill metrics |
rounds_played, rounds_won, round_win_rate | Round-level |
ct_round_win_pct, t_round_win_pct | Side splits |
pistol_rounds, pistol_rounds_won, pistol_win_pct | Pistol-round W/L |
pick_pct, ban_pct | Map veto preference |
first_kill_win_pct, first_death_win_pct | First-kill conversion |
map_details.{first_kill_win_pct_ct, first_kill_win_pct_t, first_death_loss_pct_ct, first_death_loss_pct_t} | Per-side first-duel splits |
top_player_opening_kills[] | Per-roster opening-kill leaderboard (player_id, nickname, opening_kpr/dpr) |
players_opening | Same data raw |
players_flash | Per-player flash assists (when scraped) |
opening_kpr | Team-level opening KPR (sum of player successes / rounds) |
map_stats always includes the "all" aggregate plus one row per map the team has played in the requested window.
Required scope
- Minimum:
cs2:teams:read
Query
| Param | Default | Description |
|---|---|---|
time_filter | 3m | Window for map_stats. Accepts 3m, 6m, 1y, all. |
Example
Authorizations
Tenant API key issued during onboarding
Path Parameters
Query Parameters
Window for map_stats: 3m, 6m, 1y, all.
Response
Successful Response
The response is of type Response Get Team Cs2 V1 Teams Hltv Id Get · object.
Last modified on May 10, 2026
CS2 team profile + per-map stats