Skip to main content
GET
/
v1
/
statistics
/
bots
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/bots
{
  "total_count": 5,
  "verified_count": 2,
  "unverified_count": 3
}

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 bots.
verified_count
integer
required
Official/verified bots.
unverified_count
integer
required
Community (unverified) bots.
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/bots
{
  "total_count": 5,
  "verified_count": 2,
  "unverified_count": 3
}