GET Fixtures by Multiple IDs
Returns the fixtures you’ve requested by IDs. The maximum number of fixture IDs you can include in a single request when using this endpoint is 50.
https://api.sportmonks.com/v3/football/fixtures/multi/{IDs} {
"id": 19146701,
"sport_id": 1,
"league_id": 501,
"season_id": 23690,
"stage_id": 77471570,
"group_id": null,
"aggregate_id": null,
"round_id": 340573,
"state_id": 5,
"venue_id": 8909,
"name": "Celtic vs Kilmarnock",
"starting_at": "2024-08-04 15:30:00",
"result_info": "Celtic won after full-time.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1722785400
},
{
"id": 19146702,
"sport_id": 1,
"league_id": 501,
"season_id": 23690,
"stage_id": 77471570,
"group_id": null,
"aggregate_id": null,
"round_id": 340573,
"state_id": 5,
"venue_id": 219,
"name": "St. Johnstone vs Aberdeen",
"starting_at": "2024-08-05 19:00:00",
"result_info": "Aberdeen won after full-time.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1722884400
}Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?