UnifyAPI
← Back to catalog

geo.autocomplete

mock data$0.002 / call

Address Autocomplete (Geoapify)

Get autocomplete suggestions as you type an address or place name — for real-time search UX (Geoapify/OSM)

Geo & Mapsprovider: Geo#geo#geo

Input schema

lang

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

string
textrequired

Partial address or place name to autocomplete (e.g. "1600 Penn", "Berlin Bran").

string
type

Filter by result type: city, street, amenity, or country.

string
limit

Maximum number of suggestions (default 5, max 5).

integer
country_code

ISO 3166-1 alpha-2 country code to filter results (e.g. "US", "DE").

string

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

Try it

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