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

{
    "count": 100570,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100560&ordering=first_visit",
    "results": [
        {
            "id": 100665,
            "ip_address": "103.202.222.27",
            "count": 1,
            "first_visit": "2026-07-24T01:35:19.518508+06:00",
            "date": "2026-07-24"
        },
        {
            "id": 100666,
            "ip_address": "103.176.18.170",
            "count": 1,
            "first_visit": "2026-07-24T02:04:36.096259+06:00",
            "date": "2026-07-24"
        }
    ]
}