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

{
    "count": 102082,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=102072&ordering=first_visit",
    "results": [
        {
            "id": 102177,
            "ip_address": "104.28.154.174",
            "count": 1,
            "first_visit": "2026-08-25T18:02:53.583624+06:00",
            "date": "2026-08-25"
        },
        {
            "id": 102178,
            "ip_address": "182.163.102.115",
            "count": 1,
            "first_visit": "2026-08-25T18:54:32.864169+06:00",
            "date": "2026-08-25"
        }
    ]
}