v1
latestOpenAPI 3.0.12026-07-26192041.5 KBquery
get/query/{item}
Path parameters
itemstring required
IP to look up
Example:1.1.1.1
IP to look up
Response
Query result
Example response
{
"statusCode": 200,
"result": {
"abuseContact": {
"email": "abuse@example.net"
},
"asn": {
"countryCode": "US",
"asn": "AS1234",
"name": "ACME Corporation"
},
"observedActivity": {
"honeypotInteractions": {
"observations": [
{
"service": "ssh",
"type": "login-attack"
}
]
},
"spamtrapInteractions": {
"observations": [
{
"type": "pristine-spamtrap"
}
]
}
}
}
}