Thesaurus

Find synonyms and antonyms for any word. Perfect for vocabulary building, writing assistance, and educational applications.

Get API Key

Overview

Use Cases

  • Writing assistance and enrichment tools
  • Vocabulary learning applications
  • Word game development
  • Educational platforms and flashcards
  • Content creation and SEO tools

Features

Synonyms and antonyms in a single request
Case-insensitive lookup
Curated English word dataset
Fast, low-latency in-memory responses

API Endpoints

Thesaurus Lookup

Returns synonyms and antonyms for the given word.

GET
https://api.requiems.xyz/v1/text/thesaurus/{word}

Parameters

Name Type Required Description
word string Required The word to look up in the thesaurus

Try it out

Live Demo
Request

The word to look up in the thesaurus

Response Fields

Field Type Description
word string The normalized (lowercased) word that was looked up
synonyms array of strings List of words with similar meaning
antonyms array of strings List of words with opposite meaning

Code Examples

curl https://api.requiems.xyz/v1/text/thesaurus/happy \
  -H "requiems-api-key: YOUR_API_KEY"

Error Responses

not_found

The word was not found in the thesaurus dataset.

bad_request

The word path parameter is missing.

Frequently Asked Questions