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

{
    "count": 96146,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=96136&ordering=first_visit",
    "results": [
        {
            "id": 96241,
            "ip_address": "209.85.238.32",
            "count": 3,
            "first_visit": "2026-03-22T07:39:41.666733+06:00",
            "date": "2026-03-22"
        },
        {
            "id": 96242,
            "ip_address": "173.252.95.112",
            "count": 1,
            "first_visit": "2026-03-22T09:37:38.739903+06:00",
            "date": "2026-03-22"
        }
    ]
}