This project was made for educational purposes. This API is hosted in Vercel.
- Main URL:
words-api-zeta.vercel.app
/random
{
"word": A random word,
"uuid": An unique ID asssociated with the word
}
500 - No words in the database
500 - DB Connection exception
/find_by_id/<string:id>
{
"word": A specific word,
"uuid": The uuid used in the search
}
400 - Invalid UUID format
404 - The UUID isn't in the database
500 - DB Connection exception