๐ŸŒ

IP Geolocation API

Look up country, city, timezone, and coordinates for any IP address. No external API calls.

API Docs $0.001 / lookup

About this tool

Geolocate any IPv4 or IPv6 address to get country, region, city, coordinates, and timezone. Uses a local MaxMind database โ€” no external API calls, no rate limits from third parties. If no IP is provided, uses the requester's IP.

Quick Start

curl "https://api.iteratools.com/ip/geolocation?ip=8.8.8.8" \ -H "Authorization: Bearer YOUR_KEY"

Response

{"ip": "8.8.8.8", "country": "US", "region": "", "city": "", "latitude": 37.751, "longitude": -97.822, "timezone": "America/Chicago", "eu": false}

Details

EndpointGET /ip/geolocation
Price$0.001 / lookup
AuthBearer token or x402 micropayment
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools