Validate Word
GET /wordle/validateParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/wordle/validate?word=flame"curl -X POST "https://api.uwuapps.org/wordle/validate" \
-H "Content-Type: application/json" \
-d '{"word": "flame"}'Response (valid word)
{
"success": true,
"word": "flame",
"length": 5,
"valid": true
}Response (not in word list)
Response fields
Field
Description
Notes
Last updated
Was this helpful?
