Word Meaning

Description: Provides definitions, synonyms, antonyms, and usage examples for words and phrases.

API Response Structure:

{
  "word": "example",
  "definitions": [
    {
      "partOfSpeech": "noun",
      "meaning": "A representative form or pattern",
      "examples": ["This is a good example of modern architecture"]
    }
  ],
  "synonyms": ["model", "sample", "specimen"],
  "antonyms": [],
  "type": "instantAnswers",
  "configType": "wordMeaning"
}

Fields:

  • word (string): The queried word

  • definitions (array): List of definitions

    • partOfSpeech (string): Grammatical category

    • meaning (string): Definition text

    • examples (array): Usage examples

  • synonyms (array): List of synonyms

  • antonyms (array): List of antonyms

  • type (string): Always "instantAnswers"

  • configType (string): Always "wordMeaning"