GET Fixtures by Date Range for Team
Returns the fixtures from your requested date range for your team. All you have to do is parse the date in YYYY-MM-DD format and add the team ID.
https://api.sportmonks.com/v3/football/fixtures/between/{start_date}/{end_date}/{team_id}{
"data": [
{
"id": 19116491,
"sport_id": 1,
"league_id": 501,
"season_id": 21787,
"stage_id": 77464482,
"group_id": 249096,
"aggregate_id": null,
"round_id": 337538,
"state_id": 5,
"venue_id": 8914,
"name": "Rangers vs Dundee",
"starting_at": "2024-05-14 18:30:00",
"result_info": "Rangers won after full-time.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1715711400
},
{
"id": 19116496,
"sport_id": 1,
"league_id": 501,
"season_id": 21787,
"stage_id": 77464482,
"group_id": 249096,
"aggregate_id": null,
"round_id": 337539,
"state_id": 5,
"venue_id": 336296,
"name": "Hearts vs Rangers",
"starting_at": "2024-05-18 11:30:00",
"result_info": "Game ended in draw.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1716031800
}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:
Code Example
Last updated
Was this helpful?