Get Current Conditions data for a specific location.

Current Conditions

Method
Description

GET

Current Conditions

http://dataservice.accuweather.com/currentconditions/v1/{locationKey}

Returns current conditions data for a specific location. Current conditions 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 current conditions data is returned. The full object can be obtained by passing "details=true" into the url string.

Top Cities

Method
Description

GET

Current Conditions for Top Cities

http://dataservice.accuweather.com/currentconditions/v1/topcities/{group}

Returns current conditions data for the top 50, 100, or 150 cities worldwide, based on rank.

Historical Current Conditions

Method
Description

GET

Historical Current Conditions (past 24 hours)

http://dataservice.accuweather.com/currentconditions/v1/{locationKey}/historical/24

Returns historical current conditions data for a specific location. Current conditions 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 current conditions data is returned. The full object can be obtained by passing "details=true" into the url string.

GET

Historical Current Conditions (past 6 hours)

http://dataservice.accuweather.com/currentconditions/v1/{locationKey}/historical

Returns historical current conditions data for a specific location. Current conditions 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 current conditions data is returned. The full object can be obtained by passing "details=true" into the url string.