Skip to main content
GET
/
v1
/
statistics
/
users
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/users
{
  "total_count": 1500,
  "basic_count": 1200,
  "trial_count": 10,
  "premium_count": 250,
  "lifetime_count": 50
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

X-API-Key
string
required
Public API key.

Response

total_count
integer
required
Total number of registered users.
basic_count
integer
required
Users with basic (free) tier.
trial_count
integer
required
Users with active trial.
premium_count
integer
required
Users with premium subscription.
lifetime_count
integer
required
Users with lifetime subscription.
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/users
{
  "total_count": 1500,
  "basic_count": 1200,
  "trial_count": 10,
  "premium_count": 250,
  "lifetime_count": 50
}