Statusly
**Statusly** aggregates the official status pages of 22 major cloud and SaaS providers into a single, normalized API. Instead of polling dozens of different status pages in different formats, you get one consistent JSON response with current status, active incidents, and history. **Covered services include:** GitHub, Cloudflare, Stripe/Shopify, Twilio, Discord, Datadog, Vercel, Netlify, Render,…
Statusly endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List services /v1/services |
Returns the list of all monitored services with their id, name, and category. |
| GET |
All services status /v1/status/all |
Returns the current status of all monitored services, including active incident counts. |
| GET |
Service status /v1/status/{serviceId} |
Returns the current status of a single service by its id. |
| GET |
Active incidents /v1/incidents |
Returns currently active incidents across all monitored services. |
| GET |
Service incidents /v1/incidents/{serviceId} |
Returns the incident history for a specific service. |
| GET |
Service history /v1/status/{serviceId}/history |
Returns historical status snapshots for a service, useful for uptime calculation. |
Statusly pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 60 / minute |
|
| ULTRA | $15 / month | 120 / minute |
|