Reports API Guide

Search reports

https://{{api} or {{apidev}}.accuweather.com/reports/{version}/localstorm.{format}?apikey={your key}{&minLatitude={minimum latitude}&maxLatitude={maximum latitude}&minLongitude={minimum longitude}&maxLongitude={maximum longitude}}&category={category}&startTime={start time}&endTime={end time}

Examples

https://api.accuweather.com/reports/v1/localstorm.json?apikey={your key}

https://api.accuweather.com/reports/v1/localstorm.geojson?apikey={your key}
&minLatitude=0&maxLatitude=60&minLongitude=-150&maxLongitude=-50

https://api.accuweather.com/reports/v1/localstorm?apikey={your key}
&minLatitude=0&maxLatitude=60&minLongitude=-150&maxLongitude=-50
&category=hail

https://api.accuweather.com/reports/v1/localstorm.json?apikey={your key}&startTime=2024-06-12T12:00:00-06:00&endTime=2024-06-13T12:00:00-06:00

Top of page

List event categories

https://{{api} or {{apidev}}.accuweather.com/reports/{version}/localstorm/categories?apikey={your key}

Example

https://api.accuweather.com/reports/v1/localstorm/categories?apikey={yourkey}

Top of page

Category metadata

https://{{api} or {{apidev}}.accuweather.com/reports/{version}/localstorm/categories/{categoryId}?apikey={your key}

Example

https://api.accuweather.com/reports/v1/localstorm/categories/1?apikey={yourkey}

Top of page