This api will return random nouns.
To get a random noun: https://words-api.netlify.app/.netlify/functions/getword
To get a noun within a specific range of letters: https://words-api.netlify.app/.netlify/functions/getword?min=3&max=5
You can get up to 30 words at one time by specifying the number: https://words-api.netlify.app/.netlify/functions/getword?number=5&min=4&max=5