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

{
    "count": 93938,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=93928&ordering=first_visit",
    "results": [
        {
            "id": 94033,
            "ip_address": "203.190.254.98",
            "count": 1,
            "first_visit": "2026-01-14T10:31:42.752948+06:00",
            "date": "2026-01-14"
        },
        {
            "id": 94034,
            "ip_address": "103.173.37.3",
            "count": 1,
            "first_visit": "2026-01-14T11:56:23.069913+06:00",
            "date": "2026-01-14"
        }
    ]
}