What it streams
Realtime score updates scoped to a specificfixtureId.
Each payload.scores object is keyed by the period (result, p1, etc.).
Routing
- Entity key:
payload.fixtureId - Filters:
sportIds,tournamentIds,fixtureIds - Access: live/pregame access is determined by your
apiKey
Payload structure
| Field | Type | Description |
|---|---|---|
fixtureId | string | The fixture this score applies to |
scores | object | Scores per period |
scores[period] | object | Each period’s score and metadata |
updatedAt | string (ISO) | Last known update time for this period |
Example: result update
Example: multiple period updates
Notes
- Periods may include
result,p1,1stHalf, etc. - Use
updatedAtto detect stale scores - This stream does not include match status (see
fixtures)