IPinfo is an IP geolocation and intelligence API: pass an IP address and get back city/region/country, latitude-longitude, ASN, the hosting company, and (on paid plans) privacy detection for VPN/proxy/Tor. It's widely used for localization, fraud signals and analytics. Here's the pricing, the generous free tier, and how to start.
| Plan | Price | Requests / mo |
|---|---|---|
| Free free | $0 | ~50,000 (basic geo + ASN) |
| Basic | from ~$49/mo | ~250,000 |
| Standard | from ~$99/mo | ~500,000 + privacy data |
| Business / Enterprise | from ~$249/mo | millions + full datasets |
IPinfo's free plan is genuinely useful: ~50,000 requests per month, no credit card, with city-level geolocation and ASN included. That covers most side projects and low-traffic apps outright. The paid tiers are about volume and richer data โ VPN/proxy detection and company info sit behind the standard plan and up. If you only need country-level geo for a lot of traffic, consider caching results or pulling the database file rather than calling the API per request.
1. Sign up free at ipinfo.io and confirm your email.
2. Copy the access token from your dashboard.
3. Append it as ?token= or send it as a Bearer token.
4. Cache responses โ an IP's location rarely changes, so don't re-query it every request.
Look up one IP:
For most apps the free tier means IPinfo is the cheap option. If you need very high volume, compare a self-hosted GeoIP database (e.g. MaxMind GeoLite) which removes per-request cost entirely at the price of less freshness and no live VPN detection. IPinfo pairs naturally with the rest of a data stack โ combine it with market data from Finnhub or Polygon.io, weather from OpenWeather, or news from NewsAPI when you're building dashboards. Choose IPinfo when you want accurate, well-documented IP data with a real free tier and don't want to maintain a database yourself.
Yes โ about 50,000 requests/month with basic geolocation and ASN, no credit card required. Paid plans add volume and richer data like VPN/proxy detection.
Sign up at ipinfo.io, confirm your email, and copy the access token from the dashboard. Pass it as the token query parameter or a Bearer token.
For low-to-moderate volume, the API (often free) is simplest. For millions of monthly lookups, a downloadable IPinfo database removes per-request cost and latency โ usually cheaper at scale, at the cost of periodic refreshes.
Yes, via its privacy-detection dataset, but that's on the standard plan and up, not the free tier. The free plan covers geolocation and ASN; VPN/proxy/Tor flags require a paid plan.
Not affiliated with IPinfo. Prices are reference estimates โ always verify on the official pricing page.