← Back to catalog
geo.autocomplete
mock data$0.002 / callAddress Autocomplete (Geoapify)
Get autocomplete suggestions as you type an address or place name — for real-time search UX (Geoapify/OSM)
Input schema
lang
stringResult language code (e.g. "en", "de", "ru"). Default: English.
textrequired
stringPartial address or place name to autocomplete (e.g. "1600 Penn", "Berlin Bran").
type
stringFilter by result type: city, street, amenity, or country.
limit
integerMaximum number of suggestions (default 5, max 5).
country_code
stringISO 3166-1 alpha-2 country code to filter results (e.g. "US", "DE").
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.autocomplete \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lang":"<lang>","text":"<text>","type":"<type>","limit":0,"country_code":"<country_code>"}'