Build vocabulary through word relationships, synonyms, and antonym pairs.
Learning words in isolation is inefficient. Understanding how words relate to each other - synonyms, antonyms, and semantic connections - creates stronger memory associations.
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.
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);