API Reference

Access precise definitions and meanings for any word in over 50 languages with our Dictionary API. Whether you’re looking to expand your vocabulary, translate across multiple languages, or enhance your app’s linguistic capabilities, our service provides accurate and reliable word meanings instantly. Perfect for developers building multilingual applications or anyone in need of a comprehensive language resource.

Response Schema

{
    "type": "object",
    "properties": {
      "dictionary": {
        "type": "object",
        "properties": {
          "definition": {
            "type": "string",
            "description": "The definition of the word or term."
          },
          "synonyms": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "A list of synonyms related to the word or term."
          },
          "antonyms": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "A list of antonyms related to the word or term."
          },
          "examples": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "A list of example sentences using the word or term."
          }
        },
        "required": ["definition", "synonyms", "antonyms", "examples"],
        "additionalProperties": false
      }
    },
    "required": ["dictionary"],
    "additionalProperties": false
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!