Help language learners understand words through their opposites.
Language learners benefit from understanding word relationships. Learning antonym pairs helps solidify vocabulary understanding and recall.
Build vocabulary exercises that teach words in antonym pairs. Create flashcards, quizzes, and games that reinforce word meanings through opposites.
const res = await fetch("https://api.apiverve.com/v1/antonym?word=happy", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);