v1
latestSwagger 2.02026-07-172161122.5 KBIP Intelligence
Get IP intelligence data
Retrieves comprehensive information about an IP address including threats, geolocation, and network details
get/verify/v1/ip
Query parameters
addressstring required
IP address to analyze
Response
IP intelligence data retrieved successfully
Example response
{
"ip": {
"geolocation": {
"city": "Berlin",
"country": "Germany",
"countryIso": "DE",
"isEuropeanUnion": true
},
"ipAddress": "192.168.1.1",
"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"
},
"time_zone": {
"current_time": "2024-09-10T14:00:00+01:00",
"is_dst": true,
"offset": "+0100"
}
},
"requestId": "1234567890abcdef",
"status": "success"
}