Geolocation Data


Available in: Free, Basic, Standard, Business, and Enterprise

The Geolocation Data is available in our free and paid plans. It includes country, region, city, and postal code of the target IP.

curl api.ip.cc?token=$TOKEN


{
  "ip": "54.246.228.58",
  "hostname": "ec2-54-246-228-58.eu-west-1.compute.amazonaws.com",
  "city": "Dublin",
  "region": "Leinster",
  "country": "IE",
  "loc": "53.3331,-6.2489",
  "org": "AS16509 Amazon.com, Inc.",
  "postal": "D02",
  "timezone": "Europe/Dublin"
}