Random Word Generator

Send a GET request to the following to generate a random...

To generate a word starting with a specific letter, append /letter to the above urls.

Sample call:

/random/noun/a

To get a certain number of words, append ?count=N to the above urls.

Sample calls:

/random/noun/a?count=3
/random/adjective?count=5

This is a temporary page. Site is a work in progress.

Inspired by https://random-word-api.herokuapp.com/