Domestic SIGMETs
GET
/api/v1/sigmetsPrivate PilotGet 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"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
| Name | In | Type | Description |
|---|---|---|---|
| cursor | query | string? | Opaque cursor value from a previous response's pagination.nextCursor field. Omit or leave null to start from the first page. |
| limit | query | integer | Maximum number of items to return per page. Minimum 1, maximum 500, default 100. |