Skip to main content
GET
/
cabinet
/
admin
/
stats
/
system-info
Get System Info
curl --request GET \
  --url http://localhost:8080/cabinet/admin/stats/system-info
{
  "bot_version": "<string>",
  "python_version": "<string>",
  "uptime_seconds": 123,
  "users_total": 123,
  "subscriptions_active": 123
}

Response

200 - application/json

Successful Response

System information for admin dashboard.

bot_version
string
required
python_version
string
required
uptime_seconds
integer
required
users_total
integer
required
subscriptions_active
integer
required