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

{
    "count": 100890,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100880&ordering=first_visit",
    "results": [
        {
            "id": 100985,
            "ip_address": "103.130.11.39",
            "count": 1,
            "first_visit": "2026-07-31T03:39:32.955232+06:00",
            "date": "2026-07-31"
        },
        {
            "id": 100986,
            "ip_address": "104.164.223.44",
            "count": 1,
            "first_visit": "2026-07-31T04:09:42.686585+06:00",
            "date": "2026-07-31"
        }
    ]
}