IPGeolocation

IP → location, timezone, currency, and security

🔧 Developer ToolsREACHABLEchecked 6h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

IPGeolocation.io resolves IPs to city, country, timezone, and threat signals. Free API key with daily lookup limits for developers.

100REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · healthy
CHECK TIER · REACHABILITY

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass.

Uptime history
100%90d reachable
100%30d reachable
6hLast check · since JUL 8 · server OK
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.ipgeolocation.io/ipgeo?apiKey=&ip=8.8.8.8

{
  "message": "Provided API key is not valid. Contact technical support for assistance at support@ipgeolocation.io"
}
Call itcurl · fetch · python
curl "https://api.ipgeolocation.io/ipgeo?apiKey=&ip=8.8.8.8"
const res = await fetch("https://api.ipgeolocation.io/ipgeo?apiKey=&ip=8.8.8.8");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.ipgeolocation.io/ipgeo?apiKey=&ip=8.8.8.8")
print(res.json())
Endpoints · 3ReachableFULL DOCS ↗
Auth wall reachable — GET /ipgeo?apiKey=&ip=8.8.8.8 (key stripped)259 mschecked 6h ago
GET/ipgeo?apiKey=&ip=8.8.8.8PROBED

IP → location, timezone, currency, and security

GET/ipgeo?limit=5

Ipgeo — documented GET route.

GET/ipgeo?page=1

Ipgeo — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

IPGeolocation: common questions

Is IPGeolocation free to use?

Yes — IPGeolocation is a free developer tools API. Free tier: Free — 1000 requests/day. Whether the free tier allows commercial use is unclear — check the provider docs.

Does IPGeolocation need an API key?

Yes — IPGeolocation needs a free API key, which you pass on each request. Rate limits: 1000 requests/day on free plan.

Can I call IPGeolocation from the browser?

Yes — IPGeolocation returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is IPGeolocation up right now?

As of our last scheduled check, IPGeolocation is healthy with 100% uptime over 90 days and a 259 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.