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

{
    "count": 99794,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99784&ordering=first_visit",
    "results": [
        {
            "id": 99889,
            "ip_address": "34.123.170.104",
            "count": 1,
            "first_visit": "2026-07-04T02:46:24.634414+06:00",
            "date": "2026-07-04"
        },
        {
            "id": 99890,
            "ip_address": "35.164.51.78",
            "count": 1,
            "first_visit": "2026-07-04T03:40:08.433909+06:00",
            "date": "2026-07-04"
        }
    ]
}