Get NOTAM Data

​NOTAM messages are distributed through the Aeronautical Fixed Telecommunications Network (AFTN). One typically needs a special terminal to connect to AFTN to receive messages. The United States are providing access to an internet bridge for NOTAMS through their Defense Internet NOTAM Service (DINS).

iSTARS connects to DINS, retrieves NOTAMs, decodes them and furter distributes them through its ICAO API Data Service.

Available APIs

The following APIs were developed in relation to NOTAMS

 

​API​​​Description
Stored NOTAMS NOTAMS by State and location searchable Q-code and keywords. NOTAMS are not realtime but are drawn from the FAA Defe​nse Internet NOTAM Service every 3 hours only
​Realtime NOTAMS​​NOTAMS by location. NOTAMS are drawn in realtime from the FAA Defense Internet NOTAM Service. A list of locations must be provided.​
NOTAM Criticality​Provide a NOTAM text and get the criticality as defined by NORM, the ICAO artifical intelligence for NOTAMS
​​NOTAM Decoder​​Provide a NOTAM text and get the decoding as per ICAO Doc-8400. The decoding uses a Q-code determined by NORM, the ICAO artifical intelligence for NOTAMS

NOTAM Data format

The NOTAM is received from DINS as a single text string and is decoded into the following fields:

FieldTypeDescription
StateCodestringISO 3-Letter code of the State
StateNamestringName of the State
idstringID of the NOTAM
entitystringFirst 2 letters of the Q-code, if available
statusstringLast 2 letters of the Q-code, if available
QcodestringQ-code of the NOTAM, if available
AreastringDecoded category first 2 letters of the Q-code
SubAreastringDecoded area of first 2 letters of the Q-code
ConditionstringDecoded sub-area of first 2 letters of the Q-code
SubjectstringDecoded area of last 2 letters of the Q-code
ModifierstringDecoded sub-area of last 2 letters of the Q-code
messagestringMessage part of the NOTAM, if available
startdatestringStart datatime of the NOTAM
enddatestringEnd datatime of the NOTAM, 100 years after startdate for permanent (PERM) notams
allstringFull NOTAM
locationstringICAO code of the location the NOTAM applies to
isICAOstringIf the NOTAM is compliant with Doc ABC. If false, no Q-code decoding is available
CreatedstringDattime the NOTAM was created
keystringConcatenation of ID and Location to form unique id for all NOTAMS
typestring

Location type, either airspace or airport

criticalitynumber

Criticality of the NOTAM as assessed by our artificial intelligence NORM (scale 0:garbage to 4:critical)

 

 Here a JSON and CSV sample of such a message once decoded.

Calling the APIs

The APIs are simple URLs, e.g. web addresses which can be opened with any Internet browser.

To access our APIs, you need to request an API key. Up to 100 free calls can be made, after which booster packs must be installed to perform additional calls.

Additional information is provided through the ICAO API Data Service​.

Connect with us: