Admin - Statistics

Get system statistics

Returns comprehensive statistics about the hosting system including accounts, domains, databases, resellers, and servers

get/api/admin/statistics

Response

Successful operation

Example response

{
  "hosting_accounts": {
    "total": 150,
    "active": 145,
    "suspended": 5
  },
  "domains": {
    "total": 320,
    "main_domains": 150,
    "addon_domains": 120,
    "subdomains": 50
  },
  "databases": {
    "total": 280
  },
  "resellers": {
    "total": 12,
    "active": 10
  },
  "servers": {
    "total": 5,
    "active": 4,
    "connected": 3
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.