Answer the question
In order to leave comments, you need to log in
Need a weather widget that displays information for lat/long?
Coordinates example:
lat: 59.313213
long: -135.72454
Answer the question
In order to leave comments, you need to log in
https://yandex.ru/dev/weather/doc/dg/concepts/fore...
https://openweathermap.org/current#geo
https://www.weather.gov/documentation/services-web-api (here for custom coordinates in two requests - first get a link to the square by coordinates, then the weather for this square. The step of the square is 2.5km): we
request information by coordinates:
https://api.weather.gov/points/59.3132,- 135.7245
we take the properties->forecast link
and use it to get the weather:
https://api.weather.gov/gridpoints/AJK/160,194/forecast
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question