How can I get list of events?
This article will help you find the event ID, useful for collecting data
Step-by-step guide:
-
List of all events can be found using events.index method
https://api.statscore.com/v2/events?token=<<YOUR TOKEN>>
- You can filter the list for specific area, or sport to get accurate data.
https://api.statscore.com/v2/events?token=<<YOUR TOKEN>>&area_id=5
https://api.statscore.com/v2/events?token=<<YOUR TOKEN>>&sport_id=5
- List of events for specific season you can use its id to get the data
https://api.statscore.com/v2/events?token=<<YOUR TOKEN>>&season_id=65679