Geocode Reverse
GET {{baseUrl}}/geocode-reverse?latitude=<string>&longitude=<string>&language-code=en&zoom=address
Convert a geographic coordinate (latitude and longitude) into a real world address
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
latitude | string | (Required) The location latitude in decimal degrees format | |
longitude | string | (Required) The location longitude in decimal degrees format | |
language-code | string | The language to display results in, available languages are: <ul> <li>de, en, es, fr, it, pt, ru</li> </ul> | |
zoom | string | 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> |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"country":"\u003cstring\u003e","found":"\u003cboolean\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","country-code":"\u003cstring\u003e","postal-code":"\u003cstring\u003e","state":"\u003cstring\u003e","address-components":{"ullamco500":"\u003cstring\u003e","in52":"\u003cstring\u003e","labore_b":"\u003cstring\u003e"},"country-code3":"\u003cstring\u003e","currency-code":"\u003cstring\u003e","location-type":"\u003cstring\u003e","location-tags":["\u003cstring\u003e","\u003cstring\u003e"],"latitude":"\u003cnumber\u003e","longitude":"\u003cnumber\u003e","timezone":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","abbr":"\u003cstring\u003e","date":"\u003cstring\u003e","time":"\u003cstring\u003e","offset":"\u003cstring\u003e"},"region-code":"\u003cstring\u003e","postal-address":"\u003cstring\u003e"}