Skip to content
GET/api/v1/badges/services/{serviceSlug}No auth · no limitOpen in browser →

Service SVG status badge

Embeddable SVG badge with one service's current status. Not rate limited and safe to hotlink. An unknown slug returns a neutral SVG with HTTP 200 so an existing embed remains an image.

ParameterInTypeDescription
serviceSlugrequiredpathstringService slug. An optional .svg suffix is accepted for conventional image URLs.

Request

![AWS EC2 status](https://outagedeck.com/api/v1/badges/services/aws-ec2.svg)

curl https://outagedeck.com/api/v1/badges/services/aws-ec2.svg

Response (image/svg+xml)

<svg xmlns="http://www.w3.org/2000/svg" role="img"
  aria-label="AWS EC2 status: Operational" ...>
  ...
</svg>

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