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

{
    "count": 98202,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=98192&ordering=first_visit",
    "results": [
        {
            "id": 98297,
            "ip_address": "172.252.201.204",
            "count": 1,
            "first_visit": "2026-05-20T05:35:00.699990+06:00",
            "date": "2026-05-20"
        },
        {
            "id": 98298,
            "ip_address": "156.249.121.132",
            "count": 1,
            "first_visit": "2026-05-20T05:37:05.311142+06:00",
            "date": "2026-05-20"
        }
    ]
}