StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/stale-odds

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

GET
/api/dashboard/stale-odds

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.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Query Parameters

page?integer
Formatint64
pageSize?integer
Formatint64

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