Team Head-to-Head
Aggregate W/L plus deep round-level analytics across every finished match between two teams
GET
Head-to-head between two CS2 teams
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
Looks at every finished match between two HLTV team ids and produces three blocks:summary
Match-level and map-level W/L counts plus draws, all from the path’s first id (hltv_id) perspective:
aggregated
Round-level analytics across every map with at least one ended round. null when no round data is available (yet-to-be-tracked or pure-walkover matches):
| Field | Meaning |
|---|---|
total_maps, total_rounds, rounds_per_map | Volume |
team_a_ct_rounds_won, team_a_t_rounds_won | Side-specific round wins from team perspective |
team_b_ct_rounds_won, team_b_t_rounds_won | Same for opponent |
pistol_rounds_total, team_a_pistol_wins, team_b_pistol_wins | Pistol-round W/L |
team_a_first_kills, team_b_first_kills | First-kill counts |
team_a_first_kill_win_pct, team_b_first_kill_win_pct | Round-win conversion when getting the first kill |
race_to_6_team_a_win_pct | % of maps where team reached 6 round wins first. Same for 9 and 12. |
team_a_headshots, team_b_headshots | Total headshot kills |
team_a_headshot_pct, team_b_headshot_pct | Headshots ÷ total kills |
team_a = team, team_b = opponent throughout.)
recent_fixtures
Compact list of the most recent N fixtures, normalised to team’s perspective:
match_id to Get Match.
Required scope
- Minimum:
cs2:teams:read
Query
| Param | Default | Description |
|---|---|---|
limit | 20 | Most recent N finished fixtures (max 100). |
Example
Use cases
- Pre-match models — feed the full
aggregatedblock as features (CT/T splits, pistol conversion, race-to-N). - Display surfaces —
summary+recent_fixturesfor the match preview UI. - Fundamental factors — first-kill win % and headshot % as priors for player-prop pricing.
Authorizations
Tenant API key issued during onboarding
Query Parameters
Most recent N fixtures.
Required range:
1 <= x <= 100Response
Successful Response
The response is of type Response Get Team H2H Cs2 V1 Teams Hltv Id H2H Opponent Id Get · object.
Last modified on May 10, 2026
Head-to-head between two CS2 teams