Which location fields are returned?
Location fields describe the best available approximate network location.
| Field | Type | Meaning |
|---|---|---|
| country_code | string | ISO alpha-2 country code |
| region / city | string or null | Approximate regional location |
| latitude / longitude | number or null | Approximate coordinates |
| timezone | string or null | IANA timezone |
| utc_offset | string or null | Current numeric offset |
Which network fields are returned?
ASN and organization identify the announced network and its associated organization, not necessarily the individual end user.
| Field | Example |
|---|---|
| asn | 15169 |
| organization | Google LLC |
| ip | 8.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.