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

{
    "count": 103602,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=103592&ordering=first_visit",
    "results": [
        {
            "id": 103697,
            "ip_address": "149.88.103.40",
            "count": 1,
            "first_visit": "2026-09-22T23:22:33.905192+06:00",
            "date": "2026-09-22"
        },
        {
            "id": 103698,
            "ip_address": "45.250.228.111",
            "count": 1,
            "first_visit": "2026-09-22T23:42:45.382930+06:00",
            "date": "2026-09-22"
        }
    ]
}