word-finder
Word-Finder API Check out the about link for easier to read information about this API. /word-finder/valid letters/misplaced letters/excluded letters/number of words to return valid letters: Use an * for an unknown letter in a word, e.g. p*zza misplaced letters: Enter letters that are in the word but not in the correct position, * for no letters e.g., als excluded letters: Enter letters that are…
word-finder endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
word-finder /word-finder/{valid-letters}/{misplaced-letters}/{excluded-letters}/{number-of-words-to-return} |
Returns a list of words based on known letters, misplaced letters, and excluded letters. Can optionally enter a number to limit the number of words returned. If no misplaced… |
| GET |
random-words /random-words/{word-length}/{number-of-words-to-return} |
Returns a random list of words containing a specific number of letters. For example, return a random list of ten five-letter words. |
| GET |
word-finder-plus /word-finder-plus/{valid-letters}/{misplaced-letters}/{excluded-letters}/{number-of-words-to-return} |
Returns a list of matching words, the score of the word based on a popular word game's letter points, along with the ranking of the word with respect to frequency of use in the… |
| GET |
word-score /word-score/{word} |
Returns the score for the specified word based on the letter points of a popular word game. |
| GET |
word-rank /word-rank/{word} |
Returns numeric ranking for how frequently used the word is. Lower ranking are more frequently used words. |
| GET |
help /help |
Documentation |
| GET |
root / |
Root |
word-finder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|