Sponsored

Last Update: 03/11/2018

Anagram Solver API

This part of the API is only accessed through one of our commercial accounts. You will need to upgrade from our free account to be able to use this. Our Anagram Solver API will return several words for each set of letters entered.

Examples

Our API returns all calls in an XML format.

http://www.wordgamedictionary.com/api/v1/references/anagrams/test?key=x.xxxxxxxxxxxxxxxxxx

Additional Parameters

If you would like to specify the total number of words to be returned you can add [total=x]

Example

http://www.wordgamedictionary.com/api/v1/references/anagrams/test?key=x.xxxxxxxxxxxxxxxxxx&total=2

Example Output

                
<?xml version="1.0"?>
  <entry>
    <letters>test</letters>
    <word>es</word>
    <word>et</word>
    <word>te</word>
    <word>est</word>
    <word>set</word>
    <word>tet</word>
    <word>tes</word>
    <word>test</word>
    <word>stet</word>
    <word>sett</word>
    <word>tets</word>
  </entry>
                                

Tag Explinations

<entry> = Main container that contains the results
<letters> = The letters you are checking
<word> = The associated word


Developer Login

create account