Skip to main content
GET
/
v1
/
statistics
/
bots
curl https://hapi.7331.org/v1/statistics/bots
{
  "total_count": 5,
  "verified_count": 2,
  "unverified_count": 3
}
X-API-Key
string
Optional bot API key for authentication.

Response

total_count
integer
required
Total number of bots.
verified_count
integer
required
Official/verified bots.
unverified_count
integer
required
Community (unverified) bots.
curl https://hapi.7331.org/v1/statistics/bots
{
  "total_count": 5,
  "verified_count": 2,
  "unverified_count": 3
}