The Quantum Club — Status API

Public, read-only, CORS-enabled. Machine spec: /api/openapi.json (OpenAPI 3.1).

GET/api/v1/statusFull current status snapshot (components, incidents, uptime).
GET/api/v1/status/summaryCompact rollup (indicator + active incident) for status dots.
GET/api/v1/incidentsPaginated incidents. Params: page, per, component.
GET/api/v1/uptime.csvMonthly uptime % per component (CSV).
GET/api/healthDead-man health check (200 fresh / 503 stale).
GET/feed.xmlRSS incident feed. Optional ?component=.
GET/maintenance.icsiCal subscription for scheduled maintenance windows.
GET/metricsPrometheus / OpenMetrics exposition.
GET/badge.svgEmbeddable status badge. Optional ?component=.
GET/embedEmbeddable widget (iframe).
POST/api/v1/webhooksSubscribe a Slack/Discord webhook to status changes. Body: {"url":"…","components":["web_app"]} (omit components for overall).
DELETE/api/v1/webhooksUnsubscribe a webhook. Param: ?id=.

Base URL: https://status.thequantumclub.com · ← back to status