GET Fixture by Date Range
This endpoint returns fixtures that are live between two given dates. The maximum range is 100 days. The given dates should be in YYYY-MM-DD format.
https://api.sportmonks.com/v3/motorsport/fixtures/between/START_DATE/END_DATE{
"data": [
{
"id": 19398653,
"sport_id": 2,
"league_id": 3468,
"season_id": 25273,
"stage_id": 77475992,
"group_id": null,
"aggregate_id": null,
"round_id": null,
"state_id": 5,
"venue_id": 343575,
"name": "Practice 1",
"starting_at": "2025-03-14 01:30:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": null,
"placeholder": false,
"has_odds": false,
"has_premium_odds": false,
"starting_at_timestamp": 1741915800
},Field
Description
Type
Query Parameters
Required?
Description
Pagination
Include depth
Include options
Code Example
Last updated
Was this helpful?