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

{
    "count": 102539,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=102528&ordering=first_visit",
    "results": [
        {
            "id": 102633,
            "ip_address": "104.28.69.1",
            "count": 1,
            "first_visit": "2026-09-05T11:30:10.996118+06:00",
            "date": "2026-09-05"
        },
        {
            "id": 102634,
            "ip_address": "202.134.10.132",
            "count": 1,
            "first_visit": "2026-09-05T11:35:25.728624+06:00",
            "date": "2026-09-05"
        },
        {
            "id": 102635,
            "ip_address": "173.233.98.5",
            "count": 2,
            "first_visit": "2026-09-05T11:38:47.689731+06:00",
            "date": "2026-09-05"
        }
    ]
}