API that provides Wordle (ES) solutions in JSON format
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/ 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. 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 […]
Read more