Fixture
This documentation describes the complete structure of a Fixture Update message (Type 1) as delivered by TRADE.
{
"Header":{
"Type":1,
"MsgSeq":2,
"MsgGuid":"ea1da91b-fd6b-45ba-a2b2-14e3d771a070",
"CreationDate":"2024-04-01T18:15:27.3452921Z",
"ServerTimestamp":1711995327345
},
"Body":{
"Events":[
{
"FixtureId":12604306,
"Fixture":{
"Subscription":{
"Type":1,
"Status":1
},
"Sport":{
"Id":265917,
"Name":"Table Tennis"
},
"Location":{
"Id":187,
"Name":"Belarus"
},
"League":{
"Id":53574,
"Name":"Liga Pro - Men - Belarus"
},
"StartDate":"2024-04-01T18:00:00Z",
"LastUpdate":"2024-04-01T18:15:26.480938Z",
"Status":2,
"Participants":[
{
"Id":52895937,
"Name":"Alexander Dekhtyarenko",
"Position":"2"
},
{
"Id":53063569,
"Name":"Vitaliy Lyalkov",
"Position":"1"
}
],
"FixtureExtraData":[
{
"Name":"WithLivescore",
"Value":"true"
},
{
"Name":"WithInPlay",
"Value":"true"
}
]
},
"Livescore":null,
"Markets":null
}
]
}
}
Model
Events
Fixture
Element
Data Type
Description
StartDate
string
The fixture start date
LastUpdate
string
ISO timestamp of the last update to the provider odds
Subscription
Element
Data Type
Description
Type
enum
Your package type
Status
enum
The current subscription status of the event in your package
Sport
Element
Data Type
Description
Id
int
The unique ID of the sport
Name
string
The name of the sport
Location
Element
Data Type
Description
Id
int
The unique ID of the location
Name
string
The name of the location
League
Element
Data Type
Description
Id
int
The unique ID of the league
Name
string
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.
ExtraData
Element
Data Type
Description
Value
string
Representing the extra data value
Name
string
The name of extra data field
FixtureExtraData
Element
Data Type
Description
Value
string
Representing the extra data value
Name
string
The name of extra data field
Last updated
Was this helpful?