A request for information about logger visitors (by ID, pagination)
API queries URL:
https://api.iplogger.org/logger/visitors/
| Request | ||
| Parameter | Possible values | Required | 
| id | logger ID | Yes | 
| hide_bots | 1 to hide the bots in the visit data | No | 
| sort | [id, ip, country, device, referrer] | No | 
| order | [ASC, DESC] | No | 
| page | Current page number | No (1 by default) | 
| limit | [5 .. 100] records per page | No (20 by default) | 
| unique | 1 for only unique visitors | No | 
| date_from | Date or timestamp to show visitors from (YYYY-MM-DD) or timestamp | No | 
| date_to | The date until which to show visits (YYYY-MM-DD) or timestamp | No | 
| Response | ||
| Parameter | Possible values | Description | 
| result | Array of visitors | 
 | 
| page | Current page number | |
| next | 0 if all visits are displayed, 1 if there is a next page | |
| found | Number of records found | |