v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBReverse Geocode
Query parameters
A key is a unique identifier that is required to authenticate a request to the API.
Specify the center of the search context expressed as coordinates.
Please note that one of "at", "in=circle" or "in=bbox" should be provided for relevant results.
Search within a geographic area. This is a hard filter. Results will be returned if they are located within the specified area.
A geographic area can be
-
a country (or multiple countries), provided as comma-separated ISO 3166-1 alpha-3 country codes
The country codes are to be provided in all uppercase.
Format: countryCode:{countryCode}[,{countryCode}]
-
a circular area, provided as latitude, longitude, and radius (an integer with meters as unit)
Format: circle:{latitude},{longitude};r={radius}
-
a bounding box, provided as west longitude, south latitude, east longitude, north latitude
Format: bbox:{west longitude},{south latitude},{east longitude},{north latitude}
Select the language to be used for result rendering from a list of BCP 47 compliant language codes.