Skip to main content
GET
/
cs2
/
v1
/
matches
/
{match_id}
/
rounds
Round-by-round metadata (no per-event detail)
curl --request GET \
  --url https://ticktock.bet/cs2/v1/matches/{match_id}/rounds \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "id": "52ef0d9c-7c1f-4c4e-9b3a-4a5e2f8b1c10",
    "team_a": "Sashi",
    "team_b": "OG",
    "team_a_logo": "https://images.ticktock.bet/teams/sashi.png",
    "team_b_logo": "https://images.ticktock.bet/teams/og.png",
    "event": "ESL Pro League S20",
    "bo_type": "bo3",
    "status": "live",
    "scheduled_at": "2026-05-10T17:00:00+00:00",
    "score_a": 1,
    "score_b": 0,
    "map_name": "de_mirage"
  }
}

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

Round-by-round detail for the requested match: round number, winner, winning side (CT/T), score after the round, win reason (kills / bomb / time / defuse), and bomb site when applicable. Use this for grading bets, building post-match round breakdowns, or reconciling against your own scorebot.

Required scope

  • Minimum: cs2:matches:detail

Example

curl -H "X-API-Key: $TT_KEY" \
  "https://ticktock.bet/cs2/v1/matches/52ef…/rounds"

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 Rounds Cs2 V1 Matches Match Id Rounds Get · object.

Last modified on May 10, 2026