Find synonyms and similar words for any English term. Returns a list of words with similar meanings. Perfect for writing enhancement tools, SEO content optimization, word games, and vocabulary building applications.
{
"status": "ok",
"error": null,
"data": {
"word": "big",
"similarCount": 50,
"similarWords": [
"large",
"ample",
"sizable",
"sizeable",
"astronomic",
"astronomical",
"galactic",
"bigger",
"larger",
"biggest",
"greatest",
"largest",
"biggish",
"largish",
"blown-up",
"enlarged",
"bouffant",
"puffy",
"bulky",
"capacious",
"colossal",
"prodigious",
"stupendous",
"cosmic",
"deep",
"double",
"elephantine",
"gargantuan",
"giant",
"jumbo",
"enormous",
"tremendous",
"epic",
"heroic",
"larger-than-life",
"extensive",
"extended",
"gigantic",
"mammoth",
"great",
"hulking",
"hulky",
"huge",
"immense",
"vast",
"Brobdingnagian",
"humongous",
"banging",
"thumping",
"whopping"
]
}
}






Find synonyms and similar words for any English term. Returns a list of words with similar meanings. Perfect for writing enhancement tools, SEO content optimization, word games, and vocabulary building applications.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/thesaurus?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ word, similarCount, similarWords, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseIntegrate our Thesaurus API to suggest synonyms in real-time. Highlight repeated words and offer one-click replacements. Use similarity scores to ensure suggestions maintain the intended meaning.
Use synonyms to naturally vary keyword usage. Include related words to demonstrate topical authority. The semantic similarity scores help maintain relevance while diversifying language.
Present new vocabulary with their synonyms and antonyms. Show word relationships to build semantic networks in learners' minds. Use antonym pairs for contrast-based learning.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/thesaurus?word=big", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog