Skip to main content
GET
/
v1
/
statistics
/
chats
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/chats
{
  "total_count": 20,
  "public_count": 5,
  "private_count": 15
}

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 chats.
public_count
integer
required
Number of public chats (includes official and public types).
private_count
integer
required
Number of private chats.
curl -H "X-API-Key: YOUR_API_KEY" https://portal-api.7331.org/v1/statistics/chats
{
  "total_count": 20,
  "public_count": 5,
  "private_count": 15
}