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

{
    "count": 96506,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=96496&ordering=first_visit",
    "results": [
        {
            "id": 96601,
            "ip_address": "170.223.207.24",
            "count": 1,
            "first_visit": "2026-04-01T21:24:22.736364+06:00",
            "date": "2026-04-01"
        },
        {
            "id": 96602,
            "ip_address": "94.74.123.141",
            "count": 1,
            "first_visit": "2026-04-01T22:29:50.064878+06:00",
            "date": "2026-04-01"
        }
    ]
}