Dictionaries — entry 012 of 12
Words
WordsAPI is a RapidAPI-hosted REST dictionary/thesaurus returning JSON definitions, synonyms, antonyms, rhymes, pronunciations, and word-frequency data across more than 150,000 English words — its own docs still show code samples calling the deprecated `wordsapiv1.p.mashape.com` host with an `X-Mashape-Key` header, but that legacy domain now refuses every request and a current RapidAPI key against the live `.p.rapidapi.com` proxy is required instead. A live unauthenticated request against that real proxy host returned a reflected `access-control-allow-origin` header plus `access-control-allow-credentials: true`, confirming CORS; its free tier covers 2,500 requests/day before paid plans starting at $10/month raise the ceiling to 25,000+/day.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.