---
title: "Get system statistics"
method: GET
path: "/api/admin/statistics"
tags: ["Admin - Statistics"]
---

# Get system statistics

`GET /api/admin/statistics`

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

## Response `200`

Successful operation

- object
  - `hosting_accounts` object
    - `total` integer
    - `active` integer
    - `suspended` integer
  - `domains` object
    - `total` integer
    - `main_domains` integer
    - `addon_domains` integer
    - `subdomains` integer
  - `databases` object
    - `total` integer
  - `resellers` object
    - `total` integer
    - `active` integer
  - `servers` object
    - `total` integer
    - `active` integer
    - `connected` integer
  - `recent_accounts` object[]
    - `id` integer
    - `username` string
    - `created_at` string, date-time

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
