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

{
    "count": 101459,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101448&ordering=first_visit",
    "results": [
        {
            "id": 101553,
            "ip_address": "189.81.71.52",
            "count": 1,
            "first_visit": "2026-08-13T16:35:22.194723+06:00",
            "date": "2026-08-13"
        },
        {
            "id": 101554,
            "ip_address": "5.150.95.254",
            "count": 1,
            "first_visit": "2026-08-13T16:36:16.480458+06:00",
            "date": "2026-08-13"
        },
        {
            "id": 101555,
            "ip_address": "85.254.180.219",
            "count": 1,
            "first_visit": "2026-08-13T16:37:23.977198+06:00",
            "date": "2026-08-13"
        }
    ]
}