Is Telegram down?
Live health probe of Telegram's api.telegram.org Bot API
gateway and the public web frontend, run continuously from your browser.
If your bot stops responding, this tells you whether it's Telegram or you.
Probing…
What we're checking
- api.telegram.org — the Bot API gateway. If this is down, every bot on the planet is dead. Real outages are rare; brief 5xx spikes happen a few times per year.
- telegram.org — the public web frontend, including
t.meredirects and the support pages. Independent infrastructure from the API. - core.telegram.org — developer documentation site. Used as a sanity check that DNS + edge are healthy in your region.
If api.telegram.org is up but YOUR bot is down
Walk through this list:
- Token revoked? Quick check with
Bot Token Tester. If
getMereturns Unauthorized, BotFather regenerated it. - Webhook returning 5xx? Inspect with
getWebhookInfo—last_error_messagetells you exactly what's failing. - Rate-limited? Look for
FLOOD_WAIT_Xin logs (see the error codes reference). - Removed from a chat? Try a DM-only command first to
isolate.
my_chat_memberupdates will reflect this.
Where Telegram itself reports outages
- @telegram on X — official channel for global outage announcements.
- Pavel Durov's channel — major incidents and infra changes.
- Downdetector — Telegram — crowd-sourced outage reports.
Related tools
Error Code Reference
Every Telegram API error explained — FLOOD_WAIT, PEER_ID_INVALID, BUTTON_DATA_INVALID, and the actual fix.
Get Telegram ID
Find the numeric user, chat, group, or channel ID for any @username.
Username Availability
Check up to 20 usernames at once — see which @handles are still free to claim.
Username History
Track past usernames a public Telegram account has used. (beta)