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

{
    "count": 100988,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=100976&ordering=first_visit",
    "results": [
        {
            "id": 101081,
            "ip_address": "37.111.194.167",
            "count": 2,
            "first_visit": "2026-08-02T12:09:19.762076+06:00",
            "date": "2026-08-02"
        },
        {
            "id": 101082,
            "ip_address": "59.153.103.64",
            "count": 1,
            "first_visit": "2026-08-02T12:15:37.669886+06:00",
            "date": "2026-08-02"
        },
        {
            "id": 101083,
            "ip_address": "66.249.68.39",
            "count": 1,
            "first_visit": "2026-08-02T12:59:53.864790+06:00",
            "date": "2026-08-02"
        },
        {
            "id": 101084,
            "ip_address": "74.125.150.39",
            "count": 1,
            "first_visit": "2026-08-02T13:01:42.818742+06:00",
            "date": "2026-08-02"
        }
    ]
}