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

{
    "count": 101948,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101936&ordering=first_visit",
    "results": [
        {
            "id": 102041,
            "ip_address": "37.111.213.197",
            "count": 1,
            "first_visit": "2026-08-22T11:43:07.074612+06:00",
            "date": "2026-08-22"
        },
        {
            "id": 102042,
            "ip_address": "74.125.150.128",
            "count": 2,
            "first_visit": "2026-08-22T11:57:46.754365+06:00",
            "date": "2026-08-22"
        },
        {
            "id": 102043,
            "ip_address": "74.125.150.137",
            "count": 1,
            "first_visit": "2026-08-22T12:07:03.302980+06:00",
            "date": "2026-08-22"
        },
        {
            "id": 102044,
            "ip_address": "103.49.203.90",
            "count": 1,
            "first_visit": "2026-08-22T12:12:49.587417+06:00",
            "date": "2026-08-22"
        }
    ]
}