Get Club Statistics

Get Club Statistics

get
Authorizations
Responses
200

Response type containing club statistics.

application/json
Responseall of
get
GET /v1/clubs/statistics HTTP/1.1
Host: api.mysk.school
X-Api-Key: YOUR_API_KEY
Accept: */*
{
  "api_version": "text",
  "data": {
    "club_members": 1,
    "club_staffs": 1,
    "active_clubs": 1,
    "total_students": 1
  },
  "error": null,
  "meta": {
    "timestamp": "2025-09-04T15:56:04.089Z",
    "pagination": null
  }
}

Last updated