Domestic SIGMETs
GET/api/v1/sigmetsPrivate Pilot

Get All Sigmets

Gets all current domestic SIGMET advisories across all hazard types.

Code Examples

curl \
  -H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
  "https://api.preflightapi.io/api/v1/sigmets?limit=25"

Description

Returns every active domestic SIGMET regardless of hazard type. Each advisory includes the hazard (convective activity, severe turbulence, severe icing, IFR conditions, or mountain obscuration), severity, affected altitude range, and a geographic polygon defining the affected area. Use the GET /hazard/{hazardType} endpoint to filter by a specific hazard type.

Returns paginated results of SigmetDto

Parameters

NameInTypeDescription
cursorquerystring?Opaque cursor value from a previous response's pagination.nextCursor field. Omit or leave null to start from the first page.
limitqueryintegerMaximum number of items to return per page. Minimum 1, maximum 500, default 100.

Response Schema

200Returns the paginated list of all current domestic SIGMETsPaginatedResponseOfSigmetDto

Search Documentation

Search docs, endpoints, and schemas