UnifyAPI
← Back to catalog

avwx.notams

mock data$0.003 / call

AVWX 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.

Weatherprovider: Avwx#avwx#weather

Input schema

distance

Include NOTAMs within this nautical-mile radius (0-100, default 10). Use 0 for airport-specific only.

integer
icao_coderequired

Single ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, RJTT, OMDB.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.