GET /user_management/visitor-free/?format=api&offset=100000&ordering=first_visit
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 100002,
"next": null,
"previous": "https://api.amarlab.com/user_management/visitor-free/?format=api&limit=8&offset=99992&ordering=first_visit",
"results": [
{
"id": 100097,
"ip_address": "74.125.150.2",
"count": 1,
"first_visit": "2026-07-09T22:15:51.807014+06:00",
"date": "2026-07-09"
},
{
"id": 100098,
"ip_address": "43.246.200.5",
"count": 2,
"first_visit": "2026-07-09T22:45:50.690678+06:00",
"date": "2026-07-09"
}
]
}