G-AIRMETs
GET
/api/v1/g-airmetsPrivate PilotGet All G Airmets
Gets all current G-AIRMET advisories across all product types and hazards.
Code Examples
curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/g-airmets?limit=25"curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/g-airmets?limit=25"Description
Returns every active G-AIRMET regardless of product type (SIERRA, TANGO, ZULU) or hazard type. Each advisory includes the hazard, severity, affected altitude range, forecast valid time, and a geographic polygon defining the affected area. Use the GET /product/{product} or GET /hazard/{hazardType} endpoints to filter by specific product or hazard type.
Returns paginated results of GAirmetDto
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. |