UnifyAPI
← Back to catalog

geo.reverse_geocode

mock data$0.002 / call

Reverse Geocode (Geoapify)

Convert geographic coordinates (lat/lon) to a structured address — street, city, country, postal code (Geoapify/OSM)

Geo & Mapsprovider: Geo#geo#geo

Input schema

latrequired

Latitude of the point to reverse geocode.

number
lonrequired

Longitude of the point to reverse geocode.

number
lang

Result language code (e.g. "en", "de", "ru"). Default: English.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.