v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Transportation

In-flight hazard advisories - SIGMET / AIRMET / G-AIRMET (NOAA AWC)

Active in-flight hazard advisories from the NOAA/NWS Aviation Weather Center: international SIGMET (worldwide), US convective SIGMET/AIRMET, and US G-AIRMET, unified into one list with a GeoJSON area and a centroid for bounding-box filtering. Filter by advisory type, hazard and bounding box. Consultative only; not a substitute for an official preflight briefing.

get/api/v2/transport/aviation/advisories

Query parameters

advisory_typestring nullable

SIGMET_INTL (worldwide) | SIGMET_US (US convective) | GAIRMET (US).

SIGMET_INTL (worldwide) | SIGMET_US (US convective) | GAIRMET (US).

hazardstring nullable

Hazard code, e.g. TS | CONVECTIVE | IFR | TURB | ICE | MTN_OBSCN.

Hazard code, e.g. TS | CONVECTIVE | IFR | TURB | ICE | MTN_OBSCN.

min_latnumber nullable

Bounding-box south edge (on the advisory centroid).

Bounding-box south edge (on the advisory centroid).

max_latnumber nullable

Bounding-box north edge.

Bounding-box north edge.

min_lonnumber nullable

Bounding-box west edge.

Bounding-box west edge.

max_lonnumber nullable

Bounding-box east edge.

Bounding-box east edge.

limitinteger

Maximum advisories returned.

Maximum advisories returned.

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "advisory_type": "SIGMET_INTL",
      "hazard": "TS",
      "limit": 200
    },
    "advisories": [
      {
        "advisory_type": "SIGMET_INTL",
        "source_product": "isigmet",
        "hazard": "TS",
        "valid_from": "2026-07-05T14:00:00Z",
        "valid_to": "2026-07-05T18:00:00Z",
        "region": "OPLR LAHORE",
        "fir_id": "OPLR",
        "icao_id": "OPLA",
        "altitude_hi": 45000,
        "movement_dir_deg": 220,
        "movement_speed_kt": 20,
        "centroid": {
          "lat": 33.6,
          "lon": 72.6
        },
        "qualifier": "EMBD",
        "sigmet_type": "SIGMET",
        "series_id": "15E",
        "gairmet_product": "SIERRA",
        "forecast_hour": 3,
        "due_to": "CIG BLW 010 VIS BLW 3SM",
        "tag": "6E"
      }
    ],
    "attribution": {
      "sources": [
        {
          "registry_key": "noaa/aviation-weather-center",
          "source_name": "NOAA Aviation Weather Center",
          "licence": "public-domain",
          "citation": "NOAA/NWS Aviation Weather Center (aviationweather.gov)",
          "disclaimer": "Advisory only; not a substitute for an official preflight briefing."
        }
      ],
      "effective_reexport": "allowed"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}