Skip to content
GET/api/v1/statusPublicOpen in browser →

Platform-wide status overview

Directory stats, every tracked provider with current status, and the most recent incidents.

Request

curl https://outagedeck.com/api/v1/status

Response (truncated)

{
  "meta": { "version": "v1", "generatedAt": "2026-07-07T18:20:04Z" },
  "data": {
    "stats": {
      "totalProviders": 25,
      "activeIncidents": 4,
      "operationalProviders": 21
    },
    "providers": [
      {
        "id": "provider_aws",
        "slug": "aws",
        "name": "AWS",
        "currentStatus": {
          "code": "operational",
          "label": "Operational",
          "headline": "AWS is operational",
          "capturedAt": "2026-07-07T18:10:20Z"
        },
        "counts": { "services": 3, "activeIncidents": 0, "incidents": 3 }
      }
    ],
    "recentIncidents": [
      {
        "slug": "cloudflare-durable-objects-increased-error-rate-in-enam-2026-07-06",
        "title": "Durable Objects Increased Error Rate in ENAM",
        "status": "resolved",
        "severity": "minor",
        "provider": { "slug": "cloudflare", "name": "Cloudflare" }
      }
    ]
  }
}

Machine-readable spec

This endpoint is described in the OpenAPI 3.1 document, ready for Postman, Insomnia, or code generation.

OpenAPI 3.1

https://outagedeck.com/api/v1/openapi