STANDS4 Web Services:

Anagrams API

The Anagrams API from STANDS4 enables you to get classified anagrams and scrambles content for a given term. Use the Anagrams REST API to customize your request with parameters such as category id, sort by, search type or a combination of any of them.

Request URL:

https://www.stands4.com/services/v2/ana.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 search anagrams 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/ana.php?uid=1001&tokenid=tk324324324&term=sweet&format=xml

Response elements:

Element Description
results

Contains all of the query responses

result

Contains each individual response

anagram

Anagrams found for term

numwords

Number of words the anagram consist of

Sample response:

<?xml version="1.0" encoding="UTF-8"?>
<results>
    <result>
        <anagram>weste</anagram>
        <numwords>1</numwords>
    </result>
    <result>
        <anagram>we set</anagram>
        <numwords>2</numwords>
    </result>
</results>
{
	"results": {
		"result": [
			{
				"anagram": "weste",
				"numwords": "1"
			},
			{
				"anagram": "we set",
				"numwords": "2"
			}
		]
	}
}

Want to use this service?

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

For a premium commercial license, please contact us.

Apply here


Browse Anagrams.net