Skip to main content

What it streams

Live score changes for fixtures (period scores, result, clocks, etc. feed-dependent).

Routing

  • Entity key: fixtureId
  • Filters: sportIds, tournamentIds, fixtureIds, live
  • Not bookmaker-gated

Common payload fields

  • fixtureId
  • scores (nested score objects by period/type)

Example message (JSON)

{
  "channel": "scores",
  "type": "UPDATE",
  "payload": {
    "fixtureId": "id1100064863267785",
    "scores": {
      "result": {
        "period": "result",
        "participant1Score": 0,
        "participant2Score": 0,
        "updatedAt": "2025-12-11T22:40:04.45415+00:00"
      }
    }
  },
  "ts": 1765497902846,
  "entryId": "1765497902846-3221"
}