DigitalOcean Status

Live operational status of DigitalOcean's services

🔧 Developer ToolsHEALTHYchecked 24 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

DigitalOcean publishes its incident and uptime data through an Atlassian Statuspage public API. The status.json endpoint returns a top-level indicator and human-readable description of overall service health. No key required, ideal for status dashboards and uptime bots.

93HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 93 · healthy
Uptime history
99.02%90 days
100%30 days
422P50 · ms
2551P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 102 ms, slowest 1472 ms, most recent 239 ms.
Live response samplecaptured by our last successful check
GET https://status.digitalocean.com/api/v2/status.json

{
  "page": {
    "id": "w4cz49tckxhp",
    "name": "DigitalOcean",
    "updated_at": "2026-07-05T00:53:19.406Z"
  },
  "status": {
    "indicator": "none",
    "description": "All Systems Operational"
  }
}
Call itcurl · fetch · python
curl "https://status.digitalocean.com/api/v2/status.json"
const res = await fetch("https://status.digitalocean.com/api/v2/status.json");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://status.digitalocean.com/api/v2/status.json")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /status.json422 mschecked 24 min ago
GET/status.jsonPROBED

Live operational status of DigitalOcean's services

GET/health

Health check — confirms the service is up.

GET/ping

Lightweight ping endpoint.

GET/summary.json

Summary Json — documented GET route.

GET/components.json

Components Json — documented GET route.

GET/incidents/unresolved.json

Unresolved Json — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

DigitalOcean Status: common questions

Is DigitalOcean Status free to use?

Yes — DigitalOcean Status is a free developer tools API. Free tier: Free (Atlassian Statuspage public API). Whether the free tier allows commercial use is unclear — check the provider docs.

Does DigitalOcean Status need an API key?

No — DigitalOcean Status needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call DigitalOcean Status from the browser?

Yes — DigitalOcean Status returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is DigitalOcean Status up right now?

As of our last scheduled check, DigitalOcean Status is healthy with 99.02% uptime over 90 days and a 422 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.