IP Address Lookup

Single IP lookup

Provides a single endpoint for retrieving detailed information about an IPv4 or IPv6 address. The default response returns essential metadata, such as geolocation, organization, and basic security indicators. Additional data, including abuse contacts, reverse DNS hostnames, and open-port details, is included when the optional ?mode=full query parameter is present.

GET
https://api.itsecurity.ee/v4/ip/{host}
Request parameters
  • {host} : Represents the IPv4 or IPv6 address for which information is requested.
  • ?mode=full  returns an extended set of data in the response, including additional fields. If this parameter is omitted, a default set of information is returned.
Example Response






Response keys

The table below describes each field returned by the IP lookup endpoint. These fields cover geolocation details, associated host and ASN information, network contact data, and various security indicators that help assess the IP’s reputation.

FieldDescription
successBoolean flag that shows whether the lookup completed without error.
metaReserved container for pagination, rate-limit, or other response metadata; empty for single-IP requests.
payloadRoot object that holds the IP-specific data returned by the service.
asnAutonomous System Number to which the queried IP is announced.
contactsList of abuse-contact e-mail addresses associated with the ASN or subnet.
Requires ?mode=full
hostnamesReverse-DNS hostnames currently resolving to the IP address.
Requires ?mode=full
ipThe IPv4 or IPv6 address that was queried, in canonical form.
ip_typeAddress family of the queried IP; either ipv4 or ipv6.
locationGeolocation object that provides country, region, city, and timezone information.
cityCity name inferred for the IP; null when unavailable.
continent_nameName of the continent where the IP is registered.
coordinatesComma-separated latitude and longitude (“lat,lon”).
country_codeISO 3166-1 alpha-2 country code.
country_nameFull country name corresponding to country_code.
currencyISO 4217 currency code used in the country.
is_euIndicates whether the country is a member of the European Union.
latitudeDecimal latitude; rounded to at most four fractional digits.
longitudeDecimal longitude; rounded to at most four fractional digits.
phone_codeInternational dialing code prefixed with “+”.
postal_codePostal or ZIP code for the location; null when unavailable.
region_codeISO 3166-2 region or state code; null when unavailable.
region_nameHuman-readable name of the region or state; null when unavailable.
time_zoneIANA timezone identifier for the location.
organisationReadable name of the organisation that owns the ASN or subnet.
probeObject containing results of active scanning (open ports and detected services).
Requires ?mode=full
portsMap in which protocol names (tcp, udp) group service detections by port number.
Requires ?mode=full
tcpSub-map under ports; keys are TCP port numbers, values are identified services.
Requires ?mode=full
udpSub-map under ports; keys are UDP port numbers, values are identified services.
Requires ?mode=full
securityObject containing reputation and risk indicators for the IP address.
is_datacentertrue when the IP belongs to a known hosting, cloud, or data-centre range.
is_known_abusertrue when the IP or subnet has a history of abuse reports.
is_proxytrue when the IP operates as an open or commercial proxy.
is_threattrue when recent malicious activity has been observed from the address.
is_threat_or_known_abuserLogical OR of is_threat and is_known_abuser; simplifies rule checks.
is_tortrue when the IP is a Tor exit node.
is_tor_or_proxyLogical OR of is_tor and is_proxy.
subnetCIDR block that contains the queried IP (for example, 8.8.8.0/24).

Batch IP lookup 

Information for up to 50 IP addresses can be retrieved in a single request using the Batch IP lookup method via POST. The response includes data similar to the Single IP lookup, such as ASN, location, security details, and other available keys. Additional information is provided when ?mode=full is appended to the request URL.

POST
https://api.itsecurity.ee/v4/ip/{host}

Example Response






What are your feelings?

  • Happy
  • Sad

Dream. Create. We protect.

Empower your teams with premium technologies and advanced processes, designed for a new era of data privacy.

COMPANY

© 2025 Tempico Labs OÜ. Tempico Labs and the Tempico logo are registered trademarks of Tempico Labs OÜ.

Unless marked otherwise, all prices are indicated EU VAT-exclusive.