← Back to catalog
avwx.notams
mock data$0.003 / callAVWX Parsed NOTAMs
Active NOTAMs (Notice to Airmen) for one or more airports, parsed into structured fields — NOTAM ID, classification (FDC/D/U), type (runway closure, navaid out, airspace restriction, obstacle), effective period, summary text. Critical for flight planning. UNIQUE to AVWX — NOAA and CheckWX do NOT return parsed NOTAMs.
Input schema
distance
integerInclude NOTAMs within this nautical-mile radius (0-100, default 10). Use 0 for airport-specific only.
icao_coderequired
stringSingle ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, RJTT, OMDB.
Call via REST
curl -X POST https://unifyapi.pro/api/call/avwx.notams \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"distance":0,"icao_code":"<icao_code>"}'