UnifyAPI
← Back to catalog

geo.geocode

live upstream$0.002 / call

Geocode Address (Geoapify)

Convert an address, place name, or landmark to geographic coordinates (lat/lon) with structured address data (Geoapify/OSM)

Geo & Mapsprovider: Geo#geo#geocode

Input schema

lang

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

string
textrequired

Address, place name, or landmark to geocode (e.g. "1600 Pennsylvania Ave, Washington DC", "Eiffel Tower").

string
type

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

string
limit

Maximum number of results to return (default 1, max 5).

integer
country_code

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

string

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

Try it

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