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

{
    "count": 101794,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101784&ordering=first_visit",
    "results": [
        {
            "id": 101889,
            "ip_address": "103.118.84.208",
            "count": 1,
            "first_visit": "2026-08-19T12:22:32.004466+06:00",
            "date": "2026-08-19"
        },
        {
            "id": 101890,
            "ip_address": "103.92.152.125",
            "count": 1,
            "first_visit": "2026-08-19T12:32:09.196976+06:00",
            "date": "2026-08-19"
        }
    ]
}