Return to API Services

This service provides a GeoJSON representation of current Convective SIGMETs.

Changelog

  • 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 JSONP callback function
at string SIGMETs valid at given time, in ISO8601 format
ets string SIGMETs valid before time, in ISO8601 format
sts string SIGMETs valid after time, in ISO8601 format