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

{
    "count": 96770,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=96760&ordering=first_visit",
    "results": [
        {
            "id": 96865,
            "ip_address": "123.253.198.34",
            "count": 1,
            "first_visit": "2026-04-09T07:25:30.267209+06:00",
            "date": "2026-04-09"
        },
        {
            "id": 96866,
            "ip_address": "103.85.193.101",
            "count": 1,
            "first_visit": "2026-04-09T08:02:27.368876+06:00",
            "date": "2026-04-09"
        }
    ]
}