Skip to content
English
  • There are no suggestions because the search field is empty.

Is there a way to know whether a match is postponed or not?

Explanation of event status while using API resources.

Step-by-step guide

 

First of all you need to know which status "type" is assigned to postponed events. The status type must be one of the following types: live, scheduled, finished, cancelled, interrupted, deleted, other.

Status name "postponed" is visble with status_type 'scheduled", when we receive information that event was postponed.


"id": 6154099,
"ls_id": 16539842,
"name": "Ondrej Kucirek - Jan Pleskot",
"source": 149657,
"source_dc": "no",
"source_super": null,
"relation_status": "not_started",
"start_date": "2025-08-26 00:30",
"ft_only": "no",
"coverage_type": "from_tv",
"channel_id": null,
"channel_name": "",
"scoutsfeed": "no",
"provider_id": 74,
"default_provider_event_id": "16539842",
"status_id": 5,
"status_name": "Postponed",
"status_type": "scheduled",
"sport_id": 46,
"sport_name": "Table tennis",

If we know that it is "scheduled", you can use this parameter in query to events.index list, for example: 


http://api.statscore.com/v2/events?token=<<YOUR_TOKEN>>&sport_id=5&status_type=scheduled