GET
/
monthly-active-users
/
growth-trend
/
{handle}
curl --request GET \
  --url https://ebn.telemetree.io/public-api/monthly-active-users/growth-trend/{handle} \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "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": 200,
  "message": "Success"
}

Authorizations

x-api-key
string
header
required

Your API Key (Dashboard->Settings)

Path Parameters

handle
string
required

Handle of the application

Response

200
application/json

Successful Response

The response is of type object.