← Back to catalog
geo.reverse_geocode
mock data$0.002 / callReverse Geocode (Geoapify)
Convert geographic coordinates (lat/lon) to a structured address — street, city, country, postal code (Geoapify/OSM)
Input schema
latrequired
numberLatitude of the point to reverse geocode.
lonrequired
numberLongitude of the point to reverse geocode.
lang
stringResult language code (e.g. "en", "de", "ru"). Default: English.
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.reverse_geocode \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"lang":"<lang>"}'