Monthly Active Users API
Monthly Active Users Timeseries Based On Handle
Description: Retrieves the monthly active users timeseries based on the specified handle.
Parameters:
handle
: The handle of the application (ensure it does not include @)days
: The number of days to return
Header
x-api-key
: Your API Key (Dashboard->Settings)
GET
Authorizations
Your API Key (Dashboard->Settings)
Path Parameters
Handle of the application
Query Parameters
Required range:
x >= 1
Response
200
application/json
Successful Response
Name of the bot
Example:
"Hamster Kombat"
Handle of the bot
Example:
"hamster_kombat_bot"
Link to the bot
Example:
"https://t.me/hamster_kombat_bot"
Timeseries data
Example:
{
"2024-11-13": 106442961,
"2024-11-14": 111533930,
"2024-11-15": 111790917
}
Status code
Example:
200
Message
Example:
"Success"