REST API

Public status pages.
No dashboard needed.

Create public status pages with incident tracking, uptime history, and custom branding. Manage everything via REST API.

1 minSetup time
PublicShareable URL
IncidentsWith timeline
Free tier1 status page

Features

Communicate downtime clearly and fast

Public status page
Each org gets a shareable public URL. Visitors see current service status, uptime bar, and incident history.
Incident management
Create incidents with title, severity, and status. Post updates as they progress. Mark resolved when done.
Uptime history
90-day uptime percentage bar per service. Visitors can see your historical reliability at a glance.
Custom branding
Set your org name, logo, and brand colour. Status pages render on your subdomain or embed in your site.
REST API
Create orgs, services, and incidents programmatically. No UI required — integrate directly into your deployment or monitoring pipeline.
Multi-service support
Add multiple services per status page — API, website, dashboard, and more. Each gets its own status indicator.

Pricing

Free to start, affordable to scale

Free
£0
1 status page
Up to 3 services
Incident management
Public URL
Get started
Business
£49/mo
20 status pages
Everything in Pro
Custom domain
SLA guarantee
Get started

Quickstart

Create your first status page

Create an org (status page)curl
$ curl -X POST "https://status.dranco.uk/api/orgs" \
     -H "Content-Type: application/json" \
     -d '{"name":"Dranco","slug":"dranco","color":"#6366f1"}'

# Response:
{"org":{"id":1,"name":"Dranco","slug":"dranco"},"api_key":"sp_..."}