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.
Lists the IDs of all fixtures that have changed in the last 24 hours.
Language code for translation.
The datetime, in ISODate format (YYYY-MM-DDThh:mm:ss).
The sport id urn sr:sport:
successful operation
Unauthorized
Access denied
Internal server error
GET /v1/sports/{language}/fixtures/changes.xml HTTP/1.1
Host: global.api.betradar.com
x-access-token: YOUR_API_KEY
Accept: */*
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fixture_changes xmlns="http://schemas.sportradar.com/sportsapi/v1/unified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2024-03-13T15:01:49+00:00" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/v1/unified http://schemas.sportradar.com/ufsportsapi/v1/endpoints/unified/ufsportsapi.xsd">
<fixture_change sport_event_id="sr:match:48222193" update_time="2024-03-13T15:01:45+00:00"/>
<fixture_change sport_event_id="sr:match:41980567" update_time="2024-03-13T15:01:14+00:00"/>
<fixture_change sport_event_id="sr:match:42430515" update_time="2024-03-13T15:00:58+00:00"/>
<fixture_change sport_event_id="sr:match:48522937" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48435101" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48396971" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48255631" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48251973" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48222573" update_time="2024-03-13T15:00:30+00:00"/>
<fixture_change sport_event_id="sr:match:48189483" update_time="2024-03-13T15:00:30+00:00"/>
...more fixture changes...
</fixture_changes>
Last updated
Was this helpful?