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

If api.telegram.org is up but YOUR bot is down

Walk through this list:

  1. Token revoked? Quick check with Bot Token Tester. If getMe returns Unauthorized, BotFather regenerated it.
  2. Webhook returning 5xx? Inspect with getWebhookInfolast_error_message tells you exactly what's failing.
  3. Rate-limited? Look for FLOOD_WAIT_X in logs (see the error codes reference).
  4. Removed from a chat? Try a DM-only command first to isolate. my_chat_member updates will reflect this.

Where Telegram itself reports outages

Related tools