Climo API Guide

Climo actuals for month or day by location key

https://{{api} or {{apidev}}.accuweather.com/climo/{version}/actuals/yyyy/mm{/dd}/{locationKey}{.{format}}?apikey={your key}

Examples

https://api.accuweather.com/climo/v1/actuals/2012/12/17/350540?apikey={your key}

https://api.accuweather.com/climo/v1/actuals/2012/2/350540?apikey={your key}

Top of page

Climo records for month or day by location key

https://{{api} or {{apidev}}.accuweather.com/climo/{version}/records/yyyy/mm{/dd}/{locationKey}{.{format}}?apikey={your key}

Example

https://api.accuweather.com/climo/v1/records/2012/12/15/350540?apikey={your key}

Top of page

Climo normals for month or day by location key

https://{{api} or {{apidev}}.accuweather.com/climo/{version}/normals/yyyy/mm{/dd}/{locationKey}{.{format}}?apikey={your key}

Example

https://api.accuweather.com/climo/v1/normals/2012/12/25/350540?apikey={your key}

Top of page

Climo month summary by location key

https://{{api} or {{apidev}}.accuweather.com/climo/{version}/summary/yyyy/mm/{locationKey}{.{format}} ? details={true/false} & apikey={your key}

Example

https://api.accuweather.com/climo/v1/summary/2014/02/350540?apikey={your key}

Top of page