Endpoint
Lists almost all events we are offering prematch odds for. This endpoint can be used during early startup to obtain almost all fixtures. This endpoint is one of the few that uses pagination. XML schema
Authorizations
Path parameters
languagestringRequired
Language code for translation.
Query parameters
startintegerOptional
Starting record (this is an index, not time).
limitintegerOptional
How many records to return (max: 1000).
Responses
200
successful operation
application/xml
401
Unauthorized
application/json
403
Access denied
application/json
500
Internal server error
application/json
get
GET /v1/sports/{language}/schedules/pre/schedule.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"?>
<schedule xmlns="http://schemas.sportradar.com/sportsapi/v1/unified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2024-03-12T15:47:41+00:00" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/v1/unified http://schemas.sportradar.com/ufsportsapi/v1/endpoints/unified/ufsportsapi.xsd">
<sport_event status="not_started" id="sr:match:48521993" scheduled="2024-03-12T15:50:00+00:00" start_time_tbd="false">
<tournament_round type="cup" name="round_of_16" betradar_id="146151"/>
<season start_date="2024-03-12" end_date="2024-03-16" year="2024" tournament_id="sr:tournament:15460" id="sr:season:116231" name="ITF Czech Republic 01A, Women Doubles 2024"/>
<tournament id="sr:tournament:15460" name="ITF Czech Republic 01A, Women Doubles">
<sport id="sr:sport:5" name="Tennis"/>
<category id="sr:category:213" name="ITF Women"/>
</tournament>
<competitors>
<competitor qualifier="home" id="sr:competitor:580247" name="Barnett A / Christie F" abbreviation="BAR" gender="female">
<reference_ids>
<reference_id name="betradar" value="12253961"/>
</reference_ids>
</competitor>
<competitor qualifier="away" id="sr:competitor:1113633" name="Collins A / Loeb J" abbreviation="COL" gender="female">
<reference_ids>
<reference_id name="betradar" value="27408507"/>
</reference_ids>
</competitor>
</competitors>
<venue id="sr:venue:23134" name="Court 1" city_name="Ricany" country_name="Czech Republic" country_code="CZE"/>
</sport_event>
...more sport_events...
</schedule>
Last updated
Was this helpful?