Documentation Index
Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP. To apply for a key, DM southctrl on Discord.
Quick Start
Best for profile lookup tools and channel previews.
Channel / User Info
Get public information about a Telegram channel or user by username.Endpoint
Path Parameters
Telegram username (e.g.
durov, telegram).Example Request
cURL
JavaScript
Python
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Unique Telegram ID of the channel or user |
title | string | Display name of the channel or user |
username | string | Telegram username (without the @) |
type | string | Account type — channel, user, group, etc. |
description | string | Bio or channel description |
members | integer | Number of members or subscribers |
photo | string | Base64-encoded JPEG profile photo |
photo field returns a base64-encoded JPEG string. To display it in a browser, prefix it with data:image/jpeg;base64,.