/dictionary

All the words of the English dictionary and their meanings.

Dictionary

Contains all the words of the English language. They exist in the form:

[
  {
    "word": "Word",
    "type": "(n.)",
    "description": "Talk; discourse; speech; language."
  },
  {
    "word": "Word",
    "type": "(n.)",
    "description": "Account; tidings; message; communication; information; -- used only in the singular."
  }
]

Credits

This was inspired by Eddy's dictionary db. I felt the need to break it down so that it's not resource intensive when loading.