Telegram Data API
Full public data about groups channels and members. - Get Chat Data (including avg views, links count, allowed reactions and more...) - Get User Data (full public data) - Get list of chat members - Get list of chats user joined
Telegram Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
Get list of chats the user joined /api/user/{user_id}/chats/ |
*not a full list |
| GET |
Get list of chat members /api/chat/{chat_id}/users/ |
*not available for channels |
| GET |
Get user data /api/user/{user_id}/ |
Full public data about the user |
| GET |
Get chat data /api/chat/{chat_id}/ |
Get full public data about the group / channel. |
Telegram Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 6 / minute |
|
| PRO Recommended | $9.99 / month | 1 / second |
|
| ULTRA | $99 / month | 1 / second |
|