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=bfm

Find matching 5-letter words

Example response{"results": ["PEARL","REGAL","TEAL"], "count": 3}
GET

Scrabble Finder

https://cluesolver.io/api/scrabble?rack=AEILNRT&min=4

Find valid Scrabble words from rack

Example response{"results": [{"word":"RETINAL","score":7},{"word":"LATRINE","score":7}]}
GET

Anagram

https://cluesolver.io/api/anagram?letters=listen

Find all anagrams

Example response{"exact": ["LISTEN","SILENT","TINSEL","ENLIST"], "count": 4}
GET

Crossword

https://cluesolver.io/api/crossword?clue=french+river&length=5

Find 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.