Fixture Message Structure
Common Header
Field
Type
Notes
Fixture
{
"header": {
"MessageId": "d9e1a4e6-2a44-4a3d-9bbd-0a9a7f5e1c2d",
"Timestamp": "2025-11-04T19:45:00Z",
"MessageType": 1
},
"body": {
"fixtureId": 123456,
"status": 1,
"startDate": "2025-11-04T19:45:00Z",
"sport": { "id": 6046, "name": "Football" },
"league": { "id": 1001, "name": "Premier League" },
"location": { "id": 250, "name": "England" },
"participants": [
{ "id": 9001, "name": "Arsenal", "position": 1 },
{ "id": 9002, "name": "Chelsea", "position": 2 }
]
}
}Fields (body)
Field
Type
Nullable
Notes
Sport (object)
Field
Type
Nullable
Notes
League (object)
Field
Type
Nullable
Notes
Location (object)
Field
Type
Nullable
Notes
Participant (object)
Field
Type
Required
Notes
Fixture Status (enum)
Value
Name
Last updated
Was this helpful?