Skip to main content
GET
/
v1
/
statistics
/
application
curl https://hapi.7331.org/v1/statistics/application
{
  "application_name": "Hansel Bot API",
  "version": "1.0.0",
  "users": {
    "total_count": 1500,
    "basic_count": 1200,
    "premium_count": 250,
    "lifetime_count": 50
  },
  "guilds": {
    "total_count": 500,
    "whitelisted_count": 100,
    "trial_count": 50,
    "guild_access_count": 75
  },
  "started_at": "2025-01-01T00:00:00Z"
}
X-API-Key
string
Optional bot API key for authentication.

Response

application_name
string
required
Application name.
version
string
required
Application version.
users
object
required
User count statistics (same as /v1/statistics/users).
guilds
object
required
Guild count statistics (same as /v1/statistics/guilds).
started_at
string
required
When the application started (ISO 8601).
curl https://hapi.7331.org/v1/statistics/application
{
  "application_name": "Hansel Bot API",
  "version": "1.0.0",
  "users": {
    "total_count": 1500,
    "basic_count": 1200,
    "premium_count": 250,
    "lifetime_count": 50
  },
  "guilds": {
    "total_count": 500,
    "whitelisted_count": 100,
    "trial_count": 50,
    "guild_access_count": 75
  },
  "started_at": "2025-01-01T00:00:00Z"
}