G-AIRMETs
GET/api/v1/g-airmets/product/{product}Private Pilot

Get G Airmets By Product

Gets G-AIRMETs filtered by product type.

Code Examples

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

Description

Product Types

  • SIERRA — IFR conditions and mountain obscuration
  • TANGO — turbulence, low-level wind shear, and strong surface winds
  • ZULU — icing and freezing level
GET /api/v1/g-airmets/product/SIERRA
GET /api/v1/g-airmets/product/ZULU

Returns paginated results of GAirmetDto

Parameters

NameInTypeDescription
product*pathstringProduct type: SIERRA, TANGO, or ZULU
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 filtered G-AIRMETsPaginatedResponseOfGAirmetDto
400If the product type is invalidApiErrorResponse
codestring

Machine-readable error code (e.g., "AIRCRAFT_NOT_FOUND").

messagestring

Human-readable error message suitable for display.

detailsstringnullable

Additional error details (only included in development environment).

servicestringnullable

Name of the external service that failed (only included for 503 errors).

validationErrorsRecord<string, string[]>nullable

Field-level validation errors (only for validation failures).

timestampstring

UTC timestamp when the error occurred.

traceIdstringnullable

Correlation ID for tracing the request.

pathstringnullable

Request path that generated the error.

Search Documentation

Search docs, endpoints, and schemas