Per-map scores on played matches
5/4/2026, 2:02:17 PM
The matches API now returns each map played in series order, round scores, map metadata, and which team won each map.
What is new
GET /api/v2/matchesresponses for played matches include agamesarray.- Each entry is one map in series order (
sequence: first map played, then second, …). - For each map we expose map (
id,slug,title,image_url), round scores (winner_rounds,loser_rounds), and which team won that map (map_winner_team). - Map definitions are normalized so the same map (e.g. Inferno) shares one catalog entry across matches.
Why this matters
Integrations can show BO3/BO5 breakdowns—map picks and per-map results—without scraping elsewhere.
Compatibility
Matches without parsed map rows continue to return "games": [].