Find words that rhyme with any input word. Get perfect rhymes, near rhymes, and phonetically similar words. Essential for poets, songwriters, lyricists, and creative writing applications.
{
"status": "ok",
"error": null,
"data": {
"word": "blue",
"rhymeCount": 10,
"rhymes": [
"deblois",
"ballou",
"bellew",
"carilou",
"chaloux",
"clue",
"flew",
"flu",
"flue",
"glew"
]
}
}






Find words that rhyme with any input word. Get perfect rhymes, near rhymes, and phonetically similar words. Essential for poets, songwriters, lyricists, and creative writing applications.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/wordrhymes?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ word, rhymeCount, rhymes, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseProvide instant rhyme suggestions while writing lyrics. Keep the creative flow going with immediate access to rhyming words.
Provide comprehensive rhyme lookups for any word. Support various poetic forms from sonnets to free verse with instant rhyme suggestions.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/wordrhymes?word=blue&limit=30", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog