IPGeolocation

IP → location, timezone, currency, and security

🔧 Developer ToolsON SCHEDULEchecked 43 min 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.

REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
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
—%90d reachable
—%30d reachable
43mLast 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 · 3On scheduleFULL DOCS ↗
On schedule — auth-wall reachability checks pending
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 unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.