ipify · Example Payload

Geolocation Api Geolocation Response Example

DevelopmentIP AddressGeolocationIP IntelligencePublic APIs

Geolocation Api Geolocation Response Example is an example object payload from ipify, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ipisplocationasdomains

Example Payload

Raw ↑
{
  "ip": "8.8.8.8",
  "isp": "Google LLC",
  "location": {
    "country": "US",
    "region": "California",
    "city": "Mountain View",
    "lat": 37.40599,
    "lng": -122.078514,
    "postalCode": "94043",
    "timezone": "-07:00",
    "geonameId": 5375480
  },
  "as": {
    "asn": 15169,
    "name": "GOOGLE",
    "route": "8.8.8.0/24",
    "domain": "https://about.google/",
    "type": "Content"
  },
  "domains": [
    "dns.google",
    "8.8.8.8.in-addr.arpa"
  ]
}