





curl --request GET \
--url https://ip-intelligence.abstractapi.com/v1{
"ip_address": "185.197.192.65",
"security": {
"is_vpn": true,
"is_proxy": true,
"is_tor": false,
"is_hosting": false,
"is_relay": false,
"is_mobile": false,
"is_abuse": false,
},
"asn": {
"asn": 136787,
"name": "PacketHub S.A.",
"domain": "packethub.tech",
"type": "isp",
},
"company": {
"name": "PacketHub S.A.",
"domain": "packethub.tech",
"type": "isp",
},
"domains": {
"domains": []
},
"location": {
"city": "Miami",
"city_geoname_id": 4164138,
"region": "Florida",
"region_iso_code": "FL",
"region_geoname_id": 4155751,
"postal_code": "33197",
"country": "United States",
"country_code": "US",
"country_geoname_id": 6252001,
"is_country_eu": false,
"continent": "North America",
"continent_code": "NA",
"continent_geoname_id": 6255149,
"longitude": -80.1946,
"latitude": 25.7689,
},
"timezone": {
"name": "America/New_York",
"abbreviation": "EST",
"utc_offset": -5,
"local_time": "12:07:51",
"is_dst": false,
},
"flag": {
"emoji": "🇺🇸",
"unicode": "U+1F1FA U+1F1F8",
"png": "https://static.abstractapi.com/country-flags/US_flag.png",
"svg": "https://static.abstractapi.com/country-flags/US_flag.svg",
},
"currency": {
"name": "US Dollar",
"code": "USD",
"symbol": "$"
}
}Yes. An IP lookup queries public databases (geolocation, ASN registries, VPN and proxy lists, abuse history) without contacting the IP itself. The owner of the IP receives no signal that you ran the lookup. Lookups return only the data those public sources hold.
Country accuracy is typically above 99%. City accuracy varies between 55% and 80% depending on the region and the IP type. Mobile and VPN IPs are less accurate by design. IP geolocation places you near the IP's registered region, not at a precise street address. Treat city as a strong hint, not a fact.
VPN means the IP belongs to a known commercial VPN service (NordVPN, ExpressVPN, and similar). Proxy means the IP is in a list of open or anonymous proxies that forward traffic on behalf of someone else. Tor means the IP is a public Tor exit node. All three indicate the visitor's real location and identity are intentionally hidden. None of them prove malicious intent on their own.
Yes. Your public IP is visible to every server you connect to (websites, apps, email servers). Anyone with that IP can run the same kind of lookup the tool above performs. The lookup will reveal your approximate location, your ISP, and whether you are using a VPN or proxy. To check what your own IP exposes, see the What Is My IP page.
In most jurisdictions, yes. IP addresses are publicly visible and the metadata returned by a lookup (country, region, ISP, ASN) is also public. Using the data to identify a specific person or to harass them can cross into illegal territory depending on local privacy law. Standard business uses (fraud screening, geo-blocking, traffic analytics) are not restricted.
An IP lookup returns geolocation, ISP, ASN, timezone, and security signals (VPN, proxy, Tor, hosting, abuse). A WHOIS lookup queries the regional internet registry (ARIN, RIPE, APNIC, LACNIC, AFRINIC) for the organization that owns the IP block, plus contact details and allocation date. WHOIS is useful when you need the registered owner of an IP range. IP lookup is useful when you need the visitor's location and risk profile.
Yes. The online tool is free with no signup required for individual lookups. For programmatic access, Abstract's IP Intelligence API offers a free tier with 1,000 requests per month. View pricing for higher-volume plans.