v1

latestOpenAPI 3.1.0Proprietary2026-08-06235779.1 KB
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"
  }
}