Domestic SIGMETs
GET/api/v1/sigmets/hazard/{hazardType}Private Pilot

Get Sigmets By Hazard Type

Gets SIGMETs filtered by hazard type.

Code Examples

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

Description

Hazard Types

  • CONVECTIVE — thunderstorms and convective activity
  • ICE — severe icing
  • TURB — severe turbulence
  • IFR — widespread IFR conditions
  • MTN_OBSCN — mountain obscuration
GET /api/v1/sigmets/hazard/CONVECTIVE
GET /api/v1/sigmets/hazard/TURB

Returns paginated results of SigmetDto

Parameters

NameInTypeDescription
hazardType*pathstringHazard type: CONVECTIVE, ICE, TURB, IFR, or MTN_OBSCN
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 SIGMETsPaginatedResponseOfSigmetDto
400If the hazard 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