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

{
    "count": 100098,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100088&ordering=first_visit",
    "results": [
        {
            "id": 100193,
            "ip_address": "103.145.76.22",
            "count": 1,
            "first_visit": "2026-07-12T14:25:42.786456+06:00",
            "date": "2026-07-12"
        },
        {
            "id": 100194,
            "ip_address": "103.30.31.154",
            "count": 1,
            "first_visit": "2026-07-12T15:07:16.601342+06:00",
            "date": "2026-07-12"
        }
    ]
}