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

{
    "count": 98467,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=98456&ordering=first_visit",
    "results": [
        {
            "id": 98561,
            "ip_address": "103.214.217.30",
            "count": 2,
            "first_visit": "2026-05-27T20:01:14.544703+06:00",
            "date": "2026-05-27"
        },
        {
            "id": 98562,
            "ip_address": "66.249.68.8",
            "count": 1,
            "first_visit": "2026-05-27T21:00:39.754220+06:00",
            "date": "2026-05-27"
        },
        {
            "id": 98563,
            "ip_address": "103.102.206.255",
            "count": 1,
            "first_visit": "2026-05-27T21:19:07.846008+06:00",
            "date": "2026-05-27"
        }
    ]
}