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

{
    "count": 93314,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=93304&ordering=first_visit",
    "results": [
        {
            "id": 93409,
            "ip_address": "149.57.176.192",
            "count": 1,
            "first_visit": "2025-12-28T23:06:03.213784+06:00",
            "date": "2025-12-28"
        },
        {
            "id": 93410,
            "ip_address": "163.47.156.170",
            "count": 2,
            "first_visit": "2025-12-29T00:40:02.802822+06:00",
            "date": "2025-12-29"
        }
    ]
}