Read and write Telegram data
https://api.telegram.org
Auth type
API Key Header
Auth header
GET https://api.telegram.org/bot{YOUR_BOT_TOKEN}/getMe
Rate limit
30 messages/sec (global); 1 message/sec per chat
Pricing
Free
Free quota
Completely free, no limits
Documentation
https://core.telegram.org/api#getting-started
Endpoint status
Live — HTTP 200 — endpoint is accessible3.12s
(checked Mar 29, 2026)
Builder score
C
56%
builder-friendly
Bot token appended to the base URL path (no header required)
GET https://api.telegram.org/bot{YOUR_BOT_TOKEN}/getMe
| Plan | Price/mo | Included |
|---|---|---|
| Free | Free | Unlimited — completely free |
The Telegram Bot API is 100% free with no usage limits. Bots can send up to 30 messages/second globally, or 1 message/second per chat.
| Method | Path | Description |
|---|---|---|
| GET | / |
See documentation for endpoint reference |
curl 'https://core.telegram.org'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Telegram MTProto documentation.