Sponsored

Last Update: 03/11/2018

Reverse Dictionary 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 Reverse Dictionary API will return several results for each phrase entered.

Spaced in phrases should be replaced with

%20

Examples

Our API returns all calls in an XML format.

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

Additional Parameters

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

Example

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

Example Output

                
<?xml version="1.0"?>
  <entry>
    <phrase>test</phrase>
    <data>personality test</data>
    <data>intelligence test</data>
  </entry>
                                

Tag Explinations

<entry> = Each word is seperated by the "entry" tag
<phrase> = The phrase in which you are checking
<data> = The associated reverse dictionary related word


Developer Login

create account