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

{
    "count": 102298,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=102288&ordering=first_visit",
    "results": [
        {
            "id": 102393,
            "ip_address": "5.161.242.245",
            "count": 1,
            "first_visit": "2026-08-31T04:47:40.439380+06:00",
            "date": "2026-08-31"
        },
        {
            "id": 102394,
            "ip_address": "40.160.26.78",
            "count": 1,
            "first_visit": "2026-08-31T05:20:46.134371+06:00",
            "date": "2026-08-31"
        }
    ]
}