// API & WEBHOOKS
Pipe outage data straight into your stack.
A real REST API for monitors, incidents and status. Outbound webhooks fire on every state change. Build custom dashboards, drive feature flags, route incidents through your own automation.
See pricing Included from Growth — $49/mo
// FEATURES
REST API
Read monitors, incidents, latency timeseries and component status. JSON, bearer-token auth, paginated. Same data you see in the dashboard.
Outbound webhooks
Subscribe to incident.opened, incident.updated, incident.resolved, monitor.degraded, monitor.recovered. Signed payloads.
API keys & scopes
Issue scoped, revocable keys. Rotate without downtime. Audit log of every key use.
Generous limits
25,000 requests/mo on Growth. 200,000 on Business. Request volume that fits a real production integration, not a toy demo.
// WHAT'S INCLUDED
- REST API (read monitors, incidents, status)
- Outbound webhooks with signed payloads
- Scoped, revocable API keys
- Rate-limit headers & quota visibility
- OpenAPI spec
- Latency timeseries per monitor
- Component status feed for status pages
- 25k req/mo (Growth), 200k req/mo (Business)
What it looks like in practice
GET /v1/monitors/api-prodbash
curl https://api.downrightnow.app/v1/monitors/api-prod \
-H "Authorization: Bearer drn_live_••••"Response
{
"id": "api-prod",
"name": "api.acme.com/health",
"status": "up",
"uptime_30d": 0.99982,
"regions": [
{ "region": "us-east-1", "latency_ms": 84, "ok": true },
{ "region": "eu-west-1", "latency_ms": 96, "ok": true },
{ "region": "ap-northeast-1", "latency_ms": 312, "ok": false }
],
"last_incident_at": "2026-04-24T08:13:02Z"
}POST → your webhook URLjson
X-DRN-Signature: sha256=a83e...
X-DRN-Event: incident.openedResponse
{
"event": "incident.opened",
"incident": {
"id": "inc_01HZ...",
"monitor_id": "api-prod",
"severity": "major",
"started_at": "2026-05-06T14:21:08Z",
"failing_regions": ["ap-northeast-1"],
"reason": "http_5xx"
}
}Need this for your team?
Shared workspaces, SSO, and audit logs.
// GET STARTED
Stop finding out about outages on Twitter.
Plans from $5/mo. Cancel anytime.