Endpoint

Fixture for a specified sport event

get

Lists the fixture for a specified sport event (match, stage). XML schema

Authorizations
Path parameters
languagestringRequired

Language code for translation.

urn_typestring · enumRequired

The type of event to look up.

Possible values:
idintegerRequired

The ID for the sport event to get fixture data from.

Responses
200

successful operation

application/xml
get
GET /v1/sports/{language}/sport_events/{urn_type}:{id}/fixture.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"?>
<fixtures_fixture xmlns="http://schemas.sportradar.com/sportsapi/v1/unified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2023-06-13T20:17:04+00:00" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/v1/unified http://schemas.sportradar.com/ufsportsapi/v1/endpoints/unified/ufsportsapi.xsd">
  <fixture start_time_confirmed="true" start_time="2016-10-31T18:00:00+00:00" liveodds="not_available" status="closed" next_live_time="2016-10-31T18:00:00+00:00" id="sr:match:8696826" scheduled="2016-10-31T18:00:00+00:00" start_time_tbd="false">
    <tournament_round type="group" number="25" group_long_name="Ettan, Sodra" betradar_id="4301" betradar_name="Ettan, Sodra"/>
    <season start_date="2016-04-16" end_date="2016-11-05" year="2016" tournament_id="sr:tournament:68" id="sr:season:12346" name="Div 1, Sodra 2016"/>
    <tournament id="sr:tournament:68" name="Ettan, Sodra">
      <sport id="sr:sport:1" name="Soccer"/>
      <category id="sr:category:9" name="Sweden" country_code="SWE"/>
    </tournament>
    <competitors>
      <competitor qualifier="home" id="sr:competitor:1860" name="IK Oddevold" abbreviation="ODD" short_name="Oddevold" country="Sweden" country_code="SWE" gender="male">
        <reference_ids>
          <reference_id name="betradar" value="1449434"/>
        </reference_ids>
      </competitor>
      <competitor qualifier="away" id="sr:competitor:22356" name="Tvaakers IF" abbreviation="TVA" short_name="Tvaakers" country="Sweden" country_code="SWE" gender="male">
        <reference_ids>
          <reference_id name="betradar" value="7281378"/>
        </reference_ids>
      </competitor>
    </competitors>
    <tv_channels/>
    <extra_info>
      <info key="RTS" value="not_available"/>
      <info key="coverage_source" value="venue"/>
      <info key="extended_live_markets_offered" value="false"/>
      <info key="streaming" value="false"/>
      <info key="auto_traded" value="false"/>
      <info key="neutral_ground" value="false"/>
      <info key="period_length" value="45"/>
      <info key="overtime_length" value="15"/>
    </extra_info>
    <product_info>
      <is_in_hosted_statistics/>
    </product_info>
    <reference_ids>
      <reference_id name="BetradarCtrl" value="11428313"/>
    </reference_ids>
  </fixture>
</fixtures_fixture>

Last updated

Was this helpful?