eSoccer UOF API fixture information

The response of the fixture endpoint indicates to which sport, category & tournament a match belongs: The <extra_info> element is designed to be flexible in order to fit the demands of various sports. In eSoccer we provide the following information:

  • neutral_ground

  • period_length

  • coverage_source

  • extended_live_markets_offered

Example response from the fixture endpoint (api.betradar.com/v1/sports/en/sport_events/sr:match:<id>/summary.xml)

<?xml version="1.0" encoding="UTF-8"?>
<fixtures_fixture xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2020-12-02T15:05:00+00:00" xmlns="http://schemas.sportradar.com/sportsapi/v1/unified" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/v1/unified http://schemas.sportradar.com/bsa/unified/v1/xml/endpoints/unified/fixtures_fixture.xsd">
<fixture id="sr:match:24610876" scheduled="2020-12-02T15:45:00+00:00" start_time_tbd="false" status="not_started" next_live_time="2020-12-02T15:45:00+00:00" liveodds="not_available" start_time="2020-12-02T15:45:00+00:00" start_time_confirmed="true">
    <tournament_round betradar_id="97209"/>
    <tournament id="sr:simple_tournament:97209" name="Gt G-26 League">
        <sport id="sr:sport:137" name="eSoccer"/>
        <category id="sr:category:2265" name="Gt G-26 League"/>
    </tournament>
    <competitors>
        <competitor id="sr:competitor:726579" name="Arsenal FC (Marley)" abbreviation="ARS" qualifier="home" gender="male">
            <reference_ids>
                <reference_id name="betradar" value="15019353"/>
            </reference_ids>
        </competitor>
        <competitor id="sr:competitor:733953" name="Atletico Madrid (Captainx)" abbreviation="ATM" qualifier="away" gender="male">
            <reference_ids>
                <reference_id name="betradar" value="15230417"/>
            </reference_ids>
        </competitor>
    </competitors>
    <extra_info>
        <info key="neutral_ground" value="false"/>
        <info key="period_length" value="6"/>
        <info key="coverage_source" value="tv"/>
        <info key="extended_live_markets_offered" value="false"/>
    </extra_info>
</fixture>
</fixtures_fixture>

Last updated

Was this helpful?