Monthly Active Users API
Monthly Active Users Overview
Description: Retrieves the monthly active users overview.
Parameters:
limit
: The number of items to returnoffset
: The number of items to skip
Header
x-api-key
: Your API Key (Dashboard->Settings)
Returns:
AppMonthlyActiveUsersResponse
: The response containing the monthly active users.
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 bot active users data
Example:
[
{
"avg_daily_users_gained": 865314.2333333333,
"handle": "hamster_kombat_bot",
"link": "https://t.me/hamster_kombat_bot",
"month_ago_change": 36.087077012085494,
"month_ago_users": 82146607,
"name": "Hamster Kombat",
"profile_photo": "",
"today_users": 111790917,
"week_ago_change": 5.024245802406793,
"week_ago_users": 106442961,
"yesterday_change": 0.2304114989940729,
"yesterday_users": 111533930
}
]
Status code
Example:
200
Message
Example:
"Success"