← Back to catalog
geo.geocode
live upstream$0.002 / callGeocode Address (Geoapify)
Convert an address, place name, or landmark to geographic coordinates (lat/lon) with structured address data (Geoapify/OSM)
Input schema
lang
stringResult language code (e.g. "en", "de", "ru"). Default: English.
textrequired
stringAddress, place name, or landmark to geocode (e.g. "1600 Pennsylvania Ave, Washington DC", "Eiffel Tower").
type
stringFilter by result type: city, street, amenity, or country.
limit
integerMaximum number of results to return (default 1, max 5).
country_code
stringISO 3166-1 alpha-2 country code to filter results (e.g. "US", "DE", "FR").
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.geocode \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lang":"<lang>","text":"<text>","type":"<type>","limit":0,"country_code":"<country_code>"}'