Skip to main content

Visitor & Attacker Counts

GET 

/partner/logs/visitors_hackers/:user_domain_idx

Retrieve visitors and attackers count data for the specified domain within a given date range. Date range is available from the 1st of 3 months ago.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"search_term": {
"from": "20260101",
"to": "20260131"
},
"total_count": {
"visitors": {
"total": 1000,
"previous": null,
"change_rate": null,
"period_label": null
},
"attackers": {
"total": 1000,
"previous": null,
"change_rate": null,
"period_label": null
},
"malicious_ips": {
"total": 1000,
"previous": null,
"change_rate": null,
"period_label": null
},
"bots": {
"total": 1000,
"previous": null,
"change_rate": null,
"period_label": null
}
},
"total_log": [
{
"date": "2026-01-01",
"visitors": 12,
"attackers": 1,
"malicious_ips": 1,
"bots": 1
}
],
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject