Skip to main content
GET
/
servers
/
stats
Get Servers Statistics
curl --request GET \
  --url https://api.example.com/servers/stats \
  --header 'X-API-Key: <api-key>'
{
  "totalServers": 123,
  "availableServers": 123,
  "unavailableServers": 123,
  "serversWithConnections": 123,
  "totalRevenueKopeks": 123,
  "totalRevenueRubles": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Агрегированная статистика по серверам.

totalServers
integer
required
availableServers
integer
required
unavailableServers
integer
required
serversWithConnections
integer
required
totalRevenueKopeks
integer
required
totalRevenueRubles
number
required