IPRout

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 caller-IP or explicit-IP lookups 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 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
curl "https://api.iprout.com/ip" \
  -H "Authorization: Bearer YOUR_API_KEY"
Result
Run a lookup to see the response.