Endpoints
GET
/api/v1/status
Overall platform status and a brief state of every system.
GET
/api/v1/services
All systems with current status and uptime (24h / 7d / 90d).
GET
/api/v1/services/:slug
Details of one system plus 90-day daily history.
GET
/api/v1/services/:slug/history
Raw checks of a system.
GET
/api/v1/incidents
Incident history, optionally filtered by system.
GET
/api/v1/metrics
Aggregated statistics across the whole project.
GET
/api/health
Liveness of the status-page itself.
Statuses
up
— responding normally;
degraded
— responding, but slower than the threshold;
down
— unavailable or wrong response code;
unknown
— no checks yet.
Rate limit
The public API allows at most 1 request per second per IP. Exceeding the limit returns HTTP 429.