JSON response table for events
This article tabulates the complete list of JSON objects and data fields you can expect from an events API call.
The JSON response
The call to the Events API, as described in API call specifications for events, will return the JSON for the event with the specified ID and for the specified client ID. The JSON response looks as follows. Note some peripheral fields and values have been omitted to aid in clarity of reading:
"data":{
"id":"655c9d9e96549de1ed8a1612",
"linkedIds":null,
"clientId":"DEMO",
"sport":"FOOTBALL",
"homeTeam":{
"id":"655c9c4019ea3feab0cb2981",
"linkedIds":null,
"clientId":"DEMO",
"name":"Demo FC",
"crestUrl":"https://media-cdn.incrowdsports.com/dbfa3bfc-83cd-4719-b974-27a5341ee0ee.png",
"sport":"FOOTBALL",
"abbreviation":null,
"version":0,
"created":{
"date":"2023-11-21T12:02:08.267Z",
"name":"User ",
"authId":738344
},
"lastEdited":{
"date":"2023-11-21T12:02:08.267Z",
"name":"User ",
"authId":738344
}
},
"homeTeamScore":0,
"awayTeam":{
"id":"655c9c6d666166f6b0c8089e",
"linkedIds":null,
"clientId":"DEMO",
"name":"Opposition FC",
"crestUrl":"https://media-cdn.incrowdsports.com/4095f7ef-9794-4ed6-9162-ebe775a4c37f.png",
"sport":"FOOTBALL",
"abbreviation":null,
"version":0,
"created":{
"date":"2023-11-21T12:02:53.62Z",
"name":"User ",
"authId":738344
},
"lastEdited":{
"date":"2023-11-21T12:02:53.62Z",
"name":"User ",
"authId":738344
}
},
"awayTeamScore":0,
"venue":{
"id":"655c9c912259571a4971ec55",
"linkedIds":null,
"clientId":"DEMO",
"name":"Demo Stadium",
"address":null,
"city":null,
"postcode":null,
"country":null,
"sports":null,
"version":0
},
"competition":{
"id":"655c9cc796549de1ed8a160c",
"linkedIds":null,
"clientId":"DEMO",
"name":"The Demonstration Cup",
"logoUrl":"https://media-cdn.incrowdsports.com/247ff6c4-b4c6-4cd7-a1fa-341f07ed1bc7.jpg",
"squadType":"FirstTeam",
"sport":"FOOTBALL",
"version":0
},
"broadcasters":[
{
"id":"655c9d7496549de1ed8a1610",
"linkedIds":null,
"clientId":"DEMO",
"name":"Football Broadcaster",
"logoUrl":"https://media-cdn.incrowdsports.com/bf061292-81ea-4090-b702-3a3fee2046e8.webp",
"countries":[
],
"isGlobal":false,
"version":0
}
],
"season":{
"id":"655c9d4996549de1ed8a160e",
"linkedIds":null,
"clientId":"DEMO",
"name":"2023/24",
"startDate":"2023-08-08T00:00:00.000Z",
"endDate":"2024-05-29T23:59:59.999Z",
"sport":"FOOTBALL",
"version":0
},
"eventType":{
"id":"60f586003bb329a00c243149",
"clientId":"GLOBAL",
"name":"Regular",
"version":0,
"created":null,
"lastEdited":null
},
"round":"5",
"date":"2023-12-02T12:00:00.000Z",
"status":"PreMatch"
}
Updated about 1 month ago