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

{
    "count": 95891,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=95880&ordering=first_visit",
    "results": [
        {
            "id": 95985,
            "ip_address": "34.106.107.144",
            "count": 2,
            "first_visit": "2026-03-13T06:13:36.935486+06:00",
            "date": "2026-03-13"
        },
        {
            "id": 95986,
            "ip_address": "54.174.58.233",
            "count": 1,
            "first_visit": "2026-03-13T06:52:00.443481+06:00",
            "date": "2026-03-13"
        },
        {
            "id": 95987,
            "ip_address": "66.249.65.97",
            "count": 1,
            "first_visit": "2026-03-13T07:27:02.083331+06:00",
            "date": "2026-03-13"
        }
    ]
}