List Word Synonyms API

Return synonyms of a word.

GET
https://api.apileague.com/list-synonyms
Example Request and Response
GET
https://api.apileague.com/{{ examples.getListSynonyms }}
{
    "synonyms": [
        "aeroplane",
        "plane",
        "heavier-than-air craft"
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}

Frequently Asked Questions

How many synonyms does it return?

The API returns a list of synonyms, the number of which depends on the word and its richness in the language. It aims to provide the most relevant and common synonyms.

Does it work for phrases?

The API is primarily designed for single words, but it may handle some common short phrases or compound words.

Are the synonyms ranked by relevance?

The returned list is generally ordered by relevance and usage frequency, with the most common synonyms appearing first.

How is the Synonyms API different from the Stem Text API?

The Synonyms API finds different words with similar meanings, while the Stem Text API reduces a word to its root form.

Questions? Need Help? Ask Away