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

{
    "count": 100515,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100504&ordering=first_visit",
    "results": [
        {
            "id": 100609,
            "ip_address": "111.92.113.205",
            "count": 1,
            "first_visit": "2026-07-22T21:18:36.092088+06:00",
            "date": "2026-07-22"
        },
        {
            "id": 100610,
            "ip_address": "65.55.210.102",
            "count": 1,
            "first_visit": "2026-07-22T21:20:04.906134+06:00",
            "date": "2026-07-22"
        },
        {
            "id": 100611,
            "ip_address": "37.111.210.161",
            "count": 1,
            "first_visit": "2026-07-22T21:37:19.046761+06:00",
            "date": "2026-07-22"
        }
    ]
}