WeatherAPI · Arazzo Workflow
WeatherAPI Search to Current Weather
Version 1.0.0
Resolve a location with autocomplete search, then fetch its current weather.
View Spec
View on GitHub
WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIsArazzoWorkflows
Provider
Workflows
search-to-current
Search for a location and return the current weather for the best match.
Runs an autocomplete search for the supplied query, picks the first matching location, and fetches its current weather using the resolved location id.
1
searchLocation
searchLocations
Resolve the free-text query into one or more matching locations and keep the id of the best match.
2
getCurrent
getCurrentWeather
Fetch the current weather for the resolved location using its location id in the WeatherAPI id: prefix form.