APIEndpoint referenceDashboard
/dashboard/stale-odds
Upcoming fixtures whose odds have not been refreshed in the last hour.
Upcoming fixtures whose odds have not been refreshed in the last hour.
SECURITY: unauthenticated, as in the original.
The staleness test is on the MOST recent update across all bookmakers, in a HAVING clause — a fixture counts as stale only when every bookmaker is stale. Testing any single row would flag a fixture whose other books are current.
Query Parameters
page?integer
Format
int64pageSize?integer
Format
int64Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/dashboard/stale-odds"{ "$schema": "https://example.com/schemas/DashboardStaleOddsOKBody.json", "data": [ "string" ], "page": 0, "pageSize": 0, "totalCount": 0, "totalPages": 0}
