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

{
    "count": 97218,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=97208&ordering=first_visit",
    "results": [
        {
            "id": 97313,
            "ip_address": "34.34.246.101",
            "count": 1,
            "first_visit": "2026-04-23T09:14:24.390444+06:00",
            "date": "2026-04-23"
        },
        {
            "id": 97314,
            "ip_address": "181.214.225.200",
            "count": 1,
            "first_visit": "2026-04-23T09:14:26.847196+06:00",
            "date": "2026-04-23"
        }
    ]
}