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

{
    "count": 101650,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101640&ordering=first_visit",
    "results": [
        {
            "id": 101745,
            "ip_address": "103.147.106.255",
            "count": 1,
            "first_visit": "2026-08-16T17:14:06.157903+06:00",
            "date": "2026-08-16"
        },
        {
            "id": 101746,
            "ip_address": "203.190.10.41",
            "count": 1,
            "first_visit": "2026-08-16T17:19:24.884148+06:00",
            "date": "2026-08-16"
        }
    ]
}