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

{
    "count": 100819,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100808&ordering=first_visit",
    "results": [
        {
            "id": 100913,
            "ip_address": "202.4.106.49",
            "count": 2,
            "first_visit": "2026-07-29T16:36:55.721171+06:00",
            "date": "2026-07-29"
        },
        {
            "id": 100914,
            "ip_address": "37.111.213.115",
            "count": 1,
            "first_visit": "2026-07-29T16:38:46.943996+06:00",
            "date": "2026-07-29"
        },
        {
            "id": 100915,
            "ip_address": "103.222.21.90",
            "count": 2,
            "first_visit": "2026-07-29T16:53:24.437797+06:00",
            "date": "2026-07-29"
        }
    ]
}