Skip to main content
GET
Approximate caller location

Authorizations

X-API-Key
string
header
required

Response

OK

lat
number | null

Approximate latitude of the caller in decimal degrees, WGS 84 / EPSG:4326, or null when unknown.

Required range: -90 <= x <= 90
lon
number | null

Approximate longitude of the caller in decimal degrees, WGS 84 / EPSG:4326, or null when unknown.

Required range: -180 <= x <= 180
city
string | null

City name of the caller's network location, or null when unknown.

region
string | null

ISO 3166-2 region code (e.g. BC) of the caller's network location, or null.

country
string | null

ISO 3166-1 alpha-2 country code (e.g. CA) of the caller's network location, or null.