openweather api

  • OpenWeather API: OpenWeather provides comprehensive weather data services, including current, forecast, and historical weather information.

    • Get Current Weather by Location: Retrieves the current weather condition by location longitude and latitude.See the docs here. For more accurate reading, you are advised to fill in the country and/or state code

    • Get Current Weather Forecast by Location: Retrieves 1-16 days weather forecast for a specified location.See the docs here. For more accurate reading, you are advised to fill in the country and/or state code

    • Get Weather Forecast by ZIP code: Retrieves the 5-day weather forecast for a given (ZIP, country)

    • Get Current Weather by ZIP code: Retrieves the current weather for a given (ZIP, country)

Last updated

Was this helpful?