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

How can I get the schedule for specified season?

This article will help you find the schedule for a specific season.

Step-by-step guide:

  • To get a list of competitions go to the competitions.index method with specified parameters: area_id and sport_id.

https://api.statscore.com/v2/competitions?token=<<YOUR TOKEN>>&area_id=5&sport_id=5

  • To get a list of seasons go to the seasons.index method with specified parameter: competition_id.

https://api.statscore.com/v2/seasons?token=your_token&competition_id=1528

  • There is also possible to get same list by competitions.show method

https://api.statscore.com/v2/competitions/1528?token=<<YOUR TOKEN>>

  • To get a list of events in season go to the events.index method with specified parameter: season_id

https://api.statscore.com/v2/events?token=<<YOUR TOKEN>>&sport_id=5&competition_id=1528&season_id=65679

Now you have the list of  English Premier League in season 2025/26 

 

Remember!
To download data from a specific season, it must be included in your package.

Useful links:

How can I get country id

How can I get list of sports