STANDS4 Web Services:

Rhymes API

The Rhymes API from STANDS4 enables you to programmatically get rhyming words for a given term.

Request URL:

https://www.stands4.com/services/v2/rhymes.php

Request parameters:

Parameter Value Required Default Description
uid string Y  

Your API user id

tokenid string Y  

Your valid developer token id

term string Y  

The term you would like to get rhymes for

format string N xml

The format in which you want the result returned (xml or json)

Sample request URL:

https://www.stands4.com/services/v2/rhymes.php?uid=1001&tokenid=tk324324&term=rhyme&format=xml

Response elements:

Element Description
result

Contains the response results

term

The term this result is referring to

rhymes

A comma delimited list of relevant rhymes

Sample response:

<?xml version="1.0" encoding="UTF-8"?>
<result>
    <term>rhyme</term>
    <rhymes>beim, chime, climb, clime, crime, dime, grime, haim, heim, hime, i'm, kime, lime, lyme, mime, prime, rhyme, rime, seim, sime, slime, syme, thyme, time</rhymes>
</result>
{
	"result": {
		"term": "rhyme",
		"rhymes": "beim, chime, climb, clime, crime, dime, grime, haim, heim, hime, i'm, kime, lime, lyme, mime, prime, rhyme, rime, seim, sime, slime, syme, thyme, time"
	}
}

Want to use this service?

The Rhymes API service is free to use for up to 100 queries per day.

For a premium commercial license, please contact us.

Apply here

Browse Rhymes.com

Free, no signup required:

Add to Chrome

Get instant rhymes for any word that hits you anywhere on the web!

Free, no signup required:

Add to Firefox

Get instant rhymes for any word that hits you anywhere on the web!