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.
| Parameter | In | Type | Description |
|---|---|---|---|
serviceSlugrequired | path | string | Service slug. An optional .svg suffix is accepted for conventional image URLs. |
Request

curl https://outagedeck.com/api/v1/badges/services/aws-ec2.svgResponse (image/svg+xml)
<svg xmlns="http://www.w3.org/2000/svg" role="img"
aria-label="AWS EC2 status: Operational" ...>
...
</svg>