English dictionary public API suggestions?
khzaw opened this issue · 3 comments
khzaw commented
English dictionary public API suggestions?
yelinaung commented
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 commented
And the wrappers
http://restunited.com/releases/424223873313015558/wrappers
khzaw commented
@yelinaung Thanks. I haven't had time to work on athena yet. But will definitely look into it, when I can.