OCNORA

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 Quality
    Read the current air-quality index and the pollutant concentrations behind it for one place.
    openweathermap.air_pollution
  • Air Quality Forecast
    Read the hourly air-quality forecast for the days ahead at one place.
    openweathermap.air_pollution_forecast
  • Air Quality History
    Read historical air-quality readings for one place between two Unix timestamps.
    openweathermap.air_pollution_history
  • Current Weather
    Read the conditions right now at one place — temperature, wind, cloud cover, humidity, pressure and visibility.
    openweathermap.current_weather
  • Day Summary
    Read one calendar day aggregated into single figures for temperature, precipitation, wind, humidity, pressure and cloud cover.
    openweathermap.day_summary
  • 5 Day Forecast
    Read the five-day forecast for one place in three-hour steps, running forward from now, with the city metadata OpenWeather matched.
    openweathermap.forecast
  • Search Places
    Search 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 Code
    Resolve a post code and country code to one set of coordinates and the name of the place they belong to.
    openweathermap.geocode_postcode
  • Historical Weather
    Read the weather at one past moment, given as a Unix timestamp, from the One Call 3.0 time machine.
    openweathermap.historical_weather
  • Hourly History
    Read 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 Forecast
    Read 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 Coordinates
    Read the place names that sit at a pair of coordinates, with their country codes and translations.
    openweathermap.reverse_geocode
  • Weather Overview
    Read OpenWeather's written summary of today's or tomorrow's weather for one place, ready to paste into a message.
    openweathermap.weather_overview

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.