GET /api/v1/admin/statsRetrieve admin statistics including counts of users, gyms, and trainers.
| Permission | Description |
|---|---|
users.view_all | Access admin stats |
{
"users_count": 123,
"gyms_count": 45,
"trainers_count": 67
}
| Field | Type | Description |
|---|---|---|
users_count | integer | Total number of registered users |
gyms_count | integer | Total number of gyms |
trainers_count | integer | Total number of training services |