v1

latestOpenAPI 3.0.3MIT2026-07-17536.6 KB
Suggest
Geocode

Suggests geocodes for a given query string

get/geocode/suggest

Query parameters

qstring required

The location string for which to find geocodes

limitToResolutionstring

Comma-separated list of resolutions to restrict geocoding to. Allowed values are: Point, Admin3, Admin2, Admin1, Country.

Response

OK

querystring
countrystring

ISO-3166-2 code of a country

administrativeAreaLevel1string
administrativeAreaLevel2string
administrativeAreaLevel3string
placestring
namestring
geoResolutionstring

Example response

[
  {
    "country": "CR"
  }
]