check

Check Geolocation

Get geographic location data including country, city, region, ISP, and coordinates.

get/check/location

Path parameters

querystring required

IP address or domain to check

enrichmentstring nullable required

Enrichment level: basic, standard, or full

Response

Geolocation data response

Example response

{
  "geo": {
    "city": "Mountain View",
    "country": "United States",
    "country_code": "US",
    "isp": "Google LLC",
    "lat": 37.386,
    "lon": -122.0838,
    "region": "California"
  }
}

Changes

Changed in 1 of the 4 revisions of this API.1