7-Day Developer Key
Generate a test API key and check usage.
Use this page to start the temporary-key flow, check developer key usage, and test an IP lookup with your API key.
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 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 and IP address to test a live lookup. If the browser request is blocked, use the curl example from your terminal.
Curl
curl "https://api.iprout.com/ip/8.8.8.8" \
-H "Authorization: Bearer YOUR_API_KEY"Result
Run a lookup to see the response.