GET Latest Updated Fixtures
Returns you all fixtures that have received updates within 10 seconds.
https://api.sportmonks.com/v3/football/fixtures/latest{
"data": [
{
"id": 19238160,
"sport_id": 1,
"league_id": 1412,
"season_id": 22988,
"stage_id": 77469045,
"group_id": null,
"aggregate_id": null,
"round_id": null,
"state_id": 1,
"venue_id": null,
"name": "Tersana vs El Gounah",
"starting_at": "2024-08-08 15:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723129200
},
{
"id": 19238159,
"sport_id": 1,
"league_id": 1412,
"season_id": 22988,
"stage_id": 77469045,
"group_id": null,
"aggregate_id": null,
"round_id": null,
"state_id": 1,
"venue_id": 4568,
"name": "Pyramids FC vs Abu Qir Semad",
"starting_at": "2024-08-08 15:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"has_odds": true,
"has_premium_odds": true,
"starting_at_timestamp": 1723129200Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Definition of “Latest Updated”
Frequency of updates & no-change responses
Polling frequency & rate limits
Caching strategy & best practices
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?