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

{
    "count": 99978,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99968&ordering=first_visit",
    "results": [
        {
            "id": 100073,
            "ip_address": "23.109.180.154",
            "count": 1,
            "first_visit": "2026-07-09T09:05:18.685878+06:00",
            "date": "2026-07-09"
        },
        {
            "id": 100074,
            "ip_address": "149.57.191.74",
            "count": 1,
            "first_visit": "2026-07-09T10:06:00.824539+06:00",
            "date": "2026-07-09"
        }
    ]
}