GET /core/statistics/?format=api
HTTP 200 OK
Allow: GET, POST, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "title": "احصائيات جامعة دمنهور",
        "instructors": 5,
        "students": 2035,
        "employees": 12,
        "foreign_students": 0,
        "programs": 8,
        "colleges": 1
    }
]