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

{
    "count": 100955,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100944&ordering=first_visit",
    "results": [
        {
            "id": 101049,
            "ip_address": "103.200.92.165",
            "count": 1,
            "first_visit": "2026-08-01T15:55:39.112527+06:00",
            "date": "2026-08-01"
        },
        {
            "id": 101050,
            "ip_address": "103.106.239.237",
            "count": 1,
            "first_visit": "2026-08-01T16:48:33.923821+06:00",
            "date": "2026-08-01"
        },
        {
            "id": 101051,
            "ip_address": "128.241.75.113",
            "count": 1,
            "first_visit": "2026-08-01T16:56:02.630586+06:00",
            "date": "2026-08-01"
        }
    ]
}