Free Word Solver API
No authentication required. Rate limit: 1000 requests/hour per IP.
GET
Wordle Solver
https://cluesolver.io/api/wordle?pattern=_e_l_&include=a&exclude=bfmFind matching 5-letter words
Example response
{"results": ["PEARL","REGAL","TEAL"], "count": 3}GET
Scrabble Finder
https://cluesolver.io/api/scrabble?rack=AEILNRT&min=4Find valid Scrabble words from rack
Example response
{"results": [{"word":"RETINAL","score":7},{"word":"LATRINE","score":7}]}GET
Anagram
https://cluesolver.io/api/anagram?letters=listenFind all anagrams
Example response
{"exact": ["LISTEN","SILENT","TINSEL","ENLIST"], "count": 4}GET
Crossword
https://cluesolver.io/api/crossword?clue=french+river&length=5Find crossword answers
Example response
{"results": ["SEINE","RHONE","LOIRE"]}๐ Developer? If you use this API in a project, a backlink to ClueSolver.io is appreciated but not required.