Skip to main content
GET
/
v1
/
statistics
/
guilds
curl https://hapi.7331.org/v1/statistics/guilds
{
  "total_count": 500,
  "whitelisted_count": 100,
  "trial_count": 50,
  "guild_access_count": 75
}
X-API-Key
string
Optional bot API key for authentication.

Response

total_count
integer
required
Total number of guilds.
whitelisted_count
integer
required
Guilds that are whitelisted.
trial_count
integer
required
Guilds currently on trial.
guild_access_count
integer
required
Guilds with active access grants.
curl https://hapi.7331.org/v1/statistics/guilds
{
  "total_count": 500,
  "whitelisted_count": 100,
  "trial_count": 50,
  "guild_access_count": 75
}