Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

NATO Phonetic Alphabet With Morse Code In JSON

Code

[
  {
    "letter": "A",
    "telephony": "Alfa",
    "morse": "·-",
    "pronunciation": "AL-FAH"
  },
  {
    "letter": "B",
    "telephony": "Bravo",
    "morse": "-···",
    "pronunciation": "BRAH-VOH"
  },
  {
    "letter": "C",
    "telephony": "Charlie",
    "morse": "-·-·",
    "pronunciation": "CHAR-LEE"
  },
  {
    "letter": "D",
    "telephony": "Delta",
    "morse": "-··",
    "pronunciation": "DELL-TAH"
  },
  {
    "letter": "E",
    "telephony": "Echo",
    "morse": "·",
    "pronunciation": "ECK-OH"
  },
  {
    "letter": "F",
    "telephony": "Foxtrot",
    "morse": "··-·",
    "pronunciation": "FOXS-TROT"
  },
  {
    "letter": "G",
    "telephony": "Golf",
    "morse": "--·",
    "pronunciation": "GOLF"
  },
  {
    "letter": "H",
    "telephony": "Hotel",
    "morse": "····",
    "pronunciation": "HOH-TEL"
  },
  {
    "letter": "I",
    "telephony": "India",
    "morse": "··",
    "pronunciation": "IN-DEE-AH"
  },
  {
    "letter": "J",
    "telephony": "Juliet",
    "morse": "·---",
    "pronunciation": "JEW-LEE-ETT"
  },
  {
    "letter": "K",
    "telephony": "Kilo",
    "morse": "-·-",
    "pronunciation": "KEY-LOH"
  },
  {
    "letter": "L",
    "telephony": "Lima",
    "morse": "·-··",
    "pronunciation": "LEE-MAH"
  },
  {
    "letter": "M",
    "telephony": "Mike",
    "morse": "--",
    "pronunciation": "MIKE"
  },
  {
    "letter": "N",
    "telephony": "November",
    "morse": "",
    "pronunciation": "NO-VEM-BER"
  },
  {
    "letter": "O",
    "telephony": "Oscar",
    "morse": "---",
    "pronunciation": "OSS-CAH"
  },
  {
    "letter": "P",
    "telephony": "Pap",
    "morse": "·--·",
    "pronunciation": "PAH-PAH"
  },
  {
    "letter": "Q",
    "telephony": "Quebec",
    "morse": "--·-",
    "pronunciation": "KEY-BECK"
  },
  {
    "letter": "R",
    "telephony": "Romeo",
    "morse": "·-·",
    "pronunciation": "ROW-ME-OH"
  },
  {
    "letter": "S",
    "telephony": "Sierra",
    "morse": "···",
    "pronunciation": "SEE-AIR-RAH"
  },
  {
    "letter": "T",
    "telephony": "Tango",
    "morse": "-",
    "pronunciation": "TANG-GO"
  },
  {
    "letter": "U",
    "telephony": "Uniform",
    "morse": "··-",
    "pronunciation": "YOU-NEE-FORM"
  },
  {
    "letter": "V",
    "telephony": "Victor",
    "morse": "···-",
    "pronunciation": "VIK-TAH"
  },
  {
    "letter": "W",
    "telephony": "Whiskey",
    "morse": "·--",
    "pronunciation": "WISS-KEY"
  },
  {
    "letter": "X",
    "telephony": "Xray",
    "morse": "-··-",
    "pronunciation": "ECKS-RAY"
  },
  {
    "letter": "Y",
    "telephony": "Yankee",
    "morse": "-·--",
    "pronunciation": "YANG-KEY"
  },
  {
    "letter": "Z",
    "telephony": "Zulo",
    "morse": "--··",
    "pronunciation": "ZOO-LOO"
  }
]

References