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

{
    "count": 99530,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99520&ordering=first_visit",
    "results": [
        {
            "id": 99625,
            "ip_address": "103.167.17.97",
            "count": 2,
            "first_visit": "2026-06-27T11:42:44.871982+06:00",
            "date": "2026-06-27"
        },
        {
            "id": 99626,
            "ip_address": "193.239.246.231",
            "count": 1,
            "first_visit": "2026-06-27T12:40:07.611524+06:00",
            "date": "2026-06-27"
        }
    ]
}