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

{
    "count": 95314,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=95304&ordering=first_visit",
    "results": [
        {
            "id": 95409,
            "ip_address": "160.20.80.41",
            "count": 1,
            "first_visit": "2026-02-21T17:15:08.153248+06:00",
            "date": "2026-02-21"
        },
        {
            "id": 95410,
            "ip_address": "203.89.127.250",
            "count": 1,
            "first_visit": "2026-02-21T17:39:04.337001+06:00",
            "date": "2026-02-21"
        }
    ]
}