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
Resolve the free-text query into one or more matching locations and keep the id of the best match.
2
getCurrent
Fetch the current weather for the resolved location using its location id in the WeatherAPI id: prefix form.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.