You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried that endpoint using https://geocoding-api.open-meteo.com/v1/ as the base and it was throwing 502 errors (I've intentionally left out the full path so other users don't try it per the next comment). I noticed that after hitting that endpoint, other parts of the geocoding-api.open-meteo.com would start throwing 502 errors for a brief period of time, so I've stopped testing as I didn't want cause any issues with your service.
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
The text was updated successfully, but these errors were encountered: