https://wordsapiv1.p.mashape.com/words/?hasDetails=hasUsages,hasCategories
{
"query": {
"hasDetails": "hasUsages,hasCategories",
"limit": 100,
"page": 1
},
"results": {
"total": 7,
"data": [
"humor",
"humour",
"trademark",
"wit",
"witticism",
"wittiness",
"yiddish"
]
}
}
You can also use this to search for random words, like so:
https://wordsapiv1.p.mashape.com/words/?hasDetails=typeOf&frequencyMin=2&frequencyMax=3&random=true
{
"word": "gloaming",
"results": [
{
"definition": "the time of day immediately following sunset",
"partOfSpeech": "noun",
"synonyms": [
"crepuscle",
"crepuscule",
"dusk",
"evenfall",
"fall",
"gloam",
"nightfall",
"twilight"
],
"typeOf": [
"hour",
"time of day"
],
"hasTypes": [
"night"
],
"partOf": [
"eve",
"eventide",
"even",
"evening"
]
}
],
"syllables": {
"count": 2,
"list": [
"gloam",
"ing"
]
},
"pronunciation": {
"all": "'gloʊmɪŋ"
},
"frequency": 1.73
}
For other ways to search for words, be sure to check out the documentation.