What is the production base URL?
Use HTTPS for every request. Do not send API keys over an unencrypted connection.
https://api.iprout.comWhich routes are available?
The lookup routes share authentication and JSON response conventions.
| Method | Path | Purpose |
|---|---|---|
| GET | /ip | Lookup caller IP |
| GET | /ip/{ip} | Lookup a supplied IP |
| GET | /usage | Read 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.