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 values below.
Status values
status | Meaning |
|---|---|
NOT_STARTED | Scheduled, not yet kicked off |
STARTED | In play (including half-time) |
CLOSE_OF_PLAY | A multi-day cricket Test between days — at stumps, still ongoing. Resumes the next day and stays visible until FINISHED. |
FINISHED | Completed |
CLOSE_OF_PLAY is treated as live/ongoing alongside STARTED: matches in this state appear in /leagues/active, /matches/active, and the per-sport /matches/live feed, and CLOSE_OF_PLAY is a valid value for the status= filter on /matches.Suspended or postponed matches are never returned by the API. They are filtered out of every catalog response.