Datamuse
Word-finding query engine
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Open Source Projects
- Documentation / URL
- https://www.datamuse.com/api/
Overview
Datamuse is a word-finding query engine: find words that rhyme, mean the same, sound similar, or fit a spelling pattern — with frequency scores and part-of-speech tags. Free, keyless, and a joy for writers, word games, and search-as-you-type features.
Quick Start
Words similar in meaning (verified live):
curl "https://api.datamuse.com/words?ml=happy&max=3"
[
{"word": "pleased", "score": 40004395, "tags": ["syn", "adj"]},
{"word": "blissful", "score": 40004156, "tags": ["syn", "adj"]},
{"word": "joyful", "score": 39978682, "tags": ["syn", "adj"]}
]
Rhymes:
curl "https://api.datamuse.com/words?rel_rhy=cat"
Sounds like:
curl "https://api.datamuse.com/words?sl=bananna"
Spelling pattern (crossword help):
curl "https://api.datamuse.com/words?sp=m?n??"
Words for autocomplete suggestions:
curl "https://api.datamuse.com/sug?s=interes"
Key parameters
| Param | Meaning |
|---|---|
ml |
words with a similar meaning |
rel_rhy / rel_nry |
rhymes / near-rhymes |
sl |
sounds like |
sp |
spelling pattern (? = any letter, * = any letters) |
sug |
prefix suggestions (autocomplete) |
max |
result limit |
Authentication
None — keyless.
Rate Limits & Notes
- Free; the docs ask for no more than ~1 request/second from a single IP (bursts are fine).
- Results include
score(frequency-based) andtags(part of speech,syn,n…) — use them for ranking and filtering. sugendpoint is ideal for type-ahead search boxes.
FAQ
Is Datamuse free? Yes — free and keyless (≈1 req/s per IP).
Can I use it for autocomplete?
Yes — the /sug endpoint returns prefix suggestions.
Do results include part of speech?
Yes — the tags array includes PoS tags like adj, n, v.
More in Open Source Projects
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Countly Countly web analytics | No auth | No | Unknown | ↗ |
| Creative Commons Catalog Search among openly licensed and public domain works | OAuth | Yes | Yes | ↗ |
| Drupal.org Drupal.org | No auth | Yes | Unknown | ↗ |
| Evil Insult Generator Evil Insults | No auth | Yes | Yes | ↗ |
| GitHub Contribution Chart Generator Create an image of your GitHub contributions | No auth | Yes | Yes | ↗ |