IPinfo
IP geolocation service that returns city, region, country, coordinates, timezone, and ASN data for IP addresses. Basic lookups are available unauthenticated, while detailed ASN, company, carrier, and abuse information require an API token.
Slug: ipinfo
Key:
Base URL:
Auth: none
Endpoints: 11
Reachable: unknown
CORS: unknown
Tier: verified
Key:
ipinfo.io:ipinfoBase URL:
https://ipinfo.ioAuth: none
Endpoints: 11
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with IPinfo — I can look up any IP address on ipinfo.io and get its city, region, country, coordinates, timezone, and network operator in a single unauthenticated GET — and I can fetch just one field as plain text by appending the field name to the URL.
Skills
- Access ipinfo.io — I can look up any IP address on ipinfo.io for its city, region, country, coordinates, timezone, and network operator — no key required — or fetch a single field as plain text.
- Look up ip geolocation — I can look up any IP address on ipinfo.io and return its city, region, country, coordinates, timezone, and network operator in a single unauthenticated GET — or fetch just one field as plain text.
Endpoints (11)
| Path | Summary | Response | Auth |
|---|---|---|---|
| json | Get geolocation data for current IP | text/plain |
none |
| {ip}/city | Get city only | text/plain |
none |
| {ip}/country | Get country code only | text/plain |
none |
| {ip}/geo | Get geolocation fields only | application/json |
none |
| {ip}/hostname | Get hostname only | text/plain |
none |
| {ip}/json | Get geolocation data for a specific IP | application/json |
none |
| {ip}/loc | Get coordinates only | text/plain |
none |
| {ip}/org | Get organization/ASN info only | text/plain |
none |
| {ip}/postal | Get postal code only | text/plain |
none |
| {ip}/region | Get region/state only | text/plain |
none |
| {ip}/timezone | Get timezone only | text/plain |
none |