Endpoint

The fixture changes endpoint returns a comprehensive list of all fixture changes that occurred from a specified date until the endpoint is called.

Upon calling this endpoint, it will return a list of XML elements with the ID of the Sport Event and the Timestamp of the change.

Once the customer is aware that a fixture change happened, the Timeline and Summary API endpoints can be used to retrieve detailed information about the change.

Fixture change history

We provide a date and fixture change history for all matches, available in this endpoint in the self-service documentation HERE.

Fixture changes

get

Lists the IDs of all fixtures that have changed in the last 24 hours.

Authorizations
x-access-tokenstringRequired
Path parameters
languagestringRequired

Language code for translation.

Query parameters
afterDateTimestringOptional

The datetime, in ISODate format (YYYY-MM-DDThh:mm:ss).

sportIdstringOptional

The sport id urn sr:sport:

Responses
200

successful operation

application/xml
get
/sports/{language}/fixtures/changes.xml

Last updated

Was this helpful?