Public, read-only, CORS-enabled. Machine spec: /api/openapi.json (OpenAPI 3.1).
| GET | /api/v1/status | Full current status snapshot (components, incidents, uptime). |
| GET | /api/v1/status/summary | Compact rollup (indicator + active incident) for status dots. |
| GET | /api/v1/incidents | Paginated incidents. Params: page, per, component. |
| GET | /api/v1/uptime.csv | Monthly uptime % per component (CSV). |
| GET | /api/health | Dead-man health check (200 fresh / 503 stale). |
| GET | /feed.xml | RSS incident feed. Optional ?component=. |
| GET | /maintenance.ics | iCal subscription for scheduled maintenance windows. |
| GET | /metrics | Prometheus / OpenMetrics exposition. |
| GET | /badge.svg | Embeddable status badge. Optional ?component=. |
| GET | /embed | Embeddable widget (iframe). |
| POST | /api/v1/webhooks | Subscribe a Slack/Discord webhook to status changes. Body: {"url":"…","components":["web_app"]} (omit components for overall). |
| DELETE | /api/v1/webhooks | Unsubscribe a webhook. Param: ?id=. |
Base URL: https://status.thequantumclub.com · ← back to status