v1
latestSwagger 2.02026-07-132830204.5 KBGeolocation
Geocode Reverse
Convert a geographic coordinate (latitude and longitude) into a real world address
get/geocode-reverse
Query parameters
latitudestring
The location latitude in decimal degrees format
longitudestring
The location longitude in decimal degrees format
language-codestring
The language to display results in, available languages are: <ul> <li>ar, de, en, es, fr, it, ja, nl, pt, ru, zh</li> </ul>
zoomstring
The zoom level to respond with: <br> <ul> <li>address - the most precise address available</li> <li>street - the street level</li> <li>city - the city level</li> <li>state - the state level</li> <li>country - the country level</li> </ul>
geohashstring
Reverse lookup by a geohash instead of using latitude and longitude
Response
OK
Example response
{
"address": "1 Molesworth Street, Pipitea, Wellington 6145, New Zealand",
"address-components": {
"city": "Wellington",
"country": "New Zealand",
"county": "Wellington City",
"house-number": "1",
"neighbourhood": "Lambton",
"postal-code": "6145",
"road": "Molesworth Street",
"state": "Wellington",
"suburb": "Pipitea"
},
"address-structured": {
"area": "Pipitea",
"city": "Wellington",
"country": "New Zealand",
"county": "Wellington City",
"name": "",
"number": "1",
"postal-code": "6145",
"state": "Wellington",
"street": "Molesworth Street"
},
"building-type": "house",
"city": "Wellington",
"continent-code": "OC",
"country": "New Zealand",
"country-code": "NZ",
"country-code3": "NZL",
"currency-code": "NZD",
"found": true,
"geohash": "rbsm1jthekqy",
"language-code": "en",
"latitude": -41.277585,
"location-profile": {},
"location-tags": [
"house"
],
"location-type": "address",
"longitude": 174.777523,
"postal-address": "1 Molesworth Street\nPipitea\nWellington 6145\nNew Zealand",
"postal-code": "6145",
"region-code": "WGN",
"state": "Wellington",
"timezone": {
"abbr": "NZDT",
"date": "2025-11-18",
"id": "Pacific/Auckland",
"name": "New Zealand Daylight Time",
"offset": "+13:00",
"time": "17:05:01.96639137"
}
}