Sponsored

Last Update: 03/11/2018

Sentence Examples 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 Sentence Examples API will return several sentence example relating to the requested word.

Examples

Our API returns all calls in an XML format.

http://www.wordgamedictionary.com/api/v1/references/sentence-examples/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/sentence-examples/test?key=x.xxxxxxxxxxxxxxxxxx&total=2

Example Output

                
<?xml version="1.0"?>
  <entry>
    <word>test</word>
    <example>I had to take a test at school and I found out I got an A.</example>
    <example>I like to test my application out before I allow my students to use it for their class work to make sure it is going to work.</example>
  </entry>
                                

Tag Explinations

<entry> = Each word is seperated by the "entry" tag
<word> = The word in which you are checking
<example> = The associated sentence example


Developer Login

create account