meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.

Home Page:https://dictionaryapi.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Add the ability to request a random word

Logboy2000 opened this issue · comments

I currently use a separate 'random word' API and will run into issues where your API doesn't have one of their words and vice versa.

It would be highly appreciated if you could add an endpoint that returns a random word from your list so this is no longer an issue.
e.g. (https://api.dictionaryapi.dev/api/v2/random/en)

The project includes the wordlist in the meta/wordlist file, each word is on a separate line. If you choose a random line and read it, you will get a random word that matches to the API. Hope that helps.