spell-checkDictionary API

API for fetching English Word meaning, definition, audio, etc.

A Dictionary API is like having a powerful dictionary at your fingertips, providing definitions, synonyms, antonyms, and pronunciations. It's the perfect tool for building apps and websites that need linguistic information for education, language learning, writing tools, and more.

Base URL

The base URL for the Dictionary API is:

https://santechapi.vercel.app

Authentication

headers : {
"token" : {YOUR API KEY}
}

Endpoint: /dictionary/search/{word}

Parameters:

  • {word}: An English word.

HTTP Method: GET

Example Request:

GET /dictionary/search/duck

Example Response:

200

The response includes all the details about the English words.

Error Handling

In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.

Example Error Response:

400

If you have any further questions or need additional assistance, feel free to ask.

Last updated

Was this helpful?