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

{
    "count": 99404,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99392&ordering=first_visit",
    "results": [
        {
            "id": 99497,
            "ip_address": "27.147.191.91",
            "count": 1,
            "first_visit": "2026-06-23T13:07:32.103080+06:00",
            "date": "2026-06-23"
        },
        {
            "id": 99498,
            "ip_address": "74.125.150.2",
            "count": 1,
            "first_visit": "2026-06-23T13:36:49.740450+06:00",
            "date": "2026-06-23"
        },
        {
            "id": 99499,
            "ip_address": "103.30.189.102",
            "count": 1,
            "first_visit": "2026-06-23T14:00:49.340482+06:00",
            "date": "2026-06-23"
        },
        {
            "id": 99500,
            "ip_address": "173.252.87.12",
            "count": 1,
            "first_visit": "2026-06-23T14:41:10.565452+06:00",
            "date": "2026-06-23"
        }
    ]
}