DigitalOcean Status
Status of all DigitalOcean services
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://status.digitalocean.com/api
Overview
The DigitalOcean Status API reports the operational status of DigitalOcean’s services and regions — current status, incident history, and component health — via an Atlassian Statuspage-compatible JSON API. Keyless and free (verified live), it’s useful for status badges and incident notifications.
Quick Start
Service status (verified live):
curl "https://status.digitalocean.com/api"
{
"page": { "id": "...", "name": "DigitalOcean", "url": "https://status.digitalocean.com" },
"components": [
{ "id": "...", "name": "Account", "status": "operational" },
{ "name": "API", "status": "operational" }
],
"status": { "description": "All Systems Operational", "indicator": "none" }
}
Recent incidents:
curl "https://status.digitalocean.com/api/v2/incidents/unresolved.json"
curl "https://status.digitalocean.com/api/v2/incidents.json?limit=5"
Authentication
None — keyless.
Rate Limits & Notes
- Free, public status data; no hard limit — be polite.
- Two flavors: the aggregate
/apisummary and the Statuspage-compatible/api/v2/endpoints (components, incidents, scheduled-maintenances). status.indicatorvalues:none(all good) →major(major outage).- Use it for uptime badges, status widgets, and CI gates.
FAQ
Is DigitalOcean Status API free? Yes — public status data, keyless.
How do I check current status programmatically?
GET /api → status.indicator tells you if everything is operational.
Is it just DigitalOcean? Yes — it covers DigitalOcean’s own services/regions.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |