IPRout

API Base URL and Endpoints

All public IPRout lookups use https://api.iprout.com. Append /ip with no path parameter for the caller IP, /ip/{ip} for an explicit IPv4 or IPv6 address, or /usage to read the authenticated key's current usage summary.

Last updated August 10, 2026

What is the production base URL?

Use HTTPS for every request. Do not send API keys over an unencrypted connection.

https://api.iprout.com

Which routes are available?

The lookup routes share authentication and JSON response conventions.

MethodPathPurpose
GET/ipLookup caller IP
GET/ip/{ip}Lookup a supplied IP
GET/usageRead usage and limits

How should URLs be built?

Keep the base URL configurable, encode path values, and do not append a sample address when you mean to resolve the caller.