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

{
    "count": 100115,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100104&ordering=first_visit",
    "results": [
        {
            "id": 100209,
            "ip_address": "122.144.12.181",
            "count": 2,
            "first_visit": "2026-07-13T09:43:16.317938+06:00",
            "date": "2026-07-13"
        },
        {
            "id": 100210,
            "ip_address": "27.127.225.246",
            "count": 1,
            "first_visit": "2026-07-13T10:22:43.744759+06:00",
            "date": "2026-07-13"
        },
        {
            "id": 100211,
            "ip_address": "203.76.117.42",
            "count": 1,
            "first_visit": "2026-07-13T10:30:25.980279+06:00",
            "date": "2026-07-13"
        }
    ]
}