GET Fixtures by Date
Returns the fixtures from your requested date. All you have to do is parse the date in YYYY-MM-DD format.
https://api.sportmonks.com/v3/football/fixtures/date/{date}{
"data": [
{
"id": 19146700,
"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": 8879,
"name": "St. Mirren vs Hibernian",
"starting_at": "2024-08-04 14:00:00",
"result_info": "St. Mirren won after full-time.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1722780000
},
{
"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
}Field
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?