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

{
    "count": 99467,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99456&ordering=first_visit",
    "results": [
        {
            "id": 99561,
            "ip_address": "118.67.217.178",
            "count": 3,
            "first_visit": "2026-06-25T12:26:32.430099+06:00",
            "date": "2026-06-25"
        },
        {
            "id": 99562,
            "ip_address": "74.125.150.1",
            "count": 1,
            "first_visit": "2026-06-25T12:54:51.412317+06:00",
            "date": "2026-06-25"
        },
        {
            "id": 99563,
            "ip_address": "221.120.101.27",
            "count": 1,
            "first_visit": "2026-06-25T13:25:38.911799+06:00",
            "date": "2026-06-25"
        }
    ]
}