Antonym Finder API

GET

Find direct antonyms for any word across languages.

Antonym Finder looks up words with opposite meanings along with their parts of speech across supported languages. Pass any term and an optional language code to receive an array of antonyms.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/antonym?word=happy
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "partOfSpeech": "adjective",
    "word": "happy",
    "language": "en",
    "antonyms": [
      "sad",
      "unhappy",
      "miserable",
      "depressed",
      "glum"
    ]
  }
}

About the Antonym Finder API

Submit a target word and an optional language parameter, which defaults to English. The endpoint checks the term to return an array of direct antonyms. It also identifies the grammatical part of speech, omitting that field whenever an input word is unrecognised.

What people use it for

Vocabulary Flashcard Building
EdTech platforms show opposite terms next to word definitions to help students prepare for standardized language exams.
Content Rewriting Assistance
In text editors, writing assistants suggest contrasting phrasing by retrieving antonyms and parts of speech for highlighted text.
Automated Quiz Generation
To generate fill-in-the-blank questions automatically, course creators query antonyms to build multiple-choice distractors for reading tests.
Customer Review Analysis
When evaluating customer reviews, text processing pipelines inspect antonym lists to detect negation and tonal shifts.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Antonym Finder

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Antonym Finder API.

Read the docs
How many word lookups does the Free plan cover?
The Free plan includes 200 monthly credits, which covers 10 word lookups each month at 20 credits per call. For higher volume, the Starter plan covers up to 10,000 lookups a month, which works out to about $0.003 per call or $3.00 per 1,000 calls.
Can I find antonyms in languages other than English?
Yes, you can request antonyms in different languages using the language parameter. If you do not provide a language, the lookup defaults to English.
Does a query return multiple antonyms for a word?
Yes, the API returns a list of opposite words in an array. When a word has multiple valid opposites, all identified antonyms are included in that single response.
Do I have to supply a language code for standard English lookups?
No, the language parameter is completely optional. Any query sent without it automatically processes in English.
Can I look up antonyms for multi-word phrases?
The API accepts a single word string in the required word parameter. It is designed to analyze individual words rather than full sentences or long expressions.

Ready to build with Antonym Finder? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs