Skip to content
GET/api/v1/providers/{providerSlug}PublicOpen in browser →

Provider detail

ParameterInTypeDescription
providerSlugrequiredpathstring

Request

curl https://outagedeck.com/api/v1/providers/github

Response (truncated)

{
  "meta": { "version": "v1", "generatedAt": "2026-07-07T18:20:04Z" },
  "data": {
    "slug": "github",
    "name": "GitHub",
    "currentStatus": {
      "code": "operational",
      "label": "Operational",
      "headline": "All Systems Operational",
      "capturedAt": "2026-07-07T18:10:18Z"
    },
    "source": {
      "kind": "official_api",
      "name": "GitHub Status",
      "checkedAt": "2026-07-07T18:10:18Z",
      "statusPageUrl": "https://www.githubstatus.com"
    },
    "services": [
      {
        "slug": "github-actions",
        "name": "GitHub Actions",
        "status": "operational",
        "links": {
          "html": "/services/github-actions",
          "api": "/api/v1/services/github-actions"
        }
      }
    ],
    "activeIncidents": [],
    "recentIncidents": [
      {
        "slug": "github-disruption-with-some-github-services-2026-07-03",
        "title": "Disruption with some GitHub services",
        "status": "resolved"
      }
    ],
    "links": {
      "html": "/providers/github",
      "api": "/api/v1/providers/github",
      "officialStatus": "https://www.githubstatus.com"
    }
  }
}

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