...
scoutsfeed - Required value = yes. Parameter The parameter will return only events available on the in Scoutsfeed product.
date_from - Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. Date from which events should be returned. If you use a single date_from parameter you will receive all events that start in the 24 hours from the requested date
date_to - Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. End date of returned events. The maximum period beetwen date_from and date_to parameter is 30 days. This rule is not valid when you use the following query parameter in your request: season_id, stage_id, group_id, participant_id
coverage_type - Determines coverage type. Possible values:
from_venue - means the scout is relaying the event directly from the stadium (max. latency 1 second)
from_tv - means the scout is relaying the event from low latency TV transmission (max. latency 6 seconds)
...
events_details - Determines if subnodes of events will be visible. Possible values:
yes - events subnodes will be shown
no - events subnodes will not be shown
sport_id - Determines the sport identifier in which the events are played. Possibility to input multiple identifiers, separated by a comma. The complete list of possible sports can be retrieved using the API resource: sports.index
competition_id - Determines the competition identifier in which the events are played. Possibility to input multiple identifiers, separated by a comma. The complete list of possible competitions can be retrieved using the API resource: competitions.index
season_id - Determines the season identifier in which the events are played. Possibility to input multiple identifiers, separated by a comma. The complete list of possible seasons can be retrieved using the API resource: seasons.index
timestamp - Selection date, format UNIX_TIMESTAMP. Only changes in events that occurred or were updated after this timestamp will be returned.
...
Below is an example query that allows you to book the selected match:
https://api.statscore.com/v2/booked-events?token=YOURTOKEN&product=scoutsfeed&event_id=2750161&client_id=XXX
...
Below is an example query that allows you to book the selected match:
https://api.statscore.com/v2/booked-events/2750161?token=YOURTOKEN&product=scoutsfeed&client_id=XXX
...