WebsiteDown API — in beta
Programmatic access to outage signals, status checks, and uptime intelligence. Join the waitlist — we'll email you when the first endpoints ship.
Who this is for
The API is shaped for the integrations that have already emailed us asking. If yours isn't in this list, the waitlist form has a free-text field — tell us.
Planned endpoints
Shapes likely to ship in the first cut. Labelled planned everywhere — these URLs do not respond yet. If a missing endpoint is the difference between you using us and rolling your own, mention it on the waitlist form.
Example response
What GET /v1/services/discord/status will return (shape; values illustrative).
{
"service": "discord",
"domain": "discord.com",
"verdict": "no_confirmed_outage",
"severity": "healthy",
"checked_at": "2026-05-16T01:23:45Z",
"probe": {
"reachable": true,
"status_code": 200,
"latency_ms": 142,
"region": "us-east-1"
},
"official_status": {
"indicator": "none",
"description": "All Systems Operational",
"url": "https://discordstatus.com"
},
"user_reports": {
"reports_24h": 12,
"anomaly": "normal",
"spike": false
},
"external_signals": [],
"sources": [
{ "title": "Discord Status",
"url": "https://discordstatus.com",
"published_at": "2026-05-16T01:20:00Z" }
]
}Pricing
Free tier for personal use and prototyping. Paid tier for commercial volume, higher rate limits, and SLAs. Final pricing TBA — waitlist members will get a preview before launch.