Data · Geolocation

Where in the world an IP is, with every field free.

8 geolocation fields on every plan: country code, country name, registry, region, city, postal, latitude, longitude, and timezone. In May 2025 ipinfo moved region, city, postal, coordinates, and timezone into its $49/mo Core tier; we kept them all open on Free.

ipinfo tier data verified from ipinfo.io/pricing as of 2026-04-22.

Fields returned

FieldExample
countryUS
country_nameUnited States
registryarin
regionCalifornia
cityMountain View
postal94043
latitude37.419
longitude-122.078
timezoneAmerica/Los_Angeles

Example

curl https://api.ip-atlas.io/json/8.8.8.8
{
  "ip": "8.8.8.8",
  "country": "US",
  "country_name": "United States",
  "registry": "arin",
  "region": "California",
  "city": "Mountain View",
  "postal": "94043",
  "latitude": 37.419,
  "longitude": -122.078,
  "timezone": "America/Los_Angeles"
}

Accuracy — we're honest about what we know

Geolocation is probabilistic. Here's how confident we are in each level of precision:

LevelSourceTypical confidence
CountryRIR delegation files (authoritative)>99% for announced IPv4
RegionRegistry data + authoritative geo feeds90–95% for residential, 70–80% for hosting
CityAuthoritative geo feeds + ASN-based heuristics80–90% for residential, 50–60% for hosting/VPN
Latitude / LongitudeCity centroid or ASN HQAccurate to the city, not the household
Postal codeWhere available from registry or authoritative feedAbsent for many countries; never guess

Do not use IP geolocation as the sole basis for identity decisions. It is a probabilistic signal best combined with device fingerprinting, phone verification, and payment-method geography.

Update cadence

RIR delegation files refresh daily at 06:00 UTC. Every IP-Atlas server picks up the new tables via a SIGHUP hot-swap — no restart, no dropped connections. You can verify the counts on our status page.

Every field above is on your free-tier response.