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

{
    "count": 102274,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=102264&ordering=first_visit",
    "results": [
        {
            "id": 102369,
            "ip_address": "202.134.10.142",
            "count": 2,
            "first_visit": "2026-08-30T14:42:33.889176+06:00",
            "date": "2026-08-30"
        },
        {
            "id": 102370,
            "ip_address": "74.125.150.137",
            "count": 2,
            "first_visit": "2026-08-30T14:46:29.895961+06:00",
            "date": "2026-08-30"
        }
    ]
}