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

{
    "count": 101955,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101944&ordering=first_visit",
    "results": [
        {
            "id": 102049,
            "ip_address": "103.49.203.89",
            "count": 1,
            "first_visit": "2026-08-22T15:33:15.400375+06:00",
            "date": "2026-08-22"
        },
        {
            "id": 102050,
            "ip_address": "103.113.13.12",
            "count": 1,
            "first_visit": "2026-08-22T15:59:31.838927+06:00",
            "date": "2026-08-22"
        },
        {
            "id": 102051,
            "ip_address": "202.134.10.134",
            "count": 1,
            "first_visit": "2026-08-22T16:08:30.278099+06:00",
            "date": "2026-08-22"
        }
    ]
}