Wordle (ES) solutions

API that provides Wordle (ES) solutions in JSON format.

From 2022-01-07 to 2023-09-15.

Game URL: https://wordle.danielfrg.com/

Usage

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.

Output example

Why?

Weekend project. Unlike original Wordle version, solutions are (client-side) encrypted. Seemed funny to script.

Future work (not me)

Maybe a front-end?

Disclaimer

Crappy code.

GitHub - alvarontwrk/wordle-solutions at pythonawesome.com
API that provides Wordle (ES) solutions in JSON format. - GitHub - alvarontwrk/wordle-solutions at pythonawesome.com