City lookup

Use this API to convert a city name to latitude and longitude.

Request

GET https://86ff79c5ed.us.serverless.gateways.konggateway.tech/v1/geocode/city?city=Toronto

The gateway adds Nominatim's JSON output format and limits the response to the highest-ranked result. You can optionally pass countrycodes, for example countrycodes=ca, to narrow results.

Requests require an API key from your Developer Portal application. Nominatim data is provided by OpenStreetMap contributors.