From @woheller69
A nice thing would be a geocoding api which returns the n largest cities around a location inside radius r
https://geocoding-api.open-meteo.com/v1/search?lat=45.0&lon=10.6&radius=50000&num=10
which returns city name, lat, lon for each city
From @woheller69
A nice thing would be a geocoding api which returns the n largest cities around a location inside radius r
https://geocoding-api.open-meteo.com/v1/search?lat=45.0&lon=10.6&radius=50000&num=10
which returns city name, lat, lon for each city