meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
https://dictionaryapi.dev/
GNU General Public License v3.0
2.53k stars 255 forks source link

How could we get a random word from this dictionary? #131

Open Kimeiga opened 2 years ago

Kimeiga commented 2 years ago

So far, I have been using this random word api (https://random-word-api.herokuapp.com/word) to query this dictionary api, but it has a lot of words that don't appear in this dictionary. image

Is there a way I can get a random word for this dictionary?

colinrlim commented 2 years ago

https://github.com/meetDeveloper/freeDictionaryAPI/blob/master/meta/wordList/english.txt

AndrewDiMola commented 5 months ago

FYI - The underlying implementation now uses Wiktionary. That list was created before the migration.

For more information: https://github.com/meetDeveloper/freeDictionaryAPI/issues/102