Skip to main content
GET
/
v1
/
statistics
/
users
curl https://hapi.7331.org/v1/statistics/users
{
  "total_count": 1500,
  "basic_count": 1200,
  "premium_count": 250,
  "lifetime_count": 50
}
X-API-Key
string
Optional bot API key for authentication.

Response

total_count
integer
required
Total number of registered users.
basic_count
integer
required
Users with basic (free) tier.
premium_count
integer
required
Users with premium subscription.
lifetime_count
integer
required
Users with lifetime subscription.
curl https://hapi.7331.org/v1/statistics/users
{
  "total_count": 1500,
  "basic_count": 1200,
  "premium_count": 250,
  "lifetime_count": 50
}