Skip to main content
Returns the active season’s phase, hour anchors, reservation/launch counts, and pool state.

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.
Common reasons:

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.

Worked example