<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ApiDocumentation><apiVersion>4.0</apiVersion><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getExamples</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return examples for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>Show duplicate examples from different sources</description><name>includeDuplicates</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>0</defaultValue><description>Results to skip</description><name>skip</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>5</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>exampleSearchResults</responseClass><summary>Returns examples for a word</summary></operations><path>/word.{format}/{word}/examples</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>String value of WordObject to return</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>true</defaultValue><description>Return suggestions (for correct spelling, case variants, etc.)</description><name>includeSuggestions</name><paramType>query</paramType><required>false</required></parameters><responseClass>wordObject</responseClass><summary>Given a word as a string, returns the WordObject that represents it</summary></operations><path>/word.{format}/{word}</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No definitions found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getDefinitions</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return definitions for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>200</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>noun</values><values>adjective</values><values>verb</values><values>adverb</values><values>interjection</values><values>pronoun</values><values>preposition</values><values>abbreviation</values><values>affix</values><values>article</values><values>auxiliary-verb</values><values>conjunction</values><values>definite-article</values><values>family-name</values><values>given-name</values><values>idiom</values><values>imperative</values><values>noun-plural</values><values>noun-posessive</values><values>past-participle</values><values>phrasal-prefix</values><values>proper-noun</values><values>proper-noun-plural</values><values>proper-noun-posessive</values><values>suffix</values><values>verb-intransitive</values><values>verb-transitive</values></allowableValues><dataType>string</dataType><description>CSV list of part-of-speech types</description><name>partOfSpeech</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>true</values><values>false</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>Return related words with definitions</description><name>includeRelated</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>true</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>all</values><values>ahd</values><values>century</values><values>wiktionary</values><values>webster</values><values>wordnet</values></allowableValues><dataType>string</dataType><description>Source dictionary to return definitions from.  If 'all' is received, results are returned from all sources. If multiple values are received (e.g. 'century,wiktionary'), results are returned from the first specified dictionary that has definitions. If left blank, results are returned from the first dictionary that has definitions. By default, dictionaries are searched in this order: ahd, wiktionary, webster, century, wordnet</description><name>sourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>Return a closed set of XML tags in response</description><name>includeTags</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[definition]</responseClass><summary>Return definitions for a word</summary></operations><path>/word.{format}/{word}/definitions</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getTopExample</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch examples for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><responseClass>example</responseClass><summary>Returns a top example for a word</summary></operations><path>/word.{format}/{word}/topExample</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getRelatedWords</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch relationships for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>synonym</values><values>antonym</values><values>variant</values><values>equivalent</values><values>cross-reference</values><values>related-word</values><values>rhyme</values><values>form</values><values>etymologically-related-term</values><values>hypernym</values><values>hyponym</values><values>inflected-form</values><values>primary</values><values>same-context</values><values>verb-form</values><values>verb-stem</values><values>has_topic</values></allowableValues><dataType>string</dataType><description>Limits the total results per type of relationship type</description><name>relationshipTypes</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableRangeValues"><valueType>RANGE</valueType></allowableValues><dataType>int</dataType><defaultValue>10</defaultValue><description>Restrict to the supplied relatinship types</description><name>limitPerRelationshipType</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[related]</responseClass><summary>Given a word as a string, returns relationships from the Word Graph</summary></operations><path>/word.{format}/{word}/relatedWords</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No definitions found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getEtymologies</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[String]</responseClass><summary>Fetches etymology data</summary></operations><path>/word.{format}/{word}/etymologies</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getTextPronunciations</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get pronunciations for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return a correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>ahd</values><values>century</values><values>cmu</values><values>macmillan</values><values>wiktionary</values><values>webster</values><values>wordnet</values></allowableValues><dataType>string</dataType><description>Get from a single dictionary</description><name>sourceDictionary</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>ahd</values><values>arpabet</values><values>gcide-diacritical</values><values>IPA</values></allowableValues><dataType>string</dataType><description>Text pronunciation type</description><name>typeFormat</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>50</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[textPron]</responseClass><summary>Returns text pronunciations for a given word</summary></operations><path>/word.{format}/{word}/pronunciations</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No scrabble score found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getScrabbleScore</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get scrabble score for.</description><name>word</name><paramType>path</paramType><required>true</required></parameters><responseClass>long</responseClass><summary>Returns the Scrabble score for a word</summary></operations><path>/word.{format}/{word}/scrabbleScore</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getHyphenation</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get syllables for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return a correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Get from a single dictionary. Valid options: ahd, century, wiktionary, webster, and wordnet.</description><name>sourceDictionary</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>50</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[syllable]</responseClass><summary>Returns syllable information for a word</summary></operations><path>/word.{format}/{word}/hyphenation</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No results.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getWordFrequency</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>1800</defaultValue><description>Starting Year</description><name>startYear</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>2012</defaultValue><description>Ending Year</description><name>endYear</name><paramType>query</paramType><required>false</required></parameters><responseClass>frequencySummary</responseClass><summary>Returns word usage over time</summary></operations><path>/word.{format}/{word}/frequency</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getPhrases</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch phrases for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>5</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>0</defaultValue><description>Minimum WLMI for the phrase</description><name>wlmi</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>false</values><values>true</values></allowableValues><dataType>string</dataType><defaultValue>false</defaultValue><description>If true will try to return the correct word root ('cats' -&gt; 'cat'). If false returns exactly what was requested.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[bigram]</responseClass><summary>Fetches bi-gram phrases for a word</summary></operations><path>/word.{format}/{word}/phrases</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getAudio</nickname><notes>The metadata includes a time-expiring fileUrl which allows reading the audio file directly from the API.  Currently only audio pronunciations from the American Heritage Dictionary in mp3 format are supported.</notes><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get audio for.</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><defaultValue>false</defaultValue><description>Use the canonical form of the word</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>int</dataType><defaultValue>50</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[audioFile]</responseClass><summary>Fetches audio metadata for a word.</summary></operations><path>/word.{format}/{word}/audio</path></apis><basePath>http://api.wordnik.com/v4</basePath><models/><resourcePath>/word</resourcePath><swaggerVersion>1.0</swaggerVersion></ApiDocumentation>