Severe Weather Sample

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 special weather statements, severe thunderstorm warnings, and general severe weather advisories issued by national meteorological services. These alerts follow the Common Alerting Protocol (CAP) standard.

Severe Weather-Specific Properties

Incident Data

The incident.properties object for a severe weather hazard contains standard CAP alert metadata. Key incident properties include:

  • senderName - Issuing agency (e.g., "Environment Canada")

  • headline - Alert headline text (e.g., "special Weather statement in effect")

  • description - Detailed alert description with forecast information and expected impacts

  • severity - CAP severity level (e.g., "Moderate")

  • urgency - CAP urgency level (e.g., "Future, Past")

  • certainty - CAP certainty level (e.g., "Possible, Observed")

  • event - Event type name (e.g., "Weather")

  • effective / expires / onset - ISO 8601 timing fields for the alert window

  • msgType - CAP message type (e.g., "Update")

  • instruction - Recommended actions (may be empty for advisory-level alerts)

  • category - CAP category (e.g., "Met" for meteorological)

  • hazardSeverity - Hazard severity classification (e.g., "ADVISORY")

  • incidentLocationName - Human-readable location (e.g., "Banff, Alberta, Canada")

  • headlineDescription - Full descriptive headline combining alert status and forecast details

Features

The features property contains a GeoJSON FeatureCollection with CAP_INFO features. Each CAP_INFO feature represents an individual alert info block from the original CAP message, containing the alert polygon geometry along with area descriptions and geocodes. Severe weather alerts from Environment Canada typically include many CAP_INFO area features covering multiple municipalities and regions. The collection may also include SMART_ALERT and EXPOSURE_AREA features.

Exposure Areas

Severe weather hazards use a single exposure level representing the source-provided alert area:

  • Level 1: Source-provided alert area - the geographic region covered by the weather advisory or warning

Sample Response

circle-info

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 CAP metadata fields such as note, references, rawMessage, eventCode, and headlineDescription. The features collection contains many CAP_INFO area features (one per alert zone covering multiple Alberta municipalities and parks), only a representative subset is shown here.

Last updated