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

{
    "count": 95994,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=95984&ordering=first_visit",
    "results": [
        {
            "id": 96089,
            "ip_address": "45.251.230.208",
            "count": 3,
            "first_visit": "2026-03-15T22:13:51.604221+06:00",
            "date": "2026-03-15"
        },
        {
            "id": 96090,
            "ip_address": "103.166.39.168",
            "count": 1,
            "first_visit": "2026-03-16T00:02:24.711586+06:00",
            "date": "2026-03-16"
        }
    ]
}