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

{
    "count": 101035,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101024&ordering=first_visit",
    "results": [
        {
            "id": 101129,
            "ip_address": "141.164.95.123",
            "count": 1,
            "first_visit": "2026-08-03T22:05:58.588361+06:00",
            "date": "2026-08-03"
        },
        {
            "id": 101130,
            "ip_address": "103.49.201.70",
            "count": 1,
            "first_visit": "2026-08-03T22:22:54.411626+06:00",
            "date": "2026-08-03"
        },
        {
            "id": 101131,
            "ip_address": "202.134.8.194",
            "count": 1,
            "first_visit": "2026-08-03T22:26:15.808793+06:00",
            "date": "2026-08-03"
        }
    ]
}