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

{
    "count": 91577,
    "next": null,
    "previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=91568&ordering=-date",
    "results": [
        {
            "id": 13693,
            "ip_address": "43.245.123.38",
            "count": 1,
            "first_visit": "2022-06-06T21:10:32.233397+06:00",
            "date": "2022-06-06"
        }
    ]
}