Skip to main content
GET
CS2 match timeline (rounds + events + VOD anchors)

What it returns

Per-round + per-event log for one match. Each event carries:
  • type (kill, bomb_planted, bomb_defused, bomb_exploded, …)
  • actor / target / weapon / side / victim_side
  • time (UTC) and time_offset_seconds (round clock offset)
  • VOD timecode + map number — anchors for stream replay players to jump straight to the moment.
The internal meta blob (raw scorebot JSON) only comes through with cs2:matches:internals.

Required scope

  • Minimum: cs2:matches:detail

Use cases

  • Dispute resolution — point operations or end users at the exact stream timecode for a contested kill or bomb plant.
  • Custom replay players — index your VOD by round/event using the anchor table.
  • Post-match analytics — feed the event log into your own model.

Example

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Path Parameters

match_id
string
required

Response

Successful Response

The response is of type Response Get Match Timeline Cs2 V1 Matches Match Id Timeline Get · object.

Last modified on May 10, 2026