Groq status — and how to poll it yourself
Snapshot: Aug 6, 2026 6:50 PM ET · Statuses shown are build-time snapshots — they refresh on each site rebuild. Live auto-refresh ships post-launch.
| Status page | https://groqstatus.com |
| Snapshot status | Operational All Systems Operational (as of Aug 6, 2026 6:50 PM ET) |
| Components | 20/20 |
| Status API format | statuspage-v2 |
| JSON endpoint | https://groqstatus.com/api/v2/status.json |
| Gotcha | status.groq.com redirects to groqstatus.com; fetch the API on groqstatus.com |
| Verification | verified — live fetch on 2026-08-06 |
Polling Groq's status programmatically
Atlassian Statuspage v2. GET /api/v2/status.json returns status.indicator (none | minor | major | critical) and a human description; GET /api/v2/components.json returns per-component state.
curl -s https://groqstatus.com/api/v2/status.jsonGotcha (verified 2026-08-06): status.groq.com redirects to groqstatus.com; fetch the API on groqstatus.com
Everything above was verified against the live endpoint on 2026-08-06 — nothing is inferred from platform defaults. If the endpoint moved, tell us.