GET /user_management/visitor-free/?format=api&offset=101112&ordering=first_visit
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 101114,
"next": null,
"previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=101104&ordering=first_visit",
"results": [
{
"id": 101209,
"ip_address": "37.111.207.185",
"count": 1,
"first_visit": "2026-08-06T08:05:50.482509+06:00",
"date": "2026-08-06"
},
{
"id": 101210,
"ip_address": "17.241.219.148",
"count": 1,
"first_visit": "2026-08-06T08:12:46.391519+06:00",
"date": "2026-08-06"
}
]
}