OpenWeather
Business appsAPI keycredential probe
Current weather, forecasts, historical weather, air quality and geocoding.
OCNORA ships 13 typed OpenWeather operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.openweathermap.org through the HTTP node with the same credential.
Operations 13
- Air QualityRead the current air-quality index and the pollutant concentrations behind it for one place.openweathermap.air_pollution
- Air Quality ForecastRead the hourly air-quality forecast for the days ahead at one place.openweathermap.air_pollution_forecast
- Air Quality HistoryRead historical air-quality readings for one place between two Unix timestamps.openweathermap.air_pollution_history
- Current WeatherRead the conditions right now at one place — temperature, wind, cloud cover, humidity, pressure and visibility.openweathermap.current_weather
- Day SummaryRead one calendar day aggregated into single figures for temperature, precipitation, wind, humidity, pressure and cloud cover.openweathermap.day_summary
- 5 Day ForecastRead the five-day forecast for one place in three-hour steps, running forward from now, with the city metadata OpenWeather matched.openweathermap.forecast
- Search PlacesSearch for places by name and read back their coordinates, country and translated names, so a later node can ask for weather by coordinate.openweathermap.geocode
- Look Up Post CodeResolve a post code and country code to one set of coordinates and the name of the place they belong to.openweathermap.geocode_postcode
- Historical WeatherRead the weather at one past moment, given as a Unix timestamp, from the One Call 3.0 time machine.openweathermap.historical_weather
- Hourly HistoryRead hour-by-hour history for a window of past time from the Historical Weather API, bounded by an end timestamp or a count of hours.openweathermap.history_hourly
- One Call ForecastRead current conditions, minute-by-minute rain, 48 hourly steps, eight daily steps and any government weather alerts in a single One Call 3.0 request.openweathermap.one_call
- Name CoordinatesRead the place names that sit at a pair of coordinates, with their country codes and translations.openweathermap.reverse_geocode
- Weather OverviewRead OpenWeather's written summary of today's or tomorrow's weather for one place, ready to paste into a message.openweathermap.weather_overview
More in Business apps
Run your first OpenWeather workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.