GET Last Updated Fixtures

To help you keep your data in sync we have implemented an endpoint that returns you all the games that have received updates within 2 hours ago. this will also imply games that have an updated lineup,

GET Last Updated Fixtures

https://soccer.sportmonks.com/api/v2.0/fixtures/updates

Endpoint details

Authorization

API Key

Pagination

YES

Allowed nested includes

3

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.

timestamp

Add a unix timestamp to only receive the fixtures that have received an updated after this value.

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 stats 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/updates?api_token={API_TOKEN}

Last updated