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

{
    "count": 96466,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=96456&ordering=first_visit",
    "results": [
        {
            "id": 96561,
            "ip_address": "118.179.72.209",
            "count": 1,
            "first_visit": "2026-04-01T06:45:12.922498+06:00",
            "date": "2026-04-01"
        },
        {
            "id": 96562,
            "ip_address": "91.98.178.11",
            "count": 1,
            "first_visit": "2026-04-01T07:08:01.267603+06:00",
            "date": "2026-04-01"
        }
    ]
}