Return to API Services

This service provides a GeoJSON representation of current Convective SIGMETs.

Changelog

  • 2026-02-26: Top level metadata generation_time was renamed to generated_at for better consistency across IEM services.
  • 2025-05-13: Added sts and ets parameters to filter SIGMETs by time, must be less than 32 days in duration. Specifies the period of issuance.
  • 2025-05-13: Added at parameter to provide SIGMETs at a specific time.
  • 2024-08-14: Documentation Update

CGI Arguments

The following table lists the CGI arguments that are accepted by this service. A HTTP GET request is required. Fields of type Multi-Params or CSV value can accept either a comma separated list or multiple parameter and value combinations. For example, ?foo=1&foo=2 is equivalent to ?foo=1,2.

Field Type Description
callback string or null Legacy JSON-P style callback. It is likely best to not depend on this usage. The IEM website has a permissive CORS.
at string or null SIGMETs valid at given time, in ISO8601 format
ets string or null SIGMETs valid before time, in ISO8601 format
sts string or null SIGMETs valid after time, in ISO8601 format