SkyLink API Logo

⚠ Not for operational use — for reference and development purposes only

NOTAM

NOTAM Lookup

Active Notices to Air Missions for any airport worldwide. Real-time closures, restrictions, and airspace changes.

Try:

Daily free limit reached for this IP. Upgrade API plan to continue.

LIVE

All clear — no current notices for this location.

NOTAM data via SkyLink API. View API docs →

Real-time NOTAM data via API

Query active NOTAMs by ICAO location code. Returns structured notice data including effective dates, Q-line codes, and full text. Integrate into flight planning apps, pre-flight briefing tools, and dispatch systems.

API Reference →
GET https://skylink-api.p.rapidapi.com/notams/KJFK
x-rapidapi-key: YOUR_KEY

// Response
{
  "icao": "KJFK",
  "notams": [
    {
      "notam_id": "1/1234",
      "type": "N",
      "location": "KJFK",
      "effective": "202411010000",
      "expiration": "202411302359",
      "body": "RWY 04R/22L CLSD ...",
      "raw": "!KJFK 1/1234 RWY 04R/22L CLSD ..."
    }
  ],
  "total": 1
}

About NOTAMs

What is a NOTAM?

A NOTAM (Notice to Air Missions) is an official notice distributed by aviation authorities that alerts pilots and crew to potential hazards, temporary flight restrictions, runway closures, navaid outages, and other time-sensitive information not yet included in aeronautical charts.

How do I decode NOTAM codes?

The Q-line is structured as: /FIR/Subject/Traffic/Purpose/Scope/Lower/Upper/Coordinates. Subject codes like QMRLC mean runway lighting check, QICAS = ILS critical area. The E-line contains human-readable narrative text. ICAO Doc 8126 is the authoritative reference.

How current is the data?

SkyLink API retrieves NOTAMs in real time from official aviation data sources. Results reflect currently active notices at the moment of the query.

Add NOTAM data to your app

Free tier includes 1,000 requests/month. No credit card required.