Reverse geocoding
Effortlessly convert GPS coordinates to human-readable addresses
️ Request example
️ Request parameters
NameTypeExampleDescription
lat
required
number
51.5237498111111
Latitude
lon
required
number
-0.1585443
Longitude
locale
string
en
en-US
fr-FR
pt-BR
BCP 47 language/country code
️ Response example
️ Response data
NameTypeExampleDescription
lat
number
51.5237498111111
Latitude
lon
number
-0.1585443
Longitude
address
string
221B Baker Street, London NW1 6XE, United Kingdom
Formatted address according to locale parameter
houseNumber
string
221B
House number
street
string
Baker Street
Street name
postalCode
string
NW1 6XE
Postal code
city
string
London
City name
region
string
England
Region/state name
regionCode
string
GB-ENG
ISO3166-2 region/state code
country
string
United Kingdom
Country name
countryCode
string
GB
ISO 3166-1 alpha-2 country code
countryCode3
string
GBR
ISO3166-1 alpha3 country code
currency
string
GBP
ISO 4217 currency code, if available