This page provides a complete sample response for a severe weather hazard from the Active Hazards API endpoint. Severe weather hazards encompass a broad category of weather alerts including dense fog warnings, special weather statements, severe thunderstorm warnings, and general severe weather advisories issued by national meteorological services. These alerts may follow the Common Alerting Protocol (CAP) standard or use agency-specific formats such as those from the China Meteorological Administration (CMA).
Severe Weather-Specific Properties
Incident Data
The incident.properties object for a severe weather hazard contains standard alert metadata. Key incident properties include:
headlineDescription - Full descriptive headline combining alert status and forecast details
Features
The features property contains a GeoJSON FeatureCollection with EXPOSURE_AREA and SMART_ALERT features. For CMA-sourced alerts, features include exposure area polygons with severity levels and exposure level indicators rather than CAP_INFO features. The collection may contain multiple exposure area features at different severity levels (e.g., MODERATE, STRONG).
Exposure Areas
Severe weather hazards may use multiple exposure levels representing different severity zones:
Level 1: Moderate exposure area - outer zone with lower expected impact
Level 2: Strong exposure area - core zone with highest expected impact
Sample Response
Note: Coordinate arrays have been replaced with [...] for brevity. In actual API responses, these contain complete GeoJSON coordinate arrays. The incident.properties object has been truncated with "..." to show only key fields. The full response includes additional metadata fields. This sample shows a CMA-sourced dense fog alert from China, which uses a different property structure than CAP-based alerts from Environment Canada or BoM. The features collection contains EXPOSURE_AREA features at different severity levels and a SMART_ALERT feature. The description field includes summarized content from multiple active alerts issued across the affected region.