Status Page
The Status Page API gives you a hosted public status page without the Statuspage.io price tag. Add services, update their status and post incident updates with timestamped threads through REST endpoints. Your status page lives at a public URL the moment you create your account. Paid plans include custom domain support with automatic SSL. Base URL: https://status.dranco.uk Authentication:…
Status Page endpoints
| Method | Endpoint | Description |
|---|---|---|
| Organisation | ||
| GET |
getOrg /api/orgs/me |
Returns your org info — slug, name, and ID. |
| PUT |
setCustomDomain /api/orgs/custom-domain |
Configure a custom domain for your status page (Pro/Business plans only). After calling this endpoint, add a CNAME DNS record: `your-domain.com → hb-status-page.fly.dev` SSL is… |
| Services | ||
| POST |
createService /api/services |
Add a new service to your status page. |
| GET |
listServices /api/services |
Returns all services in your organisation. |
| PATCH |
updateService /api/services/{id} |
Update service status, name, URL, or check interval. |
| Incidents | ||
| PATCH |
updateIncident /api/incidents/{id} |
Post an update to an existing incident. Change status to "resolved" to close it. |
| POST |
createIncident /api/incidents |
Declare a new incident for a service. Creates the first update message automatically. |
| GET |
listIncidents /api/incidents |
Returns incidents for your org, optionally filtered by service or status. |
Status Page pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $24 / month | — |
|
| ULTRA | $62 / month | — |
|