Random Word API
Limit of 500,000 requests/month as per RapidAPI's limitations over free plans. No other limitations, you may use this API as much as you want.
Random Word API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Word /get_word |
Returns a random word. No parameters. Just randomness. |
| GET |
Get French Word /french_word |
Same as random word, but grabs a random french word instead. |
| GET |
Get Word by Length /L/{length} |
Returns a random word that has the specified length. For example, 7 will return any word that is 7 letters long, such as "swallow". |
| GET |
Get Word by Start /S/{start} |
Returns a random word that starts with the specified string. For example, "fru" will only return words that start with "fru", such as "fruit" |
| GET |
Get Word by Contain /C/{substring} |
Returns a random word that contains a certain string. For example, if the string is "le" then you will get any word that contains the string, whether it's at **the start, the end… |
| GET |
Get Word by Length and Start /LS/{length}/{start} |
Returns a random word of specified length and that starts with specified string. For example, 7 and "fru" will return any word that is 7 letters long and starts with "fru", such… |
| GET |
Get Word by Length and Contain /LC/{length}/{substring} |
Returns a random word that contains a certain string and contains a certain amount of letters. For example, if the substring is "le" and the length "7", you will get a word that… |
| GET |
Get Word by Start and Contain /SC/{start}/{substring} |
Returns a random word that starts with a certain string and contains a certain string. For example, if the start is "fru" and the substring is "le", you will get a word that… |
| GET |
Get Word by Length, Start and Contain /LSC/{length}/{start}/{substring} |
Returns a random word that is a certain amount of characters long, starts with a certain string and contains a certain string. For example, if the length is 7, the start "fru"… |
Random Word API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|