All Sport Events for a Specific Date Endpoint
About the Endpoint
Endpoint PATH
sports/{language}/schedules/{date}/schedule.xml
Endpoint Description
This endpoint returns information about all the available sport events on a specific date i.e. it lists all sport events scheduled to start on a specified date (UTC). 'date' is an ISODate (e.g. 2016-03-31)
Endpoint Parameters
Parameter
Description
Possible Values
language
Required
Language code for translation
See all supported languages and their codes on language support
date
Required
start_date of the match
The date should be given in ISODate format (YYYY-MM-DD).
Endpoint Structure
Change hint typeFor a full breakdown of each endpoint and its structure, refer to the Element page
The endpoint is structured as follows:
<schedule>
<season>
<competitor>
<reference_ids>
<reference_id>
More information about each of the above elements can be found by following the respective links.
Please note that the events mentioned in the endpoint are related to the specified date.
Last updated
Was this helpful?