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

{
    "count": 101610,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101600&ordering=first_visit",
    "results": [
        {
            "id": 101705,
            "ip_address": "17.246.23.71",
            "count": 1,
            "first_visit": "2026-08-16T00:44:08.210244+06:00",
            "date": "2026-08-16"
        },
        {
            "id": 101706,
            "ip_address": "103.129.238.121",
            "count": 1,
            "first_visit": "2026-08-16T00:45:18.510201+06:00",
            "date": "2026-08-16"
        }
    ]
}