IP Geolocation Lookup

Find the geographic location of any IP address. Country, city, timezone, coordinates, and EU status — free and instant.

Looking up IP address...
Country
City / Region
Timezone
Coordinates
EU Member
Metro Code

      

Use This as an API

Add IP geolocation to your app with one line. Same data, same speed, 200 free credits.

curl https://agent-gateway-kappa.vercel.app/v1/agent-geo/geo/8.8.8.8
{"ip":"8.8.8.8","country":"US","city":null,"timezone":"America/Chicago","latitude":37.751,"longitude":-97.822}
Get Free API Key Try in Playground

What You Get

Our IP geolocation lookup uses the MaxMind GeoLite2 database to provide accurate location data for any IPv4 address. Results include:

🌎
Country & Region
🏙
City
🕒
Timezone
📌
Lat / Lng Coordinates
🇪🇺
EU Membership
📈
Metro / Area Code

Frequently Asked Questions

How accurate is IP geolocation?

IP geolocation is generally accurate to the country level (99%+) and city level (50-80%) depending on the ISP and IP allocation. Mobile IPs and VPNs may show approximate locations.

Is this tool free?

Yes, completely free with no signup required. For programmatic access, our Geo API offers a free tier with generous rate limits. See the API guide for details.

Can I use this via API?

Yes. Make a GET request to https://agent-gateway-kappa.vercel.app/v1/agent-geo/geo/{ip} and you'll get a JSON response with all the geolocation data. No API key needed for basic usage.

Does this work with IPv6?

Currently the geolocation database supports IPv4 addresses. IPv6 support is planned for a future update.

What is the "Detect My IP" feature?

It uses a public API to find your current IP address (the one visible to the internet), then looks up its geolocation. If you're behind a VPN, it will show the VPN server's location.