GET Upcoming Fixtures by Market ID
Returns all the fixtures from your requested market ID.
https://api.sportmonks.com/v3/football/fixtures/upcoming/markets/{marketID}{
"data": [
{
"id": 19230783,
"sport_id": 1,
"league_id": 612,
"season_id": 24157,
"stage_id": 77472830,
"group_id": 251075,
"aggregate_id": null,
"round_id": 350222,
"state_id": 1,
"venue_id": 4241,
"name": "Nyva Ternopil' vs Epitsentr Dunayivtsi",
"starting_at": "2024-08-08 14:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723125600
},
{
"id": 19110346,
"sport_id": 1,
"league_id": 396,
"season_id": 23369,
"stage_id": 77470477,
"group_id": null,
"aggregate_id": null,
"round_id": 336772,
"state_id": 1,
"venue_id": 4149,
"name": "Taraz vs Arys",
"starting_at": "2024-08-08 14:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723125600Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?