wolt_cities
List every city Wolt operates in, with coordinates, slugs, country codes, and timezones. Restrict by country or sort by distance from a reference coordinate to enable location-based Wolt lookups.
Instructions
List every city Wolt operates in, with coordinates. Returns Wolt's own live directory of every city it operates in, each with the coordinate pair the rest of the Wolt endpoints take, plus its slug, country codes, and timezone. Every other Wolt endpoint is resolved purely from a coordinate, so this is the discovery step that makes them usable without an external geocoder. Optionally restrict to one country, or pass a reference coordinate to have each city carry its distance and the list returned nearest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Optional ISO 3166-1 country code to restrict the directory to, alpha-2 (FI) or alpha-3 (FIN), case-insensitive. | |
| latitude | No | Optional reference latitude. Must be given together with longitude. | |
| longitude | No | Optional reference longitude. Must be given together with latitude. |