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

{
    "count": 100259,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100248&ordering=first_visit",
    "results": [
        {
            "id": 100353,
            "ip_address": "18.97.9.96",
            "count": 1,
            "first_visit": "2026-07-17T04:44:33.196719+06:00",
            "date": "2026-07-17"
        },
        {
            "id": 100354,
            "ip_address": "18.97.9.100",
            "count": 1,
            "first_visit": "2026-07-17T04:44:56.274463+06:00",
            "date": "2026-07-17"
        },
        {
            "id": 100355,
            "ip_address": "18.97.9.103",
            "count": 1,
            "first_visit": "2026-07-17T04:46:00.851581+06:00",
            "date": "2026-07-17"
        }
    ]
}