How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Searching for Words by Detail Type

calendar_today January 30, 2015 person Unknown domain words

We’ve expanded the Words API search functionality so that you can now search for words that have one or more detail types. For instance, if you wanted to find words that have both “hasUsages” and “hasCategories” relationships, you would call the API like this: 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://

open_in_new Read original post