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

{
    "count": 101338,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101328&ordering=first_visit",
    "results": [
        {
            "id": 101433,
            "ip_address": "3.91.242.59",
            "count": 1,
            "first_visit": "2026-08-11T02:53:45.762172+06:00",
            "date": "2026-08-11"
        },
        {
            "id": 101434,
            "ip_address": "66.249.68.33",
            "count": 1,
            "first_visit": "2026-08-11T02:54:14.964580+06:00",
            "date": "2026-08-11"
        }
    ]
}