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

{
    "count": 97250,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=97240&ordering=first_visit",
    "results": [
        {
            "id": 97345,
            "ip_address": "66.249.79.229",
            "count": 1,
            "first_visit": "2026-04-24T09:20:57.876048+06:00",
            "date": "2026-04-24"
        },
        {
            "id": 97346,
            "ip_address": "72.14.199.228",
            "count": 2,
            "first_visit": "2026-04-24T10:27:15.687812+06:00",
            "date": "2026-04-24"
        }
    ]
}