Fixture

The fixture element holds general data about the event.

<Fixture LastUpdate="2017-03-04T17:12:00Z" ExternalProviderId="578713">
  <Sport Id="6046" Name="Football"/>
  <Location Id="243" Name="England"/>
  <League Id="67" Name="Premier League"/>
  <StartDate>2017-03-04T15:30:00Z</StartDate>
  <Status>3</Status>
  <Participants>
    <Participant Id="19" Name="Liverpool" Position="1"/>
    <Participant Id="3" Name="Arsenal" Position="2"/>
  </Participants>
  <Subscription>
    <Type>1</Type>
    <Status>1</Status>
  </Subscription>
</Fixture>

Model

Element

Data Type

Description

Fixture.LastUpdate

DateTime

Timestamp representing the last time the fixture was updated

Fixture.ExternalProviderId

int

OPTIONAL: For your convenience, an ID of the fixture in a provider of your choosing

Sport.Id

int

The unique ID of the sport

Sport.Name

name

The name of the sport

Location.Id

int

The unique ID of the location

Location.Name

name

The name of the location

League.Id

int

The unique ID of the league

League.Name

name

The name of the league

StartDate

DateTime

Timestamp representing the start date of the fixture

enum

The current status of the event

array

Array of Data

array

Array of Participant

enum

Your package type

enum

The current subscription status of the event in your package

Last updated