Verify API
Get IP Intelligence
Retrieves threat intelligence and geolocation data for the given IP address.
get/verify/v1/ip
Query parameters
addressstring required
IP address to check
Response
OK
Example response
{
"geolocation": {
"city": "Berlin",
"country": "Germany",
"countryIso": "DE",
"isEuropeanUnion": true
},
"ip": "192.168.1.1",
"message": "No threats detected",
"network": {
"asn": "AS12345",
"domain": "isp.com",
"name": "ISP Name",
"route": "192.168.0.0/16",
"type": "business"
},
"organization": {
"domain": "company.com",
"linkedin": "https://linkedin.com/company/company",
"name": "Company Name"
},
"status": "success",
"threats": {
"isMobile": true,
"isUnallocated": true
},
"time_zone": {
"abbr": "CET",
"current_time": "2024-09-10T14:00:00+01:00",
"is_dst": true,
"name": "Europe/Berlin",
"offset": "+0100"
}
}