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

{
    "count": 100482,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100472&ordering=id",
    "results": [
        {
            "id": 100577,
            "ip_address": "161.123.99.34",
            "count": 1,
            "first_visit": "2026-07-22T01:32:03.921402+06:00",
            "date": "2026-07-22"
        },
        {
            "id": 100578,
            "ip_address": "144.48.118.25",
            "count": 1,
            "first_visit": "2026-07-22T02:02:44.724225+06:00",
            "date": "2026-07-22"
        }
    ]
}