What is IPRout?
IPRout is a developer-first IP intelligence API for GeoIP and ASN lookups. It returns continent, country, region, city, timezone, UTC offset, coordinates, ASN, organization, currency and calling code data in JSON.
IPRout FAQ
Answers about IPRout performance, GeoIP data, ASN intelligence, authentication and developer key testing. This page is static HTML so developers, search engines and answer engines can read the important details directly.
IPRout is a developer-first IP intelligence API for GeoIP and ASN lookups. It returns continent, country, region, city, timezone, UTC offset, coordinates, ASN, organization, currency and calling code data in JSON.
IPRout is built for reliable sub-50ms lookups, especially when requests are served from cache or routed through the nearest available edge location.
IPRout is designed around cached IP intelligence, fast API responses and resilient infrastructure so applications can depend on stable GeoIP and ASN lookups in production workflows.
Developers use IPRout for SaaS applications, analytics platforms, fraud checks, content localisation, routing optimisation and gaming platforms that need fast IP context.
Yes. IPRout returns ASN and organization information so applications can identify the network and owner behind an IP address.
You can generate a 7-day developer key from the IPRout website. The temporary key includes 1,000 total requests and is designed for quick API testing.
The public IPRout API base URL is https://api.iprout.com. Use GET /ip with no path parameter to look up the caller IP, or GET /ip/{ip} to look up a specific IPv4 or IPv6 address.
IPRout uses API key authentication. Send your key with the Authorization: Bearer YOUR_API_KEY header or the X-API-Key header.
The API documentation covers request examples, responses and authentication.