DownStatus
DownStatus is a free public JSON API that tells you if a service is down. No API key, no registration, CORS enabled. Three endpoints: - /api/v1/status/:slug — current status for one service (discord, github, aws, stripe...) - /api/v1/services — all 90+ services, filterable by category and status - /api/v1/outages — outages from the last 7 days with duration and peak report count The API combines…
DownStatus endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Service Status /status/{slug} |
Returns the current status of a specific service by slug (e.g. github, aws, discord). Combines crowd reports with official status page data. |
| GET |
List All Services /services |
Returns a list of all 94 monitored services with their current status. Optionally filter by category (e.g. cloud, cdn, communication) or status (up, down, degraded). |
| GET |
Get Recent Outages /outages |
Returns confirmed outages from the last 7 days across all monitored services. Each entry includes service name, outage duration, start time, and peak crowd report count. |
DownStatus pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|