Words Dictionary API
/ --- Returns nothing. /words --- Returns 100 words from a-z. /words/limit=limit(10) --- Returns 10 words from a-z. /word/:word(specific words) --- Returns specific word /words/:letter(e.x: a)-:letter(e.x:c) --- Returns 100 words from letter(a) to letter(c). /words/:letter(e.x: a)-:letter(e.x:c)/:limit(e.x:50) --- Returns 50 words from letter(a) to letter(c), limit must be lower than 1001.…
Words Dictionary API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/words /words |
Returns **100 ** words from** a**-**z** |
| GET |
Get Specific Word Only /word/{wordName} |
Returns only specific word |
Words Dictionary API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|