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

{
    "meta": {
        "limit": 15,
        "page": 1,
        "total": 4
    },
    "data": [
        {
            "id": 4,
            "number": 51,
            "title": "Professionals",
            "created_at": "2025-05-31T10:34:37.232261Z",
            "updated_at": "2025-05-31T10:34:37.232283Z"
        },
        {
            "id": 3,
            "number": 28,
            "title": "Countries We Served",
            "created_at": "2025-05-31T10:34:12.390939Z",
            "updated_at": "2025-05-31T10:34:12.390963Z"
        },
        {
            "id": 2,
            "number": 11,
            "title": "Ongoing Project",
            "created_at": "2025-05-31T10:33:44.510724Z",
            "updated_at": "2025-05-31T10:33:44.510747Z"
        },
        {
            "id": 1,
            "number": 62,
            "title": "Completed Project",
            "created_at": "2025-05-31T10:33:22.222176Z",
            "updated_at": "2025-05-31T10:33:22.222201Z"
        }
    ]
}