Response shape
Status conventions
When the indexer is warming up, lagging, or between seasons, the endpoint returns HTTP 200 with"status": "not-ready" rather than 404. Clients
should branch on the status field, not on HTTP code.Caching + rate limiting
Responses are short-cached at the edge. Request and response carry:To force a fresh read past the edge cache, send
Cache-Control: no-cache on
the request.