Every application needs the Champions League scores to be a respective football application. Find out how to get the Champions League scores today. This page helps you learn how to get the Champions League scores via the Sportmonks Football API. With links to even more extensive documentation pages.
Our API will include every live Champions League match today. So, don’t worry about missing any games in your application. Subscribe to Sportmonks’s Football API and enjoy the highest quality of Champions League Data. Don’t miss goals from Haaland, Mbappé, Foden, Vinicius, or any other player that belongs to the best of the world. It doesn’t matter if we are in the group stage or in the semi-finals. The live matches are the talk of the day. Make sure you are where the football fans want to be.
The best part? You can access all the Live Champions League matches today if you want. How? See below.
I will show an example of what you can do to get the Champions League results and fixtures to show how it looks.

That’s pretty cool. Now, let’s show you how to get this data from the API.
{
"data": [
{
"id": 19101795,
"sport_id": 1,
"league_id": 2,
"season_id": 21638,
"stage_id": 77463968,
"group_id": null,
"aggregate_id": 52047,
"round_id": null,
"state_id": 5,
"venue_id": 2166,
"name": "Borussia Dortmund vs Paris Saint Germain",
"starting_at": "2024-05-01 19:00:00",
"result_info": "Borussia Dortmund won after full-time.",
"leg": "1\/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1714590000,
"league": {
"id": 2,
"sport_id": 1,
"country_id": 41,
"name": "Champions League",
"active": true,
"short_code": "UEFA CL",
"image_path": "https:\/\/cdn.sportmonks.com\/images\/soccer\/leagues\/2.png",
"type": "league",
"sub_type": "cup_international",
"last_played_at": "2024-05-08 19:00:00",
"category": 1,
"has_jerseys": false
}
},
{
"id": 19101796,
"sport_id": 1,
"league_id": 2,
"season_id": 21638,
"stage_id": 77463968,
"group_id": null,
"aggregate_id": 52047,
"round_id": null,
"state_id": 5,
"venue_id": 131,
"name": "Paris Saint Germain vs Borussia Dortmund",
"starting_at": "2024-05-07 19:00:00",
"result_info": "Borussia Dortmund won after full-time.",
"leg": "2\/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1715108400,
"league": {
"id": 2,
"sport_id": 1,
"country_id": 41,
"name": "Champions League",
"active": true,
"short_code": "UEFA CL",
"image_path": "https:\/\/cdn.sportmonks.com\/images\/soccer\/leagues\/2.png",
"type": "league",
"sub_type": "cup_international",
"last_played_at": "2024-05-08 19:00:00",
"category": 1,
"has_jerseys": false
}
},
{
"id": 19101798,
"sport_id": 1,
"league_id": 2,
"season_id": 21638,
"stage_id": 77463968,
"group_id": null,
"aggregate_id": 52048,
"round_id": null,
"state_id": 5,
"venue_id": 2020,
"name": "Real Madrid vs FC Bayern M\u00fcnchen",
"starting_at": "2024-05-08 19:00:00",
"result_info": "Real Madrid won after full-time.",
"leg": "2\/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1715194800,
"league": {
"id": 2,
"sport_id": 1,
"country_id": 41,
"name": "Champions League",
"active": true,
"short_code": "UEFA CL",
"image_path": "https:\/\/cdn.sportmonks.com\/images\/soccer\/leagues\/2.png",
"type": "league",
"sub_type": "cup_international",
"last_played_at": "2024-05-08 19:00:00",
"category": 1,
"has_jerseys": false
}
}
],
"pagination": {
"count": 3,
"per_page": 25,
"current_page": 1,
"next_page": null,
"has_more": false
},
"rate_limit": {
"resets_in_seconds": 3543,
"remaining": 2998,
"requested_entity": "Fixture"
},
"timezone": "UTC"
}
There are many ways to get the Champions League scores or live scores. We have special live score endpoints to get your subscription’s live scores. Most importantly, you need to have the Champions League in your subscription. If not, you cannot showcase the Champions League scores in your application.
For now, we will use the livescores/inplay endpoint. You can use this exact request for the live scores from the Champions League. However, you need to remember that you can only use this request when fixtures are live. If not, you will get empty data arrays. For more information on how to use live score endpoints, please visit our documentation.
{
"data": {
"id": 19101803,
"sport_id": 1,
"league_id": 2,
"season_id": 21638,
"stage_id": 77463969,
"group_id": null,
"aggregate_id": 52051,
"round_id": null,
"state_id": 5,
"venue_id": 2020,
"name": "Real Madrid vs Manchester City",
"starting_at": "2024-04-09 19:00:00",
"result_info": "Game ended in draw.",
"leg": "1\/2",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1712689200,
"scores": [
{
"id": 14197285,
"fixture_id": 19101803,
"type_id": 1,
"participant_id": 3468,
"score": {
"goals": 2,
"participant": "home"
},
"description": "1ST_HALF"
},
{
"id": 14197286,
"fixture_id": 19101803,
"type_id": 1,
"participant_id": 9,
"score": {
"goals": 1,
"participant": "away"
},
"description": "1ST_HALF"
},
{
"id": 14197287,
"fixture_id": 19101803,
"type_id": 1525,
"participant_id": 9,
"score": {
"goals": 3,
"participant": "away"
},
"description": "CURRENT"
},
{
"id": 14197288,
"fixture_id": 19101803,
"type_id": 1525,
"participant_id": 3468,
"score": {
"goals": 3,
"participant": "home"
},
"description": "CURRENT"
},
{
"id": 14197453,
"fixture_id": 19101803,
"type_id": 2,
"participant_id": 3468,
"score": {
"goals": 3,
"participant": "home"
},
"description": "2ND_HALF"
},
{
"id": 14197454,
"fixture_id": 19101803,
"type_id": 2,
"participant_id": 9,
"score": {
"goals": 3,
"participant": "away"
},
"description": "2ND_HALF"
}
],
"participants": [
{
"id": 3468,
"sport_id": 1,
"country_id": 32,
"venue_id": 2020,
"gender": "male",
"name": "Real Madrid",
"short_code": "RMA",
"image_path": "https:\/\/cdn.sportmonks.com\/images\/soccer\/teams\/12\/3468.png",
"founded": 1902,
"type": "domestic",
"placeholder": false,
"last_played_at": "2024-05-19 17:00:00",
"meta": {
"location": "home",
"winner": false,
"position": 1
}
},
{
"id": 9,
"sport_id": 1,
"country_id": 462,
"venue_id": 151,
"gender": "male",
"name": "Manchester City",
"short_code": "MCI",
"image_path": "https:\/\/cdn.sportmonks.com\/images\/soccer\/teams\/9\/9.png",
"founded": 1880,
"type": "domestic",
"placeholder": false,
"last_played_at": "2024-05-19 15:00:00",
"meta": {
"location": "away",
"winner": false,
"position": 2
}
}
],
"statistics": [
{
"id": 29000640,
"fixture_id": 19101803,
"type_id": 60,
"participant_id": 9,
"data": {
"value": 9
},
"location": "away",
"type": {
"id": 60,
"name": "Throwins",
"code": "throwins",
"developer_name": "THROWINS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000613,
"fixture_id": 19101803,
"type_id": 34,
"participant_id": 3468,
"data": {
"value": 4
},
"location": "home",
"type": {
"id": 34,
"name": "Corners",
"code": "corners",
"developer_name": "CORNERS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000621,
"fixture_id": 19101803,
"type_id": 55,
"participant_id": 3468,
"data": {
"value": 9
},
"location": "home",
"type": {
"id": 55,
"name": "Free Kicks",
"code": "free-kicks",
"developer_name": "FREE_KICKS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000637,
"fixture_id": 19101803,
"type_id": 55,
"participant_id": 9,
"data": {
"value": 11
},
"location": "away",
"type": {
"id": 55,
"name": "Free Kicks",
"code": "free-kicks",
"developer_name": "FREE_KICKS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000617,
"fixture_id": 19101803,
"type_id": 80,
"participant_id": 3468,
"data": {
"value": 423
},
"location": "home",
"type": {
"id": 80,
"name": "Passes",
"code": "passes",
"developer_name": "PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000627,
"fixture_id": 19101803,
"type_id": 43,
"participant_id": 9,
"data": {
"value": 125
},
"location": "away",
"type": {
"id": 43,
"name": "Attacks",
"code": "attacks",
"developer_name": "ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000628,
"fixture_id": 19101803,
"type_id": 58,
"participant_id": 9,
"data": {
"value": 4
},
"location": "away",
"type": {
"id": 58,
"name": "Shots Blocked",
"code": "shots-blocked",
"developer_name": "SHOTS_BLOCKED",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000631,
"fixture_id": 19101803,
"type_id": 82,
"participant_id": 9,
"data": {
"value": 91
},
"location": "away",
"type": {
"id": 82,
"name": "Successful Passes Percentage",
"code": "successful-passes-percentage",
"developer_name": "SUCCESSFUL_PASSES_PERCENTAGE",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29002167,
"fixture_id": 19101803,
"type_id": 65,
"participant_id": 3468,
"data": {
"value": 9
},
"location": "home",
"type": {
"id": 65,
"name": "Successful Headers",
"code": "successful-headers",
"developer_name": "SUCCESSFUL_HEADERS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29002168,
"fixture_id": 19101803,
"type_id": 70,
"participant_id": 3468,
"data": {
"value": 19
},
"location": "home",
"type": {
"id": 70,
"name": "Headers",
"code": "headers",
"developer_name": "HEADERS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29004389,
"fixture_id": 19101803,
"type_id": 77,
"participant_id": 3468,
"data": {
"value": 7
},
"location": "home",
"type": {
"id": 77,
"name": "Challenges",
"code": "challenges",
"developer_name": "CHALLENGES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 28998208,
"fixture_id": 19101803,
"type_id": 42,
"participant_id": 3468,
"data": {
"value": 14
},
"location": "home",
"type": {
"id": 42,
"name": "Shots Total",
"code": "shots-total",
"developer_name": "SHOTS_TOTAL",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 28998209,
"fixture_id": 19101803,
"type_id": 42,
"participant_id": 9,
"data": {
"value": 12
},
"location": "away",
"type": {
"id": 42,
"name": "Shots Total",
"code": "shots-total",
"developer_name": "SHOTS_TOTAL",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003773,
"fixture_id": 19101803,
"type_id": 66,
"participant_id": 3468,
"data": {
"value": 19
},
"location": "home",
"type": {
"id": 66,
"name": "Successful Interceptions",
"code": "successful-interceptions",
"developer_name": "SUCCESSFUL_INTERCEPTIONS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29004392,
"fixture_id": 19101803,
"type_id": 100,
"participant_id": 9,
"data": {
"value": 7
},
"location": "away",
"type": {
"id": 100,
"name": "Interceptions",
"code": "interceptions",
"developer_name": "INTERCEPTIONS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29003142,
"fixture_id": 19101803,
"type_id": 109,
"participant_id": 3468,
"data": {
"value": 8
},
"location": "home",
"type": {
"id": 109,
"name": "Successful Dribbles",
"code": "successful-dribbles",
"developer_name": "SUCCESSFUL_DRIBBLES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29005022,
"fixture_id": 19101803,
"type_id": 1527,
"participant_id": 9,
"data": {
"value": 0
},
"location": "away",
"type": {
"id": 1527,
"name": "Counter Attacks",
"code": "counter-attacks",
"developer_name": "COUNTER_ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29002169,
"fixture_id": 19101803,
"type_id": 70,
"participant_id": 9,
"data": {
"value": 17
},
"location": "away",
"type": {
"id": 70,
"name": "Headers",
"code": "headers",
"developer_name": "HEADERS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29002824,
"fixture_id": 19101803,
"type_id": 57,
"participant_id": 9,
"data": {
"value": 3
},
"location": "away",
"type": {
"id": 57,
"name": "Saves",
"code": "saves",
"developer_name": "SAVES",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000636,
"fixture_id": 19101803,
"type_id": 53,
"participant_id": 9,
"data": {
"value": 10
},
"location": "away",
"type": {
"id": 53,
"name": "Goal Kicks",
"code": "goals-kicks",
"developer_name": "GOAL_KICKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29005021,
"fixture_id": 19101803,
"type_id": 1527,
"participant_id": 3468,
"data": {
"value": 4
},
"location": "home",
"type": {
"id": 1527,
"name": "Counter Attacks",
"code": "counter-attacks",
"developer_name": "COUNTER_ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000606,
"fixture_id": 19101803,
"type_id": 86,
"participant_id": 3468,
"data": {
"value": 5
},
"location": "home",
"type": {
"id": 86,
"name": "Shots On Target",
"code": "shots-on-target",
"developer_name": "SHOTS_ON_TARGET",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000634,
"fixture_id": 19101803,
"type_id": 47,
"participant_id": 9,
"data": {
"value": 0
},
"location": "away",
"type": {
"id": 47,
"name": "Penalties",
"code": "penalties",
"developer_name": "PENALTIES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000639,
"fixture_id": 19101803,
"type_id": 59,
"participant_id": 9,
"data": {
"value": 1
},
"location": "away",
"type": {
"id": 59,
"name": "Substitutions",
"code": "substitutions",
"developer_name": "SUBSTITUTIONS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000635,
"fixture_id": 19101803,
"type_id": 52,
"participant_id": 9,
"data": {
"value": 3
},
"location": "away",
"type": {
"id": 52,
"name": "Goals",
"code": "goals",
"developer_name": "GOALS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000642,
"fixture_id": 19101803,
"type_id": 84,
"participant_id": 9,
"data": {
"value": 2
},
"location": "away",
"type": {
"id": 84,
"name": "Yellowcards",
"code": "yellowcards",
"developer_name": "YELLOWCARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000609,
"fixture_id": 19101803,
"type_id": 44,
"participant_id": 3468,
"data": {
"value": 32
},
"location": "home",
"type": {
"id": 44,
"name": "Dangerous Attacks",
"code": "dangerous-attacks",
"developer_name": "DANGEROUS_ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000612,
"fixture_id": 19101803,
"type_id": 47,
"participant_id": 3468,
"data": {
"value": 0
},
"location": "home",
"type": {
"id": 47,
"name": "Penalties",
"code": "penalties",
"developer_name": "PENALTIES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000632,
"fixture_id": 19101803,
"type_id": 44,
"participant_id": 9,
"data": {
"value": 42
},
"location": "away",
"type": {
"id": 44,
"name": "Dangerous Attacks",
"code": "dangerous-attacks",
"developer_name": "DANGEROUS_ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000605,
"fixture_id": 19101803,
"type_id": 45,
"participant_id": 3468,
"data": {
"value": 38
},
"location": "home",
"type": {
"id": 45,
"name": "Ball Possession %",
"code": "ball-possession",
"developer_name": "BALL_POSSESSION",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000618,
"fixture_id": 19101803,
"type_id": 82,
"participant_id": 3468,
"data": {
"value": 86
},
"location": "home",
"type": {
"id": 82,
"name": "Successful Passes Percentage",
"code": "successful-passes-percentage",
"developer_name": "SUCCESSFUL_PASSES_PERCENTAGE",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000623,
"fixture_id": 19101803,
"type_id": 83,
"participant_id": 3468,
"data": {
"value": 0
},
"location": "home",
"type": {
"id": 83,
"name": "Redcards",
"code": "redcards",
"developer_name": "REDCARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000611,
"fixture_id": 19101803,
"type_id": 81,
"participant_id": 3468,
"data": {
"value": 365
},
"location": "home",
"type": {
"id": 81,
"name": "Successful Passes",
"code": "successful-passes",
"developer_name": "SUCCESSFUL_PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000620,
"fixture_id": 19101803,
"type_id": 52,
"participant_id": 3468,
"data": {
"value": 3
},
"location": "home",
"type": {
"id": 52,
"name": "Goals",
"code": "goals",
"developer_name": "GOALS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000616,
"fixture_id": 19101803,
"type_id": 43,
"participant_id": 3468,
"data": {
"value": 70
},
"location": "home",
"type": {
"id": 43,
"name": "Attacks",
"code": "attacks",
"developer_name": "ATTACKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29001109,
"fixture_id": 19101803,
"type_id": 99,
"participant_id": 3468,
"data": {
"value": 2
},
"location": "home",
"type": {
"id": 99,
"name": "Accurate Crosses",
"code": "accurate-crosses",
"developer_name": "ACCURATE_CROSSES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000608,
"fixture_id": 19101803,
"type_id": 53,
"participant_id": 3468,
"data": {
"value": 5
},
"location": "home",
"type": {
"id": 53,
"name": "Goal Kicks",
"code": "goals-kicks",
"developer_name": "GOAL_KICKS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000625,
"fixture_id": 19101803,
"type_id": 41,
"participant_id": 9,
"data": {
"value": 2
},
"location": "away",
"type": {
"id": 41,
"name": "Shots Off Target",
"code": "shots-off-target",
"developer_name": "SHOTS_OFF_TARGET",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000629,
"fixture_id": 19101803,
"type_id": 80,
"participant_id": 9,
"data": {
"value": 690
},
"location": "away",
"type": {
"id": 80,
"name": "Passes",
"code": "passes",
"developer_name": "PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000641,
"fixture_id": 19101803,
"type_id": 83,
"participant_id": 9,
"data": {
"value": 0
},
"location": "away",
"type": {
"id": 83,
"name": "Redcards",
"code": "redcards",
"developer_name": "REDCARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000614,
"fixture_id": 19101803,
"type_id": 84,
"participant_id": 3468,
"data": {
"value": 2
},
"location": "home",
"type": {
"id": 84,
"name": "Yellowcards",
"code": "yellowcards",
"developer_name": "YELLOWCARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000622,
"fixture_id": 19101803,
"type_id": 59,
"participant_id": 3468,
"data": {
"value": 3
},
"location": "home",
"type": {
"id": 59,
"name": "Substitutions",
"code": "substitutions",
"developer_name": "SUBSTITUTIONS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000624,
"fixture_id": 19101803,
"type_id": 86,
"participant_id": 9,
"data": {
"value": 6
},
"location": "away",
"type": {
"id": 86,
"name": "Shots On Target",
"code": "shots-on-target",
"developer_name": "SHOTS_ON_TARGET",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000669,
"fixture_id": 19101803,
"type_id": 56,
"participant_id": 3468,
"data": {
"value": 11
},
"location": "home",
"type": {
"id": 56,
"name": "Fouls",
"code": "fouls",
"developer_name": "FOULS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000672,
"fixture_id": 19101803,
"type_id": 98,
"participant_id": 9,
"data": {
"value": 5
},
"location": "away",
"type": {
"id": 98,
"name": "Total Crosses",
"code": "total-crosses",
"developer_name": "TOTAL_CROSSES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000630,
"fixture_id": 19101803,
"type_id": 81,
"participant_id": 9,
"data": {
"value": 630
},
"location": "away",
"type": {
"id": 81,
"name": "Successful Passes",
"code": "successful-passes",
"developer_name": "SUCCESSFUL_PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29012595,
"fixture_id": 19101803,
"type_id": 46,
"participant_id": 3468,
"data": {
"value": 80
},
"location": "home",
"type": {
"id": 46,
"name": "Ball Safe",
"code": "ball-safe",
"developer_name": "BALL_SAFE",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000638,
"fixture_id": 19101803,
"type_id": 34,
"participant_id": 9,
"data": {
"value": 2
},
"location": "away",
"type": {
"id": 34,
"name": "Corners",
"code": "corners",
"developer_name": "CORNERS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000670,
"fixture_id": 19101803,
"type_id": 98,
"participant_id": 3468,
"data": {
"value": 9
},
"location": "home",
"type": {
"id": 98,
"name": "Total Crosses",
"code": "total-crosses",
"developer_name": "TOTAL_CROSSES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29001415,
"fixture_id": 19101803,
"type_id": 50,
"participant_id": 3468,
"data": {
"value": 6
},
"location": "home",
"type": {
"id": 50,
"name": "Shots Outsidebox",
"code": "shots-outsidebox",
"developer_name": "SHOTS_OUTSIDEBOX",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000626,
"fixture_id": 19101803,
"type_id": 45,
"participant_id": 9,
"data": {
"value": 62
},
"location": "away",
"type": {
"id": 45,
"name": "Ball Possession %",
"code": "ball-possession",
"developer_name": "BALL_POSSESSION",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29004390,
"fixture_id": 19101803,
"type_id": 100,
"participant_id": 3468,
"data": {
"value": 7
},
"location": "home",
"type": {
"id": 100,
"name": "Interceptions",
"code": "interceptions",
"developer_name": "INTERCEPTIONS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29001112,
"fixture_id": 19101803,
"type_id": 99,
"participant_id": 9,
"data": {
"value": 2
},
"location": "away",
"type": {
"id": 99,
"name": "Accurate Crosses",
"code": "accurate-crosses",
"developer_name": "ACCURATE_CROSSES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29001111,
"fixture_id": 19101803,
"type_id": 106,
"participant_id": 9,
"data": {
"value": 45
},
"location": "away",
"type": {
"id": 106,
"name": "Duels Won",
"code": "duels-won",
"developer_name": "DUELS_WON",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29001110,
"fixture_id": 19101803,
"type_id": 106,
"participant_id": 3468,
"data": {
"value": 45
},
"location": "home",
"type": {
"id": 106,
"name": "Duels Won",
"code": "duels-won",
"developer_name": "DUELS_WON",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003144,
"fixture_id": 19101803,
"type_id": 108,
"participant_id": 3468,
"data": {
"value": 20
},
"location": "home",
"type": {
"id": 108,
"name": "Dribble Attempts",
"code": "dribble-attempts",
"developer_name": "DRIBBLED_ATTEMPTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29001488,
"fixture_id": 19101803,
"type_id": 50,
"participant_id": 9,
"data": {
"value": 7
},
"location": "away",
"type": {
"id": 50,
"name": "Shots Outsidebox",
"code": "shots-outsidebox",
"developer_name": "SHOTS_OUTSIDEBOX",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29004703,
"fixture_id": 19101803,
"type_id": 79,
"participant_id": 3468,
"data": {
"value": 2
},
"location": "home",
"type": {
"id": 79,
"name": "Assists",
"code": "assists",
"developer_name": "ASSISTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29004704,
"fixture_id": 19101803,
"type_id": 79,
"participant_id": 9,
"data": {
"value": 2
},
"location": "away",
"type": {
"id": 79,
"name": "Assists",
"code": "assists",
"developer_name": "ASSISTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003774,
"fixture_id": 19101803,
"type_id": 66,
"participant_id": 9,
"data": {
"value": 19
},
"location": "away",
"type": {
"id": 66,
"name": "Successful Interceptions",
"code": "successful-interceptions",
"developer_name": "SUCCESSFUL_INTERCEPTIONS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29003141,
"fixture_id": 19101803,
"type_id": 78,
"participant_id": 3468,
"data": {
"value": 21
},
"location": "home",
"type": {
"id": 78,
"name": "Tackles",
"code": "tackles",
"developer_name": "TACKLES",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000607,
"fixture_id": 19101803,
"type_id": 60,
"participant_id": 3468,
"data": {
"value": 13
},
"location": "home",
"type": {
"id": 60,
"name": "Throwins",
"code": "throwins",
"developer_name": "THROWINS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29002170,
"fixture_id": 19101803,
"type_id": 65,
"participant_id": 9,
"data": {
"value": 9
},
"location": "away",
"type": {
"id": 65,
"name": "Successful Headers",
"code": "successful-headers",
"developer_name": "SUCCESSFUL_HEADERS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29002823,
"fixture_id": 19101803,
"type_id": 57,
"participant_id": 3468,
"data": {
"value": 3
},
"location": "home",
"type": {
"id": 57,
"name": "Saves",
"code": "saves",
"developer_name": "SAVES",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29004391,
"fixture_id": 19101803,
"type_id": 77,
"participant_id": 9,
"data": {
"value": 7
},
"location": "away",
"type": {
"id": 77,
"name": "Challenges",
"code": "challenges",
"developer_name": "CHALLENGES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29003149,
"fixture_id": 19101803,
"type_id": 109,
"participant_id": 9,
"data": {
"value": 4
},
"location": "away",
"type": {
"id": 109,
"name": "Successful Dribbles",
"code": "successful-dribbles",
"developer_name": "SUCCESSFUL_DRIBBLES",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003143,
"fixture_id": 19101803,
"type_id": 49,
"participant_id": 3468,
"data": {
"value": 8
},
"location": "home",
"type": {
"id": 49,
"name": "Shots Insidebox",
"code": "shots-insidebox",
"developer_name": "SHOTS_INSIDEBOX",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003147,
"fixture_id": 19101803,
"type_id": 78,
"participant_id": 9,
"data": {
"value": 22
},
"location": "away",
"type": {
"id": 78,
"name": "Tackles",
"code": "tackles",
"developer_name": "TACKLES",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29003148,
"fixture_id": 19101803,
"type_id": 108,
"participant_id": 9,
"data": {
"value": 10
},
"location": "away",
"type": {
"id": 108,
"name": "Dribble Attempts",
"code": "dribble-attempts",
"developer_name": "DRIBBLED_ATTEMPTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29003151,
"fixture_id": 19101803,
"type_id": 117,
"participant_id": 3468,
"data": {
"value": 12
},
"location": "home",
"type": {
"id": 117,
"name": "Key Passes",
"code": "key-passes",
"developer_name": "KEY_PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29003152,
"fixture_id": 19101803,
"type_id": 117,
"participant_id": 9,
"data": {
"value": 9
},
"location": "away",
"type": {
"id": 117,
"name": "Key Passes",
"code": "key-passes",
"developer_name": "KEY_PASSES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29003146,
"fixture_id": 19101803,
"type_id": 49,
"participant_id": 9,
"data": {
"value": 5
},
"location": "away",
"type": {
"id": 49,
"name": "Shots Insidebox",
"code": "shots-insidebox",
"developer_name": "SHOTS_INSIDEBOX",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29012594,
"fixture_id": 19101803,
"type_id": 54,
"participant_id": 3468,
"data": {
"value": 13
},
"location": "home",
"type": {
"id": 54,
"name": "Goal Attempts",
"code": "goal-attempts",
"developer_name": "GOAL_ATTEMPTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29019034,
"fixture_id": 19101803,
"type_id": 87,
"participant_id": 3468,
"data": {
"value": 1
},
"location": "home",
"type": {
"id": 87,
"name": "Injuries",
"code": "injuries",
"developer_name": "INJURIES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29012596,
"fixture_id": 19101803,
"type_id": 85,
"participant_id": 3468,
"data": {
"value": 0
},
"location": "home",
"type": {
"id": 85,
"name": "Yellowred Cards",
"code": "yellowred-cards",
"developer_name": "YELLOWRED_CARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29012597,
"fixture_id": 19101803,
"type_id": 46,
"participant_id": 9,
"data": {
"value": 87
},
"location": "away",
"type": {
"id": 46,
"name": "Ball Safe",
"code": "ball-safe",
"developer_name": "BALL_SAFE",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29012598,
"fixture_id": 19101803,
"type_id": 85,
"participant_id": 9,
"data": {
"value": 0
},
"location": "away",
"type": {
"id": 85,
"name": "Yellowred Cards",
"code": "yellowred-cards",
"developer_name": "YELLOWRED_CARDS",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29012599,
"fixture_id": 19101803,
"type_id": 54,
"participant_id": 9,
"data": {
"value": 10
},
"location": "away",
"type": {
"id": 54,
"name": "Goal Attempts",
"code": "goal-attempts",
"developer_name": "GOAL_ATTEMPTS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29019035,
"fixture_id": 19101803,
"type_id": 87,
"participant_id": 9,
"data": {
"value": 1
},
"location": "away",
"type": {
"id": 87,
"name": "Injuries",
"code": "injuries",
"developer_name": "INJURIES",
"model_type": "statistic",
"stat_group": "overall"
}
},
{
"id": 29000671,
"fixture_id": 19101803,
"type_id": 56,
"participant_id": 9,
"data": {
"value": 9
},
"location": "away",
"type": {
"id": 56,
"name": "Fouls",
"code": "fouls",
"developer_name": "FOULS",
"model_type": "statistic",
"stat_group": "defensive"
}
},
{
"id": 29000615,
"fixture_id": 19101803,
"type_id": 41,
"participant_id": 3468,
"data": {
"value": 7
},
"location": "home",
"type": {
"id": 41,
"name": "Shots Off Target",
"code": "shots-off-target",
"developer_name": "SHOTS_OFF_TARGET",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 29000610,
"fixture_id": 19101803,
"type_id": 58,
"participant_id": 3468,
"data": {
"value": 2
},
"location": "home",
"type": {
"id": 58,
"name": "Shots Blocked",
"code": "shots-blocked",
"developer_name": "SHOTS_BLOCKED",
"model_type": "statistic",
"stat_group": "offensive"
}
}
],
"events": [
{
"id": 110836417,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 3468,
"type_id": 18,
"section": "event",
"player_id": 340342,
"related_player_id": 7346228,
"player_name": "Brahim D\u00edaz",
"related_player_name": "Rodrygo",
"result": null,
"info": null,
"addition": null,
"minute": 72,
"extra_minute": null,
"injured": false,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1523
},
{
"id": 110836418,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 3468,
"type_id": 18,
"section": "event",
"player_id": 268,
"related_player_id": 30289,
"player_name": "Luka Modric\u00a0",
"related_player_name": "Toni Kroos",
"result": null,
"info": null,
"addition": null,
"minute": 72,
"extra_minute": null,
"injured": false,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1523
},
{
"id": 110836309,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 9,
"type_id": 14,
"section": "event",
"player_id": 24838191,
"related_player_id": 1116,
"player_name": "Josko Gvardiol",
"related_player_name": "Jack Grealish",
"result": "2-3",
"info": "Shot",
"addition": "5th Goal",
"minute": 71,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1522
},
{
"id": 110837360,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 3468,
"type_id": 18,
"section": "event",
"player_id": 1468,
"related_player_id": 600687,
"player_name": "Joselu\u00a0",
"related_player_name": "Vinicius Junior\u00a0",
"result": null,
"info": null,
"addition": null,
"minute": 86,
"extra_minute": null,
"injured": false,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1523
},
{
"id": 110835962,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 9,
"type_id": 14,
"section": "event",
"player_id": 336133,
"related_player_id": 982,
"player_name": "Phil Foden",
"related_player_name": "John Stones",
"result": "2-2",
"info": "Shot",
"addition": "4th Goal",
"minute": 66,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1521
},
{
"id": 110833618,
"fixture_id": 19101803,
"period_id": 5339760,
"participant_id": 3468,
"type_id": 14,
"section": "event",
"player_id": 7346228,
"related_player_id": 600687,
"player_name": "Rodrygo",
"related_player_name": "Vinicius Junior\u00a0",
"result": "2-1",
"info": "Shot",
"addition": "3rd Goal",
"minute": 14,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1522
},
{
"id": 110833282,
"fixture_id": 19101803,
"period_id": 5339760,
"participant_id": 3468,
"type_id": 19,
"section": "event",
"player_id": 5270371,
"related_player_id": null,
"player_name": "Aur\u00e9lien Tchouam\u00e9ni",
"related_player_name": null,
"result": null,
"info": "Foul",
"addition": null,
"minute": 1,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1496
},
{
"id": 110833318,
"fixture_id": 19101803,
"period_id": 5339760,
"participant_id": 9,
"type_id": 14,
"section": "event",
"player_id": 96353,
"related_player_id": null,
"player_name": "Bernardo Silva",
"related_player_name": null,
"result": "0-1",
"info": null,
"addition": "1st Goal",
"minute": 2,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1519
},
{
"id": 110833601,
"fixture_id": 19101803,
"period_id": 5339760,
"participant_id": 3468,
"type_id": 15,
"section": "event",
"player_id": 162536,
"related_player_id": null,
"player_name": "R\u00faben Dias",
"related_player_name": null,
"result": "1-1",
"info": "Shot",
"addition": "2nd Goal",
"minute": 12,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1522
},
{
"id": 110837028,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 3468,
"type_id": 19,
"section": "event",
"player_id": 31647,
"related_player_id": null,
"player_name": "Daniel Carvajal",
"related_player_name": null,
"result": null,
"info": "Argument",
"addition": null,
"minute": 81,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1497
},
{
"id": 110837395,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 9,
"type_id": 18,
"section": "event",
"player_id": 21394947,
"related_player_id": 336133,
"player_name": "Juli\u00e1n \u00c1lvarez",
"related_player_name": "Phil Foden",
"result": null,
"info": null,
"addition": null,
"minute": 87,
"extra_minute": null,
"injured": true,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1524
},
{
"id": 110837396,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 9,
"type_id": 19,
"section": "event",
"player_id": 96353,
"related_player_id": null,
"player_name": "Bernardo Silva",
"related_player_name": null,
"result": null,
"info": "Foul",
"addition": null,
"minute": 88,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1496
},
{
"id": 110834248,
"fixture_id": 19101803,
"period_id": 5339760,
"participant_id": 9,
"type_id": 19,
"section": "event",
"player_id": 198062,
"related_player_id": null,
"player_name": "Manuel Akanji",
"related_player_name": null,
"result": null,
"info": "Foul",
"addition": null,
"minute": 37,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1496
},
{
"id": 110836841,
"fixture_id": 19101803,
"period_id": 5339843,
"participant_id": 3468,
"type_id": 14,
"section": "event",
"player_id": 260862,
"related_player_id": 600687,
"player_name": "Federico Valverde",
"related_player_name": "Vinicius Junior\u00a0",
"result": "3-3",
"info": "Shot",
"addition": "6th Goal",
"minute": 79,
"extra_minute": null,
"injured": null,
"on_bench": false,
"coach_id": null,
"sub_type_id": 1522
}
],
"lineups": [
{
"id": 9332743351,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 162536,
"team_id": 9,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 4,
"player_name": "R\u00faben Dias",
"jersey_number": 3
},
{
"id": 9332743334,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 982,
"team_id": 9,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 3,
"player_name": "John Stones",
"jersey_number": 5
},
{
"id": 9333532684,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 73147,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 7,
"player_name": "Mateo Kovacic",
"jersey_number": 8
},
{
"id": 9332743349,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 154421,
"team_id": 9,
"position_id": 27,
"formation_field": null,
"type_id": 11,
"formation_position": 11,
"player_name": "Erling Haaland",
"jersey_number": 9
},
{
"id": 9333532663,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 1116,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 10,
"player_name": "Jack Grealish",
"jersey_number": 10
},
{
"id": 9332743353,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 23697990,
"team_id": 9,
"position_id": 27,
"formation_field": null,
"type_id": 12,
"formation_position": 8,
"player_name": "J\u00e9r\u00e9my Doku",
"jersey_number": 11
},
{
"id": 9332743335,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 186910,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 6,
"player_name": "Rodri",
"jersey_number": 16
},
{
"id": 9332743341,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 1371,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": 9,
"player_name": "Kevin De Bruyne\u00a0",
"jersey_number": 17
},
{
"id": 9333532682,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 34594,
"team_id": 9,
"position_id": 24,
"formation_field": null,
"type_id": 11,
"formation_position": 1,
"player_name": "Stefan Ortega",
"jersey_number": 18
},
{
"id": 9333532669,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 21394947,
"team_id": 9,
"position_id": 27,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Juli\u00e1n \u00c1lvarez",
"jersey_number": 19
},
{
"id": 9332743352,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 96353,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 8,
"player_name": "Bernardo Silva",
"jersey_number": 20
},
{
"id": 9333532679,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 4536537,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Sergio G\u00f3mez",
"jersey_number": 21
},
{
"id": 9333532648,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 24838191,
"team_id": 9,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 5,
"player_name": "Josko Gvardiol",
"jersey_number": 24
},
{
"id": 9332743340,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 198062,
"team_id": 9,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 2,
"player_name": "Manuel Akanji",
"jersey_number": 25
},
{
"id": 9333532683,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 21781428,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Matheus Nunes",
"jersey_number": 27
},
{
"id": 9332743339,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 159142,
"team_id": 9,
"position_id": 24,
"formation_field": null,
"type_id": 12,
"formation_position": 1,
"player_name": "Ederson\u00a0",
"jersey_number": 31
},
{
"id": 9333532673,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 105,
"team_id": 9,
"position_id": 24,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Scott Carson",
"jersey_number": 33
},
{
"id": 9332743354,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 336133,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 9,
"player_name": "Phil Foden",
"jersey_number": 47
},
{
"id": 9333532671,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37286732,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Oscar Bobb",
"jersey_number": 52
},
{
"id": 9333532686,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37581761,
"team_id": 9,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Mahamadou Susoho",
"jersey_number": 76
},
{
"id": 9332743350,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37459073,
"team_id": 9,
"position_id": 25,
"formation_field": null,
"type_id": 12,
"formation_position": 2,
"player_name": "Rico Lewis",
"jersey_number": 82
},
{
"id": 9332743342,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 31647,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 2,
"player_name": "Daniel Carvajal",
"jersey_number": 2
},
{
"id": 9333532664,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 460160,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "\u00c9der Milit\u00e3o",
"jersey_number": 3
},
{
"id": 9332743347,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37255840,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 9,
"player_name": "Jude Bellingham",
"jersey_number": 5
},
{
"id": 9333532651,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 186353,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Nacho Fern\u00e1ndez\u00a0",
"jersey_number": 6
},
{
"id": 9332743348,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 600687,
"team_id": 3468,
"position_id": 27,
"formation_field": null,
"type_id": 11,
"formation_position": 11,
"player_name": "Vinicius Junior\u00a0",
"jersey_number": 7
},
{
"id": 9332743338,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 30289,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 7,
"player_name": "Toni Kroos",
"jersey_number": 8
},
{
"id": 9333532665,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 268,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Luka Modric\u00a0",
"jersey_number": 10
},
{
"id": 9332743336,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 7346228,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 10,
"player_name": "Rodrygo",
"jersey_number": 11
},
{
"id": 9332743346,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 23688922,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 6,
"player_name": "Eduardo Camavinga",
"jersey_number": 12
},
{
"id": 9332743343,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 205983,
"team_id": 3468,
"position_id": 24,
"formation_field": null,
"type_id": 11,
"formation_position": 1,
"player_name": "Andriy Lunin",
"jersey_number": 13
},
{
"id": 9333532667,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 1468,
"team_id": 3468,
"position_id": 27,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Joselu\u00a0",
"jersey_number": 14
},
{
"id": 9332743337,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 260862,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 11,
"formation_position": 8,
"player_name": "Federico Valverde",
"jersey_number": 15
},
{
"id": 9333532655,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 186543,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Lucas V\u00e1zquez",
"jersey_number": 17
},
{
"id": 9332743344,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 5270371,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 3,
"player_name": "Aur\u00e9lien Tchouam\u00e9ni",
"jersey_number": 18
},
{
"id": 9333532652,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 186734,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Dani Ceballos",
"jersey_number": 19
},
{
"id": 9333532658,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 537666,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Fran Garc\u00eda",
"jersey_number": 20
},
{
"id": 9333532654,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 340342,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Brahim D\u00edaz",
"jersey_number": 21
},
{
"id": 9332743333,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 31837,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 4,
"player_name": "Antonio R\u00fcdiger",
"jersey_number": 22
},
{
"id": 9332743345,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 98903,
"team_id": 3468,
"position_id": 25,
"formation_field": null,
"type_id": 11,
"formation_position": 5,
"player_name": "Ferland Mendy",
"jersey_number": 23
},
{
"id": 9333532662,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37547467,
"team_id": 3468,
"position_id": 26,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Arda G\u00fcler",
"jersey_number": 24
},
{
"id": 9333532653,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 186606,
"team_id": 3468,
"position_id": 24,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Kepa Arrizabalaga",
"jersey_number": 25
},
{
"id": 9333532660,
"sport_id": 1,
"fixture_id": 19101803,
"player_id": 37656778,
"team_id": 3468,
"position_id": 24,
"formation_field": null,
"type_id": 12,
"formation_position": null,
"player_name": "Fran Gonz\u00e1lez",
"jersey_number": 30
}
]
},
"rate_limit": {
"resets_in_seconds": 3600,
"remaining": 2999,
"requested_entity": "Fixture"
},
"timezone": "UTC"
}
No worries—we have also considered that. We have written a complete tutorial about our fixtures’ endpoints. By using includes you can enrich the response from our API massively. Do you want to see all the events? Scores? Lineups? Statistics? It is all there!
Just use the possible includes and get whatever you need!