Word Checker API
The word checker API offers the following endpoints: - Anagram Solver: get a list of all potential anagrams that can be made from a collection of letters. - Random Word Generator: generate a random word between 2 to 15 characters in length and filter what letters the word starts, contains, and ends with. - Random Word List: generate a list of words at random. - Random Anagram Generator: generate…
Word Checker API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check / |
The services status and version SHA |
| GET |
Anagram Solver /v1/tools/anagram-solver/{letters} |
Our anagram solver API unscrambles every possible word from a collection of letters. |
| GET |
Random Word Generator /v1/generator/random-word |
The random word API simply generates a word at random from our dictionary. You can request a word that contains specific letter patterns or is a specific length. |
| GET |
Random Word List /v1/generator/random-word-list |
The random word API generates a list of words at random of a set length. It's a great option when you need multiple words for use cases such as word games or writing prompts. |
| GET |
Random Anagram Generator /v1/generator/random-anagram |
The random anagram API generates a anagram and answer pair at random. It can be configured to return anagrams of varying difficulty levels from easy to hard. |
| GET |
Random Compliment Generator /v1/generator/random-compliment |
Generate a random compliment, with the option to select a category the compliment falls in. |
Word Checker API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|