Fixture
The fixture element holds general data about the event.
Model
Fixture
Element
Data Type
Description
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
Participants
Element
Data Type
Description
Id
int
The unique ID of the participant
Name
string
The unique ID of the participant
Position
string
In 2-participant events the positions will be 1 (home) or 2 (away)
IsActive
bool
Will only show in outright events.
FixtureExtraData
Source
Data Type
Description
Name
string
The name of extra data field
Value
string
Representing the extra data value
Last updated
Was this helpful?