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

{
    "count": 93914,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=93904&ordering=first_visit",
    "results": [
        {
            "id": 94009,
            "ip_address": "103.205.69.100",
            "count": 1,
            "first_visit": "2026-01-13T19:41:10.715431+06:00",
            "date": "2026-01-13"
        },
        {
            "id": 94010,
            "ip_address": "192.140.253.174",
            "count": 1,
            "first_visit": "2026-01-13T20:45:59.837449+06:00",
            "date": "2026-01-13"
        }
    ]
}