IP 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"
}Changes
Changed in 3 of the 23 revisions of this API.13
- ○
api tag
IP Intelligenceaddedapi-tag-added
- ○
api tag
Verify APIremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲