Get forecast information for a specific location.

Daily

Method
Description

GET

1 Day of Daily Forecasts

http://dataservice.accuweather.com/forecasts/v1/daily/1day/{locationKey}

Returns daily forecast data for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

10 Days of Daily Forecasts

http://dataservice.accuweather.com/forecasts/v1/daily/10day/{locationKey}

Returns an array of daily forecasts for the next 10 days for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

15 Days of Daily Forecasts

http://dataservice.accuweather.com/forecasts/v1/daily/15day/{locationKey}

Returns an array of daily forecasts for the next 15 days for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

5 Days of Daily Forecasts

http://dataservice.accuweather.com/forecasts/v1/daily/5day/{locationKey}

Returns an array of daily forecasts for the next 5 days for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

Hourly

Method
Description

GET

1 Hour of Hourly Forecasts

http://dataservice.accuweather.com/forecasts/v1/hourly/1hour/{locationKey}

Returns forecast data for the next hour for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

12 Hours of Hourly Forecasts

http://dataservice.accuweather.com/forecasts/v1/hourly/12hour/{locationKey}

Returns an array of hourly forecasts for the next 12 hours for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

120 Hours of Hourly Forecasts

http://dataservice.accuweather.com/forecasts/v1/hourly/120hour/{locationKey}

Returns an array of hourly forecasts for the next 120 hours for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

24 Hours of Hourly Forecasts

http://dataservice.accuweather.com/forecasts/v1/hourly/24hour/{locationKey}

Returns an array of hourly forecasts for the next 24 hours for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

72 Hours of Hourly Forecasts

http://dataservice.accuweather.com/forecasts/v1/hourly/72hour/{locationKey}

Returns an array of hourly forecasts for the next 72 hours for a specific location. Forecast searches require a location key. Please use the Locations API to obtain the location key for your desired location. By default, a truncated version of the hourly forecast data is returned. The full object can be obtained by passing "details=true" into the url string.