WeatherAPI · Arazzo Workflow
WeatherAPI Weather Alerts Check
Version 1.0.0
Resolve a location, probe its forecast for alerts, then branch to pull full alert detail.
View Spec
View on GitHub
WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIsArazzoWorkflows
Provider
Workflows
weather-alerts-check
Search a location, probe for alerts, and pull detail when present.
Resolves the query into a location, fetches a forecast with alerts enabled, and branches to the dedicated alerts endpoint only when warnings exist.
1
searchLocation
searchLocations
Resolve the free-text query into the best matching location.
2
probeForecastAlerts
getForecast
Fetch a one-day forecast with alerts enabled to determine whether any government warnings are active for the resolved location.
3
getAlertDetail
getAlerts
Pull the full set of government weather alerts for the resolved location from the dedicated alerts endpoint.