The Geo Search API returns place matches (cities, towns, localities, neighborhoods, etc.) for a free-text query.
Each result includes name, coordinates (WGS84), timezone, and country/continent metadata. Ideal for using in combination with our weather and mobility endpoints.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| query | string | Required | - | Query |
| language | string | Optional | en | Language of the results, available values: nl, en, de, fr, es, it, pt, hr, cs, el, hu, pl, sv, tr |
curl "https://api.infoplaza.dev/v1/geo/search? \
query=utrecht \
&api_key=$INFOPLAZA_API_KEY"