Used by
GET /matchesGET /matches/activeGET /matches/{id}
Fields
Match id. Use this value as the
match_id parameter for GET /matches/{id}/live, GET /matches/{id}/result, and WebSocket subscribe/unsubscribe messages.Home team name.
Away team name.
Scheduled kick-off time in ISO 8601 UTC, e.g.
2026-06-18T02:00:00Z.Current match status. One of the three values below.
Status values
status | Meaning |
|---|---|
NOT_STARTED | Scheduled, not yet kicked off |
STARTED | In play (including half-time) |
FINISHED | Completed |
Suspended or postponed matches are never returned by the API. They are filtered out of every catalog response.