IPRout

OpenAPI Specification

IPRout publishes an OpenAPI 3.0 specification at /docs/openapi.json. It describes caller lookup, explicit IP lookup, usage retrieval, authentication methods, response schemas, examples, and common errors so tools can validate requests or generate a starting client.

Last updated August 10, 2026

Where is the specification?

Fetch the JSON file directly from the public documentation URL.

https://iprout.com/docs/openapi.json

What can I do with it?

Import it into API clients, generate typed models, validate contracts, or render reference documentation.

Should generated clients be reviewed?

Yes. Configure timeouts, secret storage, retry policy, nullable response fields, and error handling before production use.