GET Fixture by ID
Returns the single fixture you’ve requested by ID.
https://api.sportmonks.com/v3/football/fixtures/{ID}{
"data": {
"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
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?