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
Example response
[
{
"country": "CR"
}
]