

Telegram API
by RoarAPI · base path /telegram-api
Public-data Telegram API — channels, messages, media, reactions, insights.
Loading endpoints…Endpoints
11Every endpoint Telegram API exposes, and what each one does.
- 1GET
/telegram-api/embedEmbedded post preview (normalized)
Telegram's embedded-post widget, normalized into the shared envelope.
- 2GET
/telegram-api/channels/{channel}Public channel info + computed insights
Public channel (title, @username, counts, verified/scam flags, linked group) + insights.
- 3GET
/telegram-api/channels/{channel}/messagesMessage history (cursor-paginated)
A channel's message history, cursor-paginated, optionally filtered by message type.
- 4GET
/telegram-api/channels/{channel}/mediaMedia-only stream (cursor-paginated)
Photos/videos/documents from a channel with proxied, non-expiring variants.
- 5GET
/telegram-api/channels/{channel}/searchIn-channel full-text message search
Search a single channel's messages, cursor-paginated.
- 6GET
/telegram-api/channels/{channel}/similarRelated / similar public channels
Related/similar public channels for discovery, cursor-paginated.
- 7GET
/telegram-api/channels/{channel}/insightsComputed cadence/reach/forward-virality/reactions
The channel with its computed insights block (cadence, reach, forward-virality).
- 8GET
/telegram-api/messages/{channel}/{message_id}Single message (text/media/forward/poll)
A single message: text, media, views, forwards, reactions, edit/pin flags, poll.
- 9GET
/telegram-api/messages/{channel}/{message_id}/commentsDiscussion-group comments (session backend)
Discussion-group comments for a post; `login_required` unless a session backend is on.
- 10GET
/telegram-api/messages/{channel}/{message_id}/reactionsReaction breakdown (partial on public preview)
Reaction breakdown; `meta.partial=true` on the public preview (session backend for full).
- 11GET
/telegram-api/messages/{channel}/{message_id}/media/downloadProxied, non-expiring media variants
Durable proxied media variant URLs for a message (originals on telesco.pe expire).
Pricing
| Plan | Pricing | Rate limits | Quotas | Compare all 4 plans |
|---|---|---|---|---|
| Basic | Free | 5 requests / second | 50 requests / month | |
| Pro | $29/mo | 20 requests / second | 30000 requests / month | |
| Max | $59/mo | 50 requests / second | 100000 requests / month | |
| Ultra | $99/mo | 100 requests / second | 1000000 requests / month |