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

Authorizations

x-api-key
string
header
required

Your API Key (Dashboard->Settings)

Query Parameters

limit
integer
default:100
Required range: x >= 1
offset
integer
default:0
Required range: x >= 0

Response

200
application/json
Successful Response

The response is of type object.