Reverse Dictionary API avatar
Reverse Dictionary API

Pricing

$9.99/month + usage

Go to Store
Reverse Dictionary API

Reverse Dictionary API

Developed by

EasyApi

EasyApi

Maintained by Community

Find words that match your descriptions, unlike traditional dictionaries. It can solve the tip-of-the-tongue problem, assist new language learners, and support individuals with anomia. Simply describe what you're thinking, and let the API provide the perfect word for you!

0.0 (0)

Pricing

$9.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

8 months ago

🔄 Reverse Dictionary API

A Reverse Dictionary is a powerful tool that provides words semantically matching your query descriptions, unlike a traditional dictionary that offers definitions for specific words.

🌟 What Can a Reverse Dictionary Do?

  • Solve the Tip-of-the-Tongue Problem: Effortlessly retrieve words that elude your memory.
  • Assist Language Learners: Help new language learners find the right words to express their thoughts.
  • Support Anomia Patients: Aid individuals who can describe objects but struggle to name them due to neurological disorders.

🚀 How It Works

Simply input a description or phrase, and receive a list of words that match your criteria, making it easier to find the precise term you need.

🌍 Join Us Today!

Enhance your vocabulary and communication skills with the Reverse Dictionary API. Perfect for anyone looking to improve their language proficiency!

Input

A full explanation of an input example in JSON.

{
"description": "jump for fun"
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"word": "jump for fun",
"score": 2147483647
},
{
"word": "frolic",
"score": 110099641
},
{
"word": "bounce",
"score": 110098641
},
{
"word": "leap",
"score": 110097641
},
{
"word": "spring",
"score": 110096641
},
{
"word": "hop",
"score": 110095641
},
{
"word": "tramper",
"score": 109999641
},
{
"word": "trudgeon",
"score": 109999641
},
{
"word": "bimble",
"score": 109999640
},
...
]