🛸 Telegram Analytics API

✅ Already Authenticated

The API is already authenticated!

This server has an active Telegram session. The API can access public channels. No need to authenticate again.

📱 What can this session do?

  • Read public Telegram channels
  • Get channel statistics and message counts
  • Access public channel messages
⚠️ Important: This API is configured to ONLY access public channels. However, the underlying session technically has full access to the authenticated account. This is why we strongly recommend using a dedicated account for testing and closing the session when done.

🔒 How to close this session

For security, we recommend closing this session when you're done testing:

  1. Open Telegram on your phone
  2. Go to Settings → Devices (or Settings → Privacy and Security → Active Sessions)
  3. Find the session named "api telegram" or similar
  4. Tap on it and select "Terminate Session"

📊 Ready to use the API

The API is ready to fetch data from public Telegram channels. Try these endpoints:

GET /api/v2/telegram/channels/{channel}/messages/last-id GET /api/v2/telegram/channels/{channel}/statistics/{days}