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

Today's Random Word: Arcanum

calendar_today January 21, 2015 person Unknown domain words

You can now use the API to retrieve a random word, optionally matching search criteria. The basic endpoint is the same as the Search endpoint, you’ll just need to append a “random=true” to the request, like so: https://www.wordsapi.com/words/?random=true The response back will be a single JSON word document, that should look something like this: { “word”: “arcanum”, “frequency”: 2.02, “results”: [ { “definition”: “information known only to a special group”, “partOfSpeech”: “noun”, “synonyms”: [ “secret” ], “typeOf”: [ “information”, “info” ], “hasTypes”: [ “cabbalah”, “countersign”, “esoterica

open_in_new Read original post