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

{
    "count": 100778,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100768&ordering=first_visit",
    "results": [
        {
            "id": 100873,
            "ip_address": "37.111.194.241",
            "count": 1,
            "first_visit": "2026-07-28T23:56:59.998550+06:00",
            "date": "2026-07-28"
        },
        {
            "id": 100874,
            "ip_address": "103.205.69.32",
            "count": 4,
            "first_visit": "2026-07-29T00:00:11.116269+06:00",
            "date": "2026-07-29"
        }
    ]
}