App
Connect Accuweather to any API
Weather data API delivering real-time forecasts, conditions, and severe weather alerts globally.
What your agent can do with Accuweather
Triggers and actions 5 actions
- ActionFind location by city name
Search AccuWeather Locations API for a city by text query to obtain its locationKey, used by all other endpoints. GET https://dataservice.accuweather.com/locations/v1/cities/search?q={query}
- ActionGet current conditions by location key
Retrieve current weather conditions for a location. GET https://dataservice.accuweather.com/currentconditions/v1/{locationKey}
- ActionGet daily forecast by location key
Returns N days (1/5/10/15) of daily forecasts for a location. GET https://dataservice.accuweather.com/forecasts/v1/daily/5day/{locationKey}
- ActionGet hourly forecast by location key
Returns hourly forecast data for a location. GET https://dataservice.accuweather.com/forecasts/v1/hourly/12hour/{locationKey}
- ActionList weather alerts by location key
List active severe weather alerts for a location. GET https://dataservice.accuweather.com/alerts/v1/{locationKey}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Accuweather API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.