Monthly Active Users API
Monthly Active Users
Description: Retrieves the monthly active users based on the specified limit and offset.
Parameters:
limit
: The number of items to returnoffset
: The number of items to skip
Header
x-api-key
: Your API Key (Dashboard->Settings)
Returns:
MonthlyActiveUsersResponse
: The response containing the monthly active users.
Raises:
HTTPException
: If an error occurs during the process.
GET
Authorizations
Your API Key (Dashboard->Settings)
Query Parameters
Required range:
x >= 1
Required range:
x >= 0
Response
200
application/json
Successful Response
List of monthly active users data
Example:
[
{
"bot_active_users": 111790917,
"handle": "hamster_kombat_bot",
"link": "https://t.me/hamster_kombat_bot",
"name": "Hamster Kombat",
"ranking": 1
},
{
"bot_active_users": 56839660,
"handle": "BlumCryptoBot",
"link": "https://t.me/BlumCryptoBot",
"name": "Blum",
"ranking": 2
},
{
"bot_active_users": 44384048,
"handle": "catsgang_bot",
"link": "https://t.me/catsgang_bot",
"name": "Cats 🐈⬛",
"ranking": 3
},
{
"bot_active_users": 39453322,
"handle": "wallet",
"link": "https://t.me/wallet",
"name": "Кошелёк",
"ranking": 4
},
{
"bot_active_users": 38299305,
"handle": "major",
"link": "https://t.me/major",
"name": "Major",
"ranking": 5
}
]
Limit
Example:
5
Offset
Example:
0
Status code
Example:
200
Message
Example:
"Success"