Private BetaFound a bug or have feedback? Share it →

IP Lookup

Geolocate any IP address. Returns country, region, city, ISP, and coordinates. Free, no key required.

Healthy
LocationNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/ip-lookup

Authenticate with X-Api-Key: chk_live_... header.

GET/lookup

Parameters

NameTypeRequiredDescription
ipstringoptionalIP address to look up (omit for caller IP)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/ip-lookup/lookup?ip={ip}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "ip": "example",
    "isp": "example",
    "lat": 51.5,
    "lon": 51.5,
    "city": "example"
  }
}

Try it live

No setup required. Sign in and run IP Lookup directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
ip-lookup API Documentation — API Clearinghouse