Weather API Number of APIs: 2 Get forecast from OW GET https://pro.openweathermap.org/data/2.5/forecast/hourly?lat={{lat}}&lon={{lon}}&appid={{api_key}} Get current weather of coords using OW GET https://api.openweathermap.org/data/2.5/weather?lat={{lat}}&lon={{lon}}&appid={{api_key}}