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.
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.
AuthorizationBearer <token>
Supabase access token.
In: header
Query Parameters
page?integer
Format
int64pageSize?integer
Format
int64Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/dashboard/stale-odds"{ "data": [ "string" ], "page": 0, "pageSize": 0, "totalCount": 0, "totalPages": 0}