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://downrn.com/api/statusOne service:
GET https://downrn.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: instagram, facebook, whatsapp, messenger, threads, tiktok, snapchat, x, youtube, discord, reddit, netflix, spotify, fortnite, roblox, steam, twitch, minecraft, league-of-legends, playstation, xbox, nintendo, epic-games-store, rocket-league, fall-guys, valorant, genshin-impact, pinterest, disney-plus, crunchyroll, apple-music, soundcloud, capcut, canva, duolingo, kahoot, quizlet.
Status badges
Drop a live status badge in your README, status page, or docs:
Markdown:
HTML:
<a href="https://downrn.com/is-chatgpt-down">
<img src="https://downrn.com/api/badge/chatgpt" alt="ChatGPT status" />
</a>All services
/api/badge/instagram/api/badge/facebook/api/badge/whatsapp/api/badge/messenger/api/badge/threads/api/badge/tiktok/api/badge/snapchat/api/badge/x/api/badge/youtube/api/badge/discord/api/badge/reddit/api/badge/netflix/api/badge/spotify/api/badge/fortnite/api/badge/roblox/api/badge/steam/api/badge/twitch/api/badge/minecraft/api/badge/league-of-legends/api/badge/playstation/api/badge/xbox/api/badge/nintendo/api/badge/epic-games-store/api/badge/rocket-league/api/badge/fall-guys/api/badge/valorant/api/badge/genshin-impact/api/badge/pinterest/api/badge/disney-plus/api/badge/crunchyroll/api/badge/apple-music/api/badge/soundcloud/api/badge/capcut/api/badge/canva/api/badge/duolingo/api/badge/kahoot/api/badge/quizletPlease don't poll more than once a minute (data only updates that often). Status indicators are automated estimates, not statements of fact. DownRN is independent and not affiliated with any AI provider.

