Includes
Overview
Parameter
Required
Description
Example
https://api.sportmonks.com/v3/football/fixtures/{ID}&include=participants{
"data": {
"id": 19032598,
"sport_id": 1,
"league_id": 1326,
"season_id": 22842,
"stage_id": 77468270,
"group_id": null,
"aggregate_id": null,
"round_id": null,
"state_id": 5,
"venue_id": 1944,
"name": "Spain vs England",
"starting_at": "2024-07-14 19:00:00",
"result_info": "Spain won after full-time.",
"leg": "1/1",
"details": "Match 51",
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1720983600,
"participants": [
{
"id": 18645,
"sport_id": 1,
"country_id": 462,
"venue_id": 1315,
"gender": "male",
"name": "England",
"short_code": "ENG",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/21/18645.png",
"founded": 1863,
"type": "national",
"placeholder": false,
"last_played_at": "2024-07-14 19:00:00",
"meta": {
"location": "away",
"winner": false,
"position": 2
}
},
{
"id": 18710,
"sport_id": 1,
"country_id": 32,
"venue_id": 2020,
"gender": "male",
"name": "Spain",
"short_code": "ESP",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/22/18710.png",
"founded": 1913,
"type": "national",
"placeholder": false,
"last_played_at": "2024-07-14 19:00:00",
"meta": {
"location": "home",
"winner": true,
"position": 1
}
}
]
},Nested Includes
Nested includesLast updated
Was this helpful?