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

{
    "count": 99858,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99848&ordering=first_visit",
    "results": [
        {
            "id": 99953,
            "ip_address": "185.10.4.35",
            "count": 1,
            "first_visit": "2026-07-05T23:47:31.036887+06:00",
            "date": "2026-07-05"
        },
        {
            "id": 99954,
            "ip_address": "50.18.72.69",
            "count": 1,
            "first_visit": "2026-07-06T01:16:06.820310+06:00",
            "date": "2026-07-06"
        }
    ]
}