khzaw/athena

English dictionary public API suggestions?

khzaw opened this issue · 3 comments

English dictionary public API suggestions?

Just saw this one on HN https://www.wordsapi.com

GET https://www.wordsapi.com/words/cat?accessToken=[yourToken]

Response

{
  "results": [
    {
      "definition": "an informal term for a youth or man",
      "partOfSpeech": "noun",
      "synonyms": [
        "bozo",
        "guy",
        "hombre",
        "sod"
      ],
      "typeOf": [
        "adult male",
        "man"
      ]
    }
  ]
}

@yelinaung Thanks. I haven't had time to work on athena yet. But will definitely look into it, when I can.