Geolocate any IP address. Returns country, region, city, ISP, and coordinates. Free, no key required.
https://api.apiclearinghouse.com/v1/call/ip-lookupAuthenticate with X-Api-Key: chk_live_... header.
/lookup| Name | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | IP address to look up (omit for caller IP) |
curl -s "https://api.apiclearinghouse.com/v1/call/ip-lookup/lookup?ip={ip}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"ip": "example",
"isp": "example",
"lat": 51.5,
"lon": 51.5,
"city": "example"
}
}No setup required. Sign in and run IP Lookup directly from your browser.
Open in Explorer →Monthly limits also apply per plan.