# PWRTelegram bot API **Provider:** PWRTelegram bot **Category:** communication **Base URL:** `https://api.telegram.org` **Auth:** api-key — `GET https://api.telegram.org/bot{YOUR_BOT_TOKEN}/getMe` **Rate Limit:** 30 messages/sec (global); 1 message/sec per chat **Free Tier:** Yes — [object Object] **Pricing:** Free (free) **Docs:** https://pwrtelegram.xyz ## Description Boosted version of the Telegram bot API | apiKey | Yes | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.telegram.org/` | See documentation for endpoint reference | ## Authentication Bot token appended to the base URL path (no header required) ``` GET https://api.telegram.org/bot{YOUR_BOT_TOKEN}/getMe ``` ## Sample Request ```bash curl 'https://pwrtelegram.xyz' ``` ## Sample Response ```json {} ``` ## Pricing Details 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. --- *Source: [API Map](https://apimap.dev/apis/pwrtelegram-bot/) — CC BY 4.0*