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

{
    "count": 93266,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=93256&ordering=first_visit",
    "results": [
        {
            "id": 93361,
            "ip_address": "118.179.97.90",
            "count": 1,
            "first_visit": "2025-12-27T02:10:39.740168+06:00",
            "date": "2025-12-27"
        },
        {
            "id": 93362,
            "ip_address": "118.179.189.98",
            "count": 1,
            "first_visit": "2025-12-27T03:01:23.720535+06:00",
            "date": "2025-12-27"
        }
    ]
}