G-AIRMETs
GET/api/v1/g-airmetsPrivate Pilot

Get 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"

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

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 G-AIRMETsPaginatedResponseOfGAirmetDto

Search Documentation

Search docs, endpoints, and schemas