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

{
    "count": 103394,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=103384&ordering=first_visit",
    "results": [
        {
            "id": 103489,
            "ip_address": "91.98.178.12",
            "count": 1,
            "first_visit": "2026-09-20T02:28:24.983406+06:00",
            "date": "2026-09-20"
        },
        {
            "id": 103490,
            "ip_address": "157.55.39.205",
            "count": 1,
            "first_visit": "2026-09-20T03:03:03.897354+06:00",
            "date": "2026-09-20"
        }
    ]
}