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

{
    "count": 94007,
    "next": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=12352&ordering=first_visit",
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=12336&ordering=first_visit",
    "results": [
        {
            "id": 12345,
            "ip_address": "45.124.12.143",
            "count": 2,
            "first_visit": "2022-05-29T00:14:47.908997+06:00",
            "date": null
        },
        {
            "id": 12346,
            "ip_address": "103.242.219.82",
            "count": 1,
            "first_visit": "2022-05-29T00:18:33.277850+06:00",
            "date": null
        },
        {
            "id": 12347,
            "ip_address": "37.111.200.213",
            "count": 1,
            "first_visit": "2022-05-29T00:21:49.037985+06:00",
            "date": null
        },
        {
            "id": 12348,
            "ip_address": "103.216.58.17",
            "count": 1,
            "first_visit": "2022-05-29T00:22:58.879796+06:00",
            "date": null
        },
        {
            "id": 12349,
            "ip_address": "103.127.177.134",
            "count": 1,
            "first_visit": "2022-05-29T00:23:06.312776+06:00",
            "date": null
        },
        {
            "id": 12350,
            "ip_address": "37.111.243.93",
            "count": 1,
            "first_visit": "2022-05-29T00:24:06.069404+06:00",
            "date": null
        },
        {
            "id": 12351,
            "ip_address": "37.111.193.214",
            "count": 2,
            "first_visit": "2022-05-29T00:29:15.892935+06:00",
            "date": null
        },
        {
            "id": 12352,
            "ip_address": "119.30.38.231",
            "count": 3,
            "first_visit": "2022-05-29T00:33:09.990372+06:00",
            "date": null
        }
    ]
}