Welcome to the a04: Wordle API!
This app exposes two API endpoints to simplify the process of developing your Wordle app.
These APIs can be accessed as follows:
GET /api/word-valid/[word]
Determines if a given 5-letter word is a valid guess (word exists in the dictionary).
GET /api/random-word/
Generates a random 5-letter word. This can be used when you load your Wordle game to set the target word.