GET Fixtures by Date Range

GET Fixtures by Date Range

https://soccer.sportmonks.com/api/v2.0/fixtures/between/{start_date}/{end_date}

Endpoint details

Authorization

API Key

Pagination

YES

Allowed nested includes

10

Parameters

Available parameters

page

The number of the page you want to browse. Can be used by adding &page= etc to your request url.

include

Enrich the API with more data and/or nested includes. Can be used by adding &include= etc to your request url.

fixtures

Filter on a list of fixture id's separated by comma. Can be used by adding &fixtures= etc to your request url.

bookmakers

Filter on a list of bookmaker id's separated by comma. Can be used by adding &bookmakers= etc to your request url.

markets

Filter on a list of market id's separated by comma. Can be used by adding &markets= etc to your request url.

leagues

Filter on a list of league id's separated by comma. Can be used by adding &leagues= etc to your request url.

status

Filter fixtures based on a comma separated list of status codes as defined in the "Statuses & Definitions" documentation page. Can be used by adding &status= etc to your request url.

Include options

localTeam visitorTeam substitutions goals cards other events corners lineup bench sidelined comments tvstations highlights round stage referee venue odds inplayOdds flatOdds localCoach visitorCoach group trends firstAssistant secondAssistant fourthOfficial stats shootout league stats probability valuebet news

Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.

You can learn more about what includes are and how they work here:

pageIncludes

Example response

https://soccer.sportmonks.com/api/v2.0/fixtures/between/2021-08-04/2021-08-11?api_token={API_TOKEN}

Last updated