<fixture>

The "fixture" element specifies detailed information about a fixture or event. This includes details such as the match ID, scheduled time, start time, next live time, match status, and whether live odds are offered by Sportradar.

Example XML Response Snippets

Here are some examples of the fixture elements (you'll see this in the Fixture endpoint for different sports).

<fixture id="sr:match:19096428" scheduled="2019-10-23T00:00:00+00:00" start_time_tbd="false"
status="closed" next_live_time="2019-10-23T00:00:00+00:00" liveodds="not_available"
start_time="2019-10-23T00:00:00+00:00" start_time_confirmed="true">
<fixture id="sr:match:20521207" scheduled="2021-06-11T19:00:00+00:00" start_time_tbd="false"
status="not_started" next_live_time="2021-06-11T19:00:00+00:00" liveodds="not_available"
start_time="2021-06-11T19:00:00+00:00" start_time_confirmed="true">

Attributes Explained

Table below shows the list and meaning of attributes in the Fixture element (in red in the first example above):

Attribute

Meaning

Possible values

id

Unique identifier of the event

Numeric string

Example: id = "sr:match:19096428"

scheduled

When the specific match will start

Datetime

Example: scheduled ="2019-10-23T00:00:00+00:00"

start_time_tbd

Specifies if the starting time is confirmed or not

  • True

  • False

status

Indicates whether this match is not started yet, live, or finished When it is ended, the results may not have been fully confirmed yet. When it is closed Betradar has confirmed the results.

Note: The event "match_about_to_start" in an indication that a given match/game will start shortly (within 5 minutes). This is sent manually by scouts. It does not trigger a betstop or has any special parameters per sport.

  • "not_started"

  • "live"

  • "ended"

  • "closed"

  • “cancelled"

  • “postponed”

  • “suspended”

  • “interrupted”

  • “delayed”

  • "match_about_to_start"

next_live_time

When live odds should be offered next time i.e. start of the match or when a match will start again after suspension.

At this point the customer will typically receive an Odds Change message with <sport_event_status reporting="1">

Datetime

Example: next_live_time="2019-10-23T00:00:00+00:00"

liveodds

Indicates whether we are offering live coverage (or)

the match is booked by the customer for livecoverage.

  • “booked”

  • “bookable”

  • “buyable”

  • “not_available”

  • "not_set"

start_time

When the specific match will start.

Datetime

Example: start_time="2019-10-23T00:00:00+00:00"

start_time_confirmed

If true, the start time is scheduled and confirmed (the event can still become delayed) otherwise, it could be a best guess.

  • True

  • False

Last updated

Was this helpful?