v1

latestSwagger 2.02026-07-172161122.5 KB
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

requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

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"
}