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

{
    "count": 100971,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100960&ordering=first_visit",
    "results": [
        {
            "id": 101065,
            "ip_address": "103.190.16.34",
            "count": 2,
            "first_visit": "2026-08-01T23:47:30.516347+06:00",
            "date": "2026-08-01"
        },
        {
            "id": 101066,
            "ip_address": "103.230.105.32",
            "count": 5,
            "first_visit": "2026-08-02T00:04:17.293379+06:00",
            "date": "2026-08-02"
        },
        {
            "id": 101067,
            "ip_address": "103.190.16.34",
            "count": 1,
            "first_visit": "2026-08-02T00:10:41.975335+06:00",
            "date": "2026-08-02"
        }
    ]
}