← Tools Reference

AccuWeather

AccuWeather integration (Location, Data). Imported from open-connector.

API key5 toolshttps://dataservice.accuweather.com
GET
accuweather_search_locations
Search AccuWeather locations by text and return normalized location keys for weather requests.

/locations/v1/cities/search

5 parameters
ParamTypeRequiredDescription
querystringrequiredThe city, postal code, or place text to search for.
languagestringoptionalThe AccuWeather language code used to localize results.
detailsbooleanoptionalWhether AccuWeather should include optional extended details in the response.
offsetintegeroptionalThe result offset requested from AccuWeather.
aliasintegeroptionalThe AccuWeather alias mode: 0 for always, 1 for never, or 2 only when no offici…
GET
accuweather_get_location_by_geoposition
Resolve latitude and longitude coordinates to a single AccuWeather location key.

/locations/v1/cities/geoposition/search

5 parameters
ParamTypeRequiredDescription
latitudenumberrequiredThe latitude in decimal degrees.
longitudenumberrequiredThe longitude in decimal degrees.
languagestringoptionalThe AccuWeather language code used to localize results.
detailsbooleanoptionalWhether AccuWeather should include optional extended details in the response.
topLevelbooleanoptionalWhether AccuWeather should return only top-level administrative data.
GET
accuweather_get_current_conditions
Retrieve current weather conditions for an AccuWeather location key.

/currentconditions/v1/{locationKey}

3 parameters
ParamTypeRequiredDescription
locationKeystringrequiredThe AccuWeather location key returned by a location search endpoint.
languagestringoptionalThe AccuWeather language code used to localize results.
detailsbooleanoptionalWhether AccuWeather should include optional extended details in the response.
GET
accuweather_get_daily_forecast
Retrieve a daily forecast for an AccuWeather location key using an official duration endpoint.

/forecasts/v1/daily/{duration}/{locationKey}

5 parameters
ParamTypeRequiredDescription
locationKeystringrequiredThe AccuWeather location key returned by a location search endpoint.
durationstringrequiredThe AccuWeather daily forecast duration endpoint to call.
languagestringoptionalThe AccuWeather language code used to localize results.
detailsbooleanoptionalWhether AccuWeather should include optional extended details in the response.
metricbooleanoptionalWhether forecast values should be returned in metric units.
GET
accuweather_get_hourly_forecast
Retrieve an hourly forecast for an AccuWeather location key using an official duration endpoint.

/forecasts/v1/hourly/{duration}/{locationKey}

5 parameters
ParamTypeRequiredDescription
locationKeystringrequiredThe AccuWeather location key returned by a location search endpoint.
durationstringrequiredThe AccuWeather hourly forecast duration endpoint to call.
languagestringoptionalThe AccuWeather language code used to localize results.
detailsbooleanoptionalWhether AccuWeather should include optional extended details in the response.
metricbooleanoptionalWhether forecast values should be returned in metric units.