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

{
    "count": 101985,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101976&ordering=first_visit",
    "results": [
        {
            "id": 102081,
            "ip_address": "43.250.82.101",
            "count": 1,
            "first_visit": "2026-08-23T16:10:43.621620+06:00",
            "date": "2026-08-23"
        }
    ]
}