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
track_reportsboolean nullable required
Track this check in reports history
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"
}
}