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

{
    "count": 100234,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100224&ordering=id",
    "results": [
        {
            "id": 100329,
            "ip_address": "103.41.115.92",
            "count": 2,
            "first_visit": "2026-07-16T06:38:48.562338+06:00",
            "date": "2026-07-16"
        },
        {
            "id": 100330,
            "ip_address": "34.122.147.229",
            "count": 1,
            "first_visit": "2026-07-16T06:40:02.745433+06:00",
            "date": "2026-07-16"
        }
    ]
}