GET Fixtures by Head To Head
Returns the head to head fixtures of two teams you’ve requested.
https://api.sportmonks.com/v3/football/fixtures/head-to-head/{team_id_1}/{team_id2} {
"id": 19146697,
"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": 336296,
"name": "Hearts vs Rangers",
"starting_at": "2024-08-03 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": 1722684600
},
{
"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
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?