GET /user_management/visitor-free/?format=api&offset=92376&ordering=first_visit
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 92378,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=92368&ordering=first_visit",
    "results": [
        {
            "id": 92473,
            "ip_address": "34.96.46.17",
            "count": 1,
            "first_visit": "2025-11-28T21:50:03.369057+06:00",
            "date": "2025-11-28"
        },
        {
            "id": 92474,
            "ip_address": "59.152.4.2",
            "count": 1,
            "first_visit": "2025-11-28T22:23:25.333670+06:00",
            "date": "2025-11-28"
        }
    ]
}