7-Day Developer Key
Get a free IP geolocation API key.
Generate a 7-day developer key, check its usage, and test caller-IP or explicit IPv4 and IPv6 geolocation lookups with up to 1,000 requests. No account is required.
Generate developer key
Create a temporary API key for quick testing. It includes 1,000 requests and expires automatically after 7 days.
Copy the key when it appears. It will only be shown once.
Check key usage
Paste a developer or account API key to view usage status. The raw key should stay in this form or browser session, never in the URL.
Test API lookup
Enter an API key to test the caller IP with GET /ip, or switch to a specific IP address to call GET /ip/{ip}. If the browser request is blocked, use the curl example from your terminal.
Caller IP lookup
GET /ip has no path parameter and uses the IP address making the request.
curl "https://api.iprout.com/ip" \
-H "Authorization: Bearer YOUR_API_KEY"Run a lookup to see the response.