{
"sports": [
{
"id": 1,
"name": "Football",
"nameForURL": "football",
"drawSupport": true,
"imageVersion": 1
}
],
"countries": [
{
"id": 1,
"name": "England",
"nameForURL": "england",
"imageVersion": 1
}
],
"competitions": [
{
"id": 7,
"countryId": 1,
"sportId": 1,
"name": "Premier League",
"shortName": "EPL",
"hasStandings": true,
"nameForURL": "premier-league",
"color": "#075C9C"
},
{
"id": 572,
"countryId": 19,
"sportId": 1,
"name": "UEFA Champions League",
"shortName": "UCL",
"nameForURL": "uefa-champions-league",
"color": "#09123E"
}
],
"competitors": [
{
"id": 110,
"name": "Manchester City",
"shortName": "Man City",
"symbolicName": "MCI",
"imageVersion": 1,
"color": "#ABD1F5"
}
],
"games": [
{
"id": 4609055,
"sportId": 1,
"competitionId": 9,
"competitionDisplayName": "EFL Cup - Quarter Finals",
"startTime": "2025-12-17T19:30:00+00:00",
"statusGroup": 4,
"statusText": "Ended",
"homeCompetitor": {
"id": 110,
"name": "Manchester City",
"shortName": "Man City",
"score": 2.0,
"isWinner": true,
"outcome": 1
},
"awayCompetitor": {
"id": 63,
"name": "Brentford",
"score": 0.0,
"isWinner": false,
"outcome": 1
},
"outcome": 1,
"winner": 1,
"scores": [2.0, 0.0]
},
{
"id": 4452723,
"competitionDisplayName": "Premier League",
"startTime": "2025-12-14T14:00:00+00:00",
"statusText": "Ended",
"homeCompetitor": {
"id": 10,
"name": "Crystal Palace",
"score": 0.0,
"isWinner": false,
"outcome": 1
},
"awayCompetitor": {
"id": 110,
"name": "Manchester City",
"score": 3.0,
"isWinner": true,
"outcome": 1
},
"outcome": 1,
"winner": 2,
"scores": [0.0, 3.0]
}
]
}