API that provides Wordle (ES) solutions in JSON format.
From 2022-01-07 to 2023-09-15.
Game URL: https://wordle.danielfrg.com/
curl https://wordle-solutions.herokuapp.com/<date-iso-format>
Examples:
curl https://wordle-solutions.herokuapp.com/ # Returns all solutions
curl https://wordle-solutions.herokuapp.com/2022-02-06 # Returns solution of the day
Recommendation: use jq to parse.
Weekend project. Unlike original Wordle version, solutions are (client-side) encrypted. Seemed funny to script.
Maybe a front-end?
Crappy code.