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

{
    "count": 93234,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=93224&ordering=first_visit",
    "results": [
        {
            "id": 93329,
            "ip_address": "34.74.21.151",
            "count": 1,
            "first_visit": "2025-12-26T03:38:47.823153+06:00",
            "date": "2025-12-26"
        },
        {
            "id": 93330,
            "ip_address": "52.18.116.176",
            "count": 5,
            "first_visit": "2025-12-26T05:18:56.664554+06:00",
            "date": "2025-12-26"
        }
    ]
}