The Telegram Bot API,
unblocked.
A transparent, edge-hosted proxy. Point your bots at this domain instead of
api.telegram.org and every call keeps working, even where Telegram is blocked.
Quickstart
Swap the API host. Everything after it stays identical, so no SDK changes are required.
Fill these in to build a ready-to-run snippet. Values stay in your browser and are never sent anywhere.
FROM
https://api.telegram.org/bot<TOKEN>/sendMessage
TO
https://<this-domain>/bot<TOKEN>/sendMessage
curl "https://<this-domain>/bot<TOKEN>/sendMessage" \ -d chat_id=<CHAT_ID> \ -d text="Hello from the proxy"
Built for drop-in use
Every method
Path, query, method, and body pass through unchanged, so all Bot API methods work.
Edge-fast
Runs on Cloudflare's global network, close to wherever your bot calls from.
Zero storage
No tokens are stored here. The token in the URL is the only credential, exactly as with direct calls.
Live stats
Operational
Delivered
0
Errors
0
Error rate
0%
No requests yet
Self-host in minutes
Prefer not to rely on a shared instance? Deploy your own to Cloudflare Pages. The free tier is plenty.
Clone and run the setup script
git clone https://github.com/yemzikk/tg-proxy.git cd tg-proxy ./setup.sh