Last Updated Fixtures

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

Introduction

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, updated events or updated statistics. Inplay games are not included in this endpoint, meaning that you will only get updated for finished or games that have not been played yet.

You can find information about the timestamp we query against in the meta section of the response.

Pagination

YES - Indicates if this endpoint contains pagination.

Nested Includes

0 - You can add a maximum of 0 levels of nested includes.

Includes 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

Request Params

KeyDatatypeRequiredDescription
leaguesnullA comma separated list of leagues. Max 25 ids can be included.
marketsnullFilter odds based on a comma separated list of market ids.
bookmakersnullFilter odds based on a comma separated list of bookmaker ids.
fixturesnullComma separated list of ids to filter on livescores.
includenullEnrich the API with more data and/or nested includes

RESPONSES

status: OK

{"data":[],"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}],"updates_from":{"date":"2020-08-04 08:00:00.000000","timezone_type":3,"timezone":"UTC"},"pagination":{"total":0,"count":0,"per_page":100,"current_page":1,"total_pages":0,"links":{}}}}