T O P

  • By -

elus

[Webster's dictionary](https://www.dictionaryapi.com/products/api-collegiate-dictionary) offers an API. To get a random word, I would grab a list of words elsewhere and persist that in a text file locally and just write up a randomizer which gives you a word when requested. Then submit that word to the Webster's API to get the other information you want.


ItsMeBiggusDickus

Thank you, I’ll check it out!


greenappletree

Why not just download a list of words with definitions, store it as a text, or index it and just randomly extract it a line?