OpenWeatherMap · Arazzo Workflow
OpenWeatherMap Zip To Forecast
Version 1.0.0
Resolve a zip or postal code to coordinates, then return five day and sixteen day forecasts.
View Spec
View on GitHub
WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIsArazzoWorkflows
Provider
Workflows
zip-to-forecast
Resolve a zip code to coordinates, then return five day and sixteen day forecasts.
Calls zip geocoding to turn a postal code into coordinates, then chains the latitude and longitude into the five day three hour forecast and the sixteen day daily forecast endpoints.
1
geocodeZip
getZipGeocoding
Resolve the supplied zip or postal code into geographic coordinates.
2
fiveDayForecast
getForecastFiveDay
Fetch the five day three hour forecast at the geocoded coordinates for a near-term outlook.
3
dailyForecast
getForecastDaily
Fetch the sixteen day daily forecast at the same coordinates for an extended outlook. Served from the Pro forecast base URL.
Source API Descriptions
openapi