AIDownCheck for developers
Your apps depend on AI APIs — so build their status right in. Everything below is free, CORS-open, and needs no API key. Data is real-time (60s cache) and combines official status pages with our own independent checks.
Status API (JSON)
All services:
GET https://aidowncheck.com/api/statusOne service:
GET https://aidowncheck.com/api/status/chatgpt
{
"slug": "chatgpt",
"name": "ChatGPT",
"provider": "OpenAI",
"status": "operational", // operational | degraded | down | maintenance | unknown
"confidence": "high",
"summary": "All systems operational.",
"likelyCause": null,
"checkedAt": "2026-06-22T13:00:00.000Z"
}Slugs: chatgpt, claude, gemini, grok, cursor, bolt, perplexity, windsurf, lovable, github-copilot, poe, midjourney, elevenlabs, runway.
Status badges
Drop a live status badge in your README, status page, or docs:
Markdown:
HTML:
<a href="https://aidowncheck.com/is-chatgpt-down">
<img src="https://aidowncheck.com/api/badge/chatgpt" alt="ChatGPT status" />
</a>All services
/api/badge/chatgpt/api/badge/claude/api/badge/gemini/api/badge/grok/api/badge/cursor/api/badge/bolt/api/badge/perplexity/api/badge/windsurf/api/badge/lovable/api/badge/github-copilot/api/badge/poe/api/badge/midjourney/api/badge/elevenlabs/api/badge/runwayPlease don't poll more than once a minute (data only updates that often). Status indicators are automated estimates, not statements of fact. AIDownCheck is independent and not affiliated with any AI provider.