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

{
    "count": 99771,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99760&ordering=first_visit",
    "results": [
        {
            "id": 99865,
            "ip_address": "37.111.206.114",
            "count": 2,
            "first_visit": "2026-07-03T17:52:19.319339+06:00",
            "date": "2026-07-03"
        },
        {
            "id": 99866,
            "ip_address": "43.245.232.68",
            "count": 1,
            "first_visit": "2026-07-03T17:56:19.221542+06:00",
            "date": "2026-07-03"
        },
        {
            "id": 99867,
            "ip_address": "74.125.150.2",
            "count": 1,
            "first_visit": "2026-07-03T18:12:21.692100+06:00",
            "date": "2026-07-03"
        }
    ]
}