IPRout

IP Geolocation Response Fields

A successful lookup returns the resolved IP plus continent, country, region, city, timezone, UTC offset, approximate coordinates, ASN, organization, currency, and calling code. Geographic and network fields can be unavailable, so production clients should tolerate null values and future additive fields.

Last updated August 10, 2026

Which location fields are returned?

Location fields describe the best available approximate network location.

FieldTypeMeaning
country_codestringISO alpha-2 country code
region / citystring or nullApproximate regional location
latitude / longitudenumber or nullApproximate coordinates
timezonestring or nullIANA timezone
utc_offsetstring or nullCurrent numeric offset

Which network fields are returned?

ASN and organization identify the announced network and its associated organization, not necessarily the individual end user.

FieldExample
asn15169
organizationGoogle LLC
ip8.8.8.8

How should clients parse the response?

Use a JSON parser, allow nullable optional values, ignore unknown additive properties, and avoid using IP location as an exact street-level position.