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

{
    "count": 93002,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=92992&ordering=first_visit",
    "results": [
        {
            "id": 93097,
            "ip_address": "37.111.201.167",
            "count": 1,
            "first_visit": "2025-12-18T13:38:41.816070+06:00",
            "date": "2025-12-18"
        },
        {
            "id": 93098,
            "ip_address": "72.14.199.228",
            "count": 1,
            "first_visit": "2025-12-18T13:51:59.348015+06:00",
            "date": "2025-12-18"
        }
    ]
}