IPinfo
Another simple IP Address API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://ipinfo.io/developers
Overview
IPinfo resolves IP addresses to rich geolocation, network, and ASN data. The basic lookup is keyless with rate limits (verified live); a free token raises limits and unlocks company/privacy data.
Quick Start
Your IP (verified live):
curl "https://ipinfo.io/json"
{
"ip": "210.61.187.110",
"city": "Kaohsiung",
"region": "Kaohsiung",
"country": "TW",
"loc": "22.6148,120.3139",
"org": "AS3462 Data Communication Business Group",
"timezone": "Asia/Taipei"
}
Specific IP:
curl "https://ipinfo.io/8.8.8.8/json"
With a token:
curl "https://ipinfo.io/8.8.8.8/json?token=YOUR_TOKEN"
Authentication
- Anonymous: works but rate-limited (verified).
- Free token: register at ipinfo.io → dashboard → token (50k requests/month).
- Send it as the
tokenquery parameter orAuthorization: Bearerheader.
Rate Limits & Notes
- Anonymous: limited (roughly 50k/month per IP too, but throttled); free token: 50,000 requests/month.
- Fields:
city,region,country,loc(lat,lng),org(ASN + org),timezone,postal. - Paid tiers add company, privacy (VPN/proxy detection), and abuse data.
- CORS-enabled for browser use.
FAQ
Is IPinfo free? Anonymous lookup works; a free token gives 50k requests/month.
Do I need a key? Basic lookups work keyless (verified) — use a token for production.
What does org mean? The ASN + organization that owns the IP range.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |