APIEndpoint referenceDashboard

/dashboard/stale-odds

Upcoming fixtures whose odds have not been refreshed in the last hour.

GET
/api/v2/dashboard/stale-odds

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
Formatint64
pageSize?integer
Formatint64

Response 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}