P

PWRTelegram bot API

by PWRTelegram bot Free tier

Boosted version of the Telegram bot API | apiKey | Yes | Unknown |

communicationmessagingbotschatsocial

Quick Reference

Base URL 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://pwrtelegram.xyz Endpoint status Live — HTTP 200 — endpoint is accessible2.51s (checked Mar 29, 2026) Builder score C 59% builder-friendly
Pricing
100
Latency
40
Depth
42

Authentication

Bot token appended to the base URL path (no header required)

GET https://api.telegram.org/bot{YOUR_BOT_TOKEN}/getMe

Pricing

Model free Starting price Free Free quota Completely free, no limits
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
GET / See documentation for endpoint reference

Sample Request

curl 'https://pwrtelegram.xyz'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official PWRTelegram bot documentation.