wordnik 4.06.10 → 4.06.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/.gitignore +2 -1
  2. data/Gemfile.lock +23 -22
  3. data/README.md +14 -5
  4. data/api_docs/account.json +1 -1
  5. data/api_docs/analytics.json +1 -1
  6. data/api_docs/corpus.json +1 -1
  7. data/api_docs/document.json +1 -1
  8. data/api_docs/feeds.json +1 -0
  9. data/api_docs/glossary.json +1 -1
  10. data/api_docs/suggest.json +1 -1
  11. data/api_docs/system.json +1 -1
  12. data/api_docs/tag.json +1 -1
  13. data/api_docs/user.json +1 -1
  14. data/api_docs/users.json +1 -1
  15. data/api_docs/word.json +1 -1
  16. data/api_docs/wordList.json +1 -1
  17. data/api_docs/wordLists.json +1 -1
  18. data/api_docs/words.json +1 -1
  19. data/lib/wordnik.rb +8 -2
  20. data/lib/wordnik/configuration.rb +10 -4
  21. data/lib/wordnik/request.rb +20 -33
  22. data/lib/wordnik/resource_modules/corpus.rb +2 -2
  23. data/lib/wordnik/resource_modules/glossary.rb +33 -35
  24. data/lib/wordnik/resource_modules/word.rb +27 -27
  25. data/lib/wordnik/resource_modules/words.rb +2 -2
  26. data/lib/wordnik/response.rb +5 -5
  27. data/lib/wordnik/version.rb +1 -1
  28. data/spec/operation_parameter_spec.rb +0 -4
  29. data/spec/request_spec.rb +1 -1
  30. data/spec/resource_spec.rb +1 -1
  31. data/spec/response_spec.rb +2 -2
  32. data/spec/spec_helper.rb +4 -3
  33. data/wordnik.gemspec +2 -2
  34. metadata +105 -127
  35. data/spec/vcr/crazier_json_request.yml +0 -31
  36. data/spec/vcr/default_response.yml +0 -25
  37. data/spec/vcr/get_dog_images.yml +0 -21
  38. data/spec/vcr/get_word_dynamo.yml +0 -33
  39. data/spec/vcr/unauthorized_response.yml +0 -25
  40. data/spec/vcr/word_resource.yml +0 -25
  41. data/spec/vcr/wordnik_authenticate.yml +0 -31
  42. data/spec/vcr/wordnik_authenticate_fail.yml +0 -172
  43. data/spec/vcr/xml_response_request.yml +0 -25
@@ -1,31 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.xml/hero/pronunciations?limit=1
6
- body:
7
- headers:
8
- content-type:
9
- - application/json
10
- api-key:
11
- - b39ee8d5f05d0f566a0080b4c310ceddf5dc5f7606a616f53
12
- user-agent:
13
- - ruby-4.06.06
14
- response: !ruby/struct:VCR::Response
15
- status: !ruby/struct:VCR::ResponseStatus
16
- code: 200
17
- message: OK
18
- headers:
19
- date:
20
- - Mon, 29 Aug 2011 16:28:44 GMT
21
- wordnik-api-version:
22
- - 4.07.67
23
- access-control-allow-origin:
24
- - "*"
25
- content-type:
26
- - application/xml
27
- content-length:
28
- - "170"
29
- body: "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><textProns><textPron seq=\"0\"><id>0</id><raw>hir'\xC5\x8D, h\xC4\x93'r\xC5\x8D'</raw><rawType>webster</rawType></textPron></textProns>"
30
- http_version: "1.1"
31
- :@ignored: false
@@ -1,25 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.json
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Mon, 29 Aug 2011 16:28:42 GMT
15
- wordnik-api-version:
16
- - 4.07.67
17
- access-control-allow-origin:
18
- - "*"
19
- content-type:
20
- - application/json
21
- transfer-encoding:
22
- - chunked
23
- body: "{\"resourcePath\":\"/word\",\"models\":{\"sizes\":{\"properties\":{\"size\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"size\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"sizes\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"facet\":{\"properties\":{\"facetValue\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"facetValue\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"facet\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"detailedWordUsage\":{\"properties\":{\"sentence\":{\"type\":\"sentence\",\"required\":false,\"uniqueItems\":false},\"wordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"metadata\":{\"type\":\"documentMetadata\",\"required\":false,\"uniqueItems\":false}},\"id\":\"detailedWordUsage\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"root\":{\"properties\":{\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"categories\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"category\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"root\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"tag\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"count\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"tag\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"contentType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"contentType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"long\":{\"properties\":{\"value\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false}},\"id\":\"long\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"type\":{\"properties\":{\"enteredAt\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"mapping\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"typeId\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false}},\"id\":\"type\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"documentMetadata\":{\"properties\":{\"yearType\":{\"type\":\"yearType\",\"required\":false,\"uniqueItems\":false},\"expirationDate\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"extendedMetadata\":{\"type\":\"extendedMetadata\",\"required\":false,\"uniqueItems\":false},\"stats\":{\"type\":\"basicDocumentStats\",\"required\":false,\"uniqueItems\":false},\"tag\":{\"type\":\"array\",\"required\":false,\"items\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"provider\":{\"type\":\"contentProvider\",\"required\":false,\"uniqueItems\":false},\"contentType\":{\"type\":\"contentType\",\"required\":false,\"uniqueItems\":false},\"sourceUrl\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"date\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"medium\":{\"type\":\"documentMedium\",\"required\":false,\"uniqueItems\":false},\"guid\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"author\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"author\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"title\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"primaryAuthorType\":{\"type\":\"authorType\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"classification\":{\"type\":\"subjectClassificationType\",\"required\":false,\"uniqueItems\":false},\"year\":{\"type\":\"integer\",\"required\":false,\"uniqueItems\":false},\"primaryAuthor\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"rating\":{\"type\":\"double\",\"required\":false,\"uniqueItems\":false},\"primaryAuthorId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false}},\"id\":\"documentMetadata\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"related\":{\"properties\":{\"label1\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"label2\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"relationshipType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"label3\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"array\",\"required\":false,\"items\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"gram\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"label4\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"related\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"exampleSearchResults\":{\"properties\":{\"facet\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"facet\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"example\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"example\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"exampleSearchResults\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"BooleanValue\":{\"properties\":{\"value\":{\"type\":\"boolean\",\"required\":false,\"uniqueItems\":false}},\"id\":\"BooleanValue\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"frequencyStats\":{\"properties\":{\"author\":{\"type\":\"Map[long,long]\",\"required\":false,\"uniqueItems\":false},\"subject\":{\"type\":\"Map[integer,long]\",\"required\":false,\"uniqueItems\":false},\"contentProvider\":{\"type\":\"Map[integer,long]\",\"required\":false,\"uniqueItems\":false},\"contentType\":{\"type\":\"Map[integer,long]\",\"required\":false,\"uniqueItems\":false},\"yearWise\":{\"type\":\"Map[integer,long]\",\"required\":false,\"uniqueItems\":false},\"corpusCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"medium\":{\"type\":\"Map[integer,long]\",\"required\":false,\"uniqueItems\":false}},\"id\":\"frequencyStats\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"wordStats\":{\"properties\":{\"dictionaryStats\":{\"type\":\"Map[string,dictionaryWordStats]\",\"required\":false,\"uniqueItems\":false},\"documentsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"sentencesCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"frequencyStats\":{\"type\":\"frequencyStats\",\"required\":false,\"uniqueItems\":false},\"partOfSpeechStats\":{\"type\":\"Map[string,integer]\",\"required\":false,\"uniqueItems\":false},\"wordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"wordStats\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"RelatedDataSource\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"RelatedDataSource\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"audioObject\":{\"properties\":{\"recordId\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"wordId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"audioFileType\":{\"type\":\"audioType\",\"required\":false,\"uniqueItems\":false},\"filePath\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"audioType\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"duration\":{\"type\":\"double\",\"required\":false,\"uniqueItems\":false},\"createdBy\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"description\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"userId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"streamPath\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"audioFileId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"wordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"audioObject\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"citation\":{\"properties\":{\"cite\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"source\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"citation\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"relatedData\":{\"properties\":{\"direction\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"targetWordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"frequency\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"sense\":{\"type\":\"integer\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"sourceWordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"sourceWordId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"relationshipType\":{\"type\":\"RelationshipType\",\"required\":false,\"uniqueItems\":false},\"source\":{\"type\":\"RelatedDataSource\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"userId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"partOfSpeech\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"targetWordId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false}},\"id\":\"relatedData\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"punctuationFactor\":{\"properties\":{\"periodCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"exclamationPointCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"wordId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"questionMarkCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"totalCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false}},\"id\":\"punctuationFactor\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"subjectClassificationType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"subjectClassificationType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"basicDocumentStats\":{\"properties\":{\"uniqueBiGramsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"wordsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"documentsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"firstUsedWordsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"tokensCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"sentencesCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"viableSentencesCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"uniqueWordsCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"key\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"basicDocumentStats\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"header\":{\"properties\":{\"position\":{\"type\":\"integer\",\"required\":false,\"uniqueItems\":false},\"sourceDictionary\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"homograph\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"derivedFrom\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"etymologyXml\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"derivativeSense\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"type\",\"required\":false,\"uniqueItems\":false},\"note\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"note\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"syllable\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"syllable\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"partOfSpeech\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"textPron\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"textPron\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"header\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"facetValue\":{\"properties\":{\"count\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"value\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"facetValue\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"category\":{\"properties\":{\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"category\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"RelationshipType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"RelationshipType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"suggestion\":{\"properties\":{\"type\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"wordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"suggestion\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"relationshipMap\":{\"properties\":{\"sourceWordstring\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"suggestion\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"suggestion\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"relationshipMap\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"example\":{\"properties\":{\"exampleId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"title\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"provider\":{\"type\":\"contentProvider\",\"required\":false,\"uniqueItems\":false},\"year\":{\"type\":\"integer\",\"required\":false,\"uniqueItems\":false},\"rating\":{\"type\":\"float\",\"required\":false,\"uniqueItems\":false},\"documentId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"url\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"example\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"comment\":{\"properties\":{\"updatedAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"body\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"commentedOn\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"objectId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"commentedBy\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"objectType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"comment\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"frequencySummary\":{\"properties\":{\"unknownYearCount\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"totalCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"frequency\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"frequency\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"frequencySummary\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"textPron\":{\"properties\":{\"raw\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"seq\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"rawType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"textPron\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"yearType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"yearType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"extendedMetadata\":{\"properties\":{\"sourceFileSize\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"issn\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"isbn\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"lccn\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"documentMetadataId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false}},\"id\":\"extendedMetadata\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"sentence\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"display\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"rating\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"documentMetadataId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"scoredWord\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"scoredWord\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"sentence\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"documentMedium\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"documentMedium\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"frequency\":{\"properties\":{\"count\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"year\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false}},\"id\":\"frequency\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"author\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"authorType\":{\"type\":\"authorType\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"description\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"uniqueName\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"author\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"bigram\":{\"properties\":{\"count\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"gram2\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"gram1\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"wlmi\":{\"type\":\"double\",\"required\":false,\"uniqueItems\":false},\"mi\":{\"type\":\"double\",\"required\":false,\"uniqueItems\":false}},\"id\":\"bigram\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"wordObject\":{\"properties\":{\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"vulgar\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"wordObject\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"ExampleUsage\":{\"properties\":{\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"ExampleUsage\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"ExampleSearchQuery\":{\"properties\":{\"limit\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"dateRange\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"subject\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"endDate\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"contentType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"skip\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"beginDate\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"medium\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"wordType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"contentProvider\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"year\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"wordString\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"filter\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"partOfSpeech\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"ExampleSearchQuery\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"note\":{\"properties\":{\"noteType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"appliesTo\":{\"type\":\"array\",\"required\":false,\"items\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"value\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"pos\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false}},\"id\":\"note\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"wordList\":{\"properties\":{\"updatedAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"username\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"permalink\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"description\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"userId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"numberWordsInList\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"wordList\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"authorType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"authorType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"definition\":{\"properties\":{\"extendedText\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"citation\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"citation\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"sourceDictionary\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"exampleUsage\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"ExampleUsage\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"relWord\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"related\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"score\":{\"type\":\"float\",\"required\":false,\"uniqueItems\":false},\"label\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"Label\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"seqString\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"sequence\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"note\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"note\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"textPron\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"textPron\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"partOfSpeech\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"definition\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"otherForms\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"wordId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"totalCount\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"plain\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"wordString\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"otherForms\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"DefinitionSearchResults\":{\"properties\":{\"result\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"definition\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"totalResults\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false}},\"id\":\"DefinitionSearchResults\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"photo\":{\"properties\":{\"isfamily\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"ispublic\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"linkUri\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"isfriend\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"size\":{\"type\":\"size\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"farm\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"title\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"ownerLink\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"ownername\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"owner\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"secret\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"server\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false}},\"id\":\"photo\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"scoredWord\":{\"properties\":{\"position\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"wordType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"score\":{\"type\":\"float\",\"required\":false,\"uniqueItems\":false},\"sentenceId\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"partOfSpeech\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"scoredWord\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"syllable\":{\"properties\":{\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"seq\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"syllable\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"audioType\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"audioType\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"contentProvider\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"contentProvider\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"entry\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"sourceDictionary\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"relWord\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"related\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"definition\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"definition\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"syll\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"syllable\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"note\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"note\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false},\"header\":{\"type\":\"header\",\"required\":false,\"uniqueItems\":false}},\"id\":\"entry\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"Label\":{\"properties\":{\"text\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"type\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"Label\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"ExampleDataStore\":{\"properties\":{\"id\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"name\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"ExampleDataStore\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"user\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":false,\"uniqueItems\":false},\"email\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"status\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"faceBookId\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"userName\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"displayName\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"password\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"user\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"audioFile\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":true,\"uniqueItems\":false},\"duration\":{\"type\":\"double\",\"required\":false,\"uniqueItems\":false},\"createdBy\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"createdAt\":{\"type\":\"Date\",\"required\":false,\"uniqueItems\":false},\"description\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"voteWeightedAverage\":{\"type\":\"float\",\"required\":false,\"uniqueItems\":false},\"voteAverage\":{\"type\":\"float\",\"required\":false,\"uniqueItems\":false},\"word\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"commentCount\":{\"type\":\"int\",\"required\":false,\"uniqueItems\":false},\"voteCount\":{\"type\":\"integer\",\"required\":false,\"uniqueItems\":false},\"audioType\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false},\"fileUrl\":{\"type\":\"string\",\"required\":false,\"uniqueItems\":false}},\"id\":\"audioFile\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"partOfSpeech\":{\"properties\":{\"roots\":{\"type\":\"array\",\"required\":false,\"items\":{\"$ref\":\"root\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false},\"uniqueItems\":false}},\"id\":\"partOfSpeech\",\"type\":\"any\",\"required\":false,\"uniqueItems\":false}},\"apis\":[{\"path\":\"/word.{format}/{word}/entries\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"tags\",\"description\":\"Return XML tags in response\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary. Valid options: ahd, century, wiktionary, webster, and wordnet.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"etymologies\",\"description\":\"Return etymologies\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Return entries for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getEntries\",\"responseClass\":\"List[entry]\"}]},{\"path\":\"/word.{format}/{word}/examples\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return examples for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeDuplicates\",\"description\":\"Show duplicate examples from different sources\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"contentProvider\",\"description\":\"Return results from a specific ContentProvider\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"internalDataStore\",\"description\":\"Specify the internal storage engine.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns examples for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getExamples\",\"responseClass\":\"exampleSearchResults\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch examples for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"Search definition object\",\"required\":false,\"dataType\":\"ExampleSearchQuery\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"},{\"name\":\"internalDataStore\",\"description\":\"Specify the internal storage engine.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches examples for a word\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getExamplesPost\",\"responseClass\":\"exampleSearchResults\"}]},{\"path\":\"/word.{format}/{word}/wordForms\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to add forms for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"RelationshipMapWord to add\",\"required\":false,\"dataType\":\"suggestion\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"},{\"name\":\"canonical\",\"description\":\"Make this the Canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Adds a Relationship Map to a word\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"addWordForm\",\"responseClass\":\"ok\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch forms for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns other forms of a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getWordForms\",\"responseClass\":\"relationshipMap\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to delete forms from\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"type\",\"description\":\"Relationship type to delete\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"word\",\"description\":\"Target word to remove relationship from.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Deletes a relationship from a word\",\"httpMethod\":\"DELETE\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"deleteWordForm\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"String value of WordObject to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSuggestions\",\"description\":\"Return suggestions (for correct spelling, case variants, etc.)\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"shouldCreate\",\"description\":\"Create word if not existing\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Given a word as a string, returns the WordObject that represents it\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getWord\",\"responseClass\":\"wordObject\"}]},{\"path\":\"/word.{format}/{word}/definitions\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"partOfSpeech\",\"description\":\"CSV list of part-of-speech types\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"noun\",\"adjective\",\"verb\",\"adverb\",\"interjection\",\"pronoun\",\"preposition\",\"abbreviation\",\"affix\",\"article\",\"auxiliary-verb\",\"conjunction\",\"definite-article\",\"family-name\",\"given-name\",\"idiom\",\"imperative\",\"noun-plural\",\"noun-posessive\",\"past-participle\",\"phrasal-prefix\",\"proper-noun\",\"proper-noun-plural\",\"proper-noun-posessive\",\"suffix\",\"verb-intransitive\",\"verb-transitive\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeRelated\",\"description\":\"Return related words with definitions\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionaries\",\"description\":\"Gets from dictionaries in the supplied order of precedence\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeTags\",\"description\":\"Return a closed set of XML tags in response\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Return definitions for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No definitions found.\",\"code\":404}],\"nickname\":\"getDefinitions\",\"responseClass\":\"List[definition]\"}]},{\"path\":\"/word.{format}/{word}/stats\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return stats for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"detailed\",\"description\":\"Return detailed usage info\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns word statistics\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No stats available.\",\"code\":404}],\"nickname\":\"getWordStats\",\"responseClass\":\"wordStats\"}]},{\"path\":\"/word.{format}/{word}/topExample\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch examples for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"contentProvider\",\"description\":\"Return results from a specific ContentProvider\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"internalDataStore\",\"description\":\"Specify the internal storage engine.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns a top example for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTopExample\",\"responseClass\":\"example\"}]},{\"path\":\"/word.{format}/{word}/punctuationFactor\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"caseSensitive\",\"description\":\"Input is case sensitive\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches other forms of a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getPunctuationFactor\",\"responseClass\":\"punctuationFactor\",\"notes\":\"Deprecated\"}]},{\"path\":\"/word.{format}/{word}/contextualLookup\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"sentence\",\"description\":\"The sentence in which the word occurs\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"offset\",\"defaultValue\":\"-1\",\"description\":\"The start character offset of the word in the given sentence\",\"required\":false,\"dataType\":\"int\",\"allowableValues\":[\"0 to 4096\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"expandTerms\",\"description\":\"Expand context terms using related words\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSourceDictionaries\",\"description\":\"Only include these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"excludeSourceDictionaries\",\"description\":\"Exclude these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"defaultValue\":\"0\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"0 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"defaultValue\":\"10\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"1 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns definitions for a word based on the sentence in which it is found\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"contextualLookup\",\"responseClass\":\"DefinitionSearchResults\",\"notes\":\"Use the offset parameter when the word occurs more than once in the sentence\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"The sentence in which the word occurs\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"},{\"name\":\"offset\",\"defaultValue\":\"-1\",\"description\":\"The start character offset of the word in the given sentence\",\"required\":false,\"dataType\":\"int\",\"allowableValues\":[\"0 to 4096\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"expandTerms\",\"description\":\"Expand context terms using related words\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSourceDictionaries\",\"description\":\"Only include these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"excludeSourceDictionaries\",\"description\":\"Exclude these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"defaultValue\":\"0\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"0 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"defaultValue\":\"10\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"1 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns definitions for a word based on the sentence in which it is found\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid term supplied.\",\"code\":400}],\"nickname\":\"contextualLookupPost\",\"responseClass\":\"DefinitionSearchResults\",\"notes\":\"Use the offset parameter when the word occurs more than once in the sentence\"}]},{\"path\":\"/word.{format}/{word}/commentCount\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get comment count for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns the number of comments on a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Word not found.\",\"code\":404}],\"nickname\":\"getCommentCount\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/citations\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get citations for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary. Valid options: ahd, century, wiktionary, webster, and wordnet.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns citations for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getCitations\",\"responseClass\":\"List[citation]\"}]},{\"path\":\"/word.{format}/{word}/related\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word for which to return related words\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"partOfSpeech\",\"description\":\"CSV list of part-of-speech types\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"noun\",\"adjective\",\"verb\",\"adverb\",\"interjection\",\"pronoun\",\"preposition\",\"abbreviation\",\"affix\",\"article\",\"auxiliary-verb\",\"conjunction\",\"definite-article\",\"family-name\",\"given-name\",\"idiom\",\"imperative\",\"noun-plural\",\"noun-posessive\",\"past-participle\",\"phrasal-prefix\",\"proper-noun\",\"proper-noun-plural\",\"proper-noun-posessive\",\"suffix\",\"verb-intransitive\",\"verb-transitive\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get data from a single dictionary\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"type\",\"description\":\"Relationship type\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"synonym\",\"antonym\",\"variant\",\"equivalent\",\"cross-reference\",\"related-word\",\"rhyme\",\"form\",\"etymologically-related-term\",\"hypernym\",\"hyponym\",\"inflected-form\",\"primary\",\"same-context\",\"verb-form\",\"verb-stem\",\"unknown\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Return related words (thesaurus data) for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No definitions found.\",\"code\":404}],\"nickname\":\"getRelatedWords\",\"responseClass\":\"List[related]\"}]},{\"path\":\"/word.{format}/{word}/listedIn\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch WordLists for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"sortBy\",\"description\":\"Specifies a sort parameter\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"rating\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"username\",\"description\":\"User to scope the request to\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns WordLists containing a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied\",\"code\":400},{\"reason\":\"Supplied user does not exist\",\"code\":404}],\"nickname\":\"getListedIn\",\"responseClass\":\"List[wordList]\"}]},{\"path\":\"/word.{format}/{word}/listedInCount\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch count for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns a count of lists a word appears in\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Word not found.\",\"code\":404}],\"nickname\":\"getListedInCount\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/firstListedIn\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch a WordList for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns the first WordList a word appeared in\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Word not found.\",\"code\":404}],\"nickname\":\"getFirstListedIn\",\"responseClass\":\"wordList\"}]},{\"path\":\"/word.{format}/{word}/firstListedBy\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch a User for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns the first User to list a particular word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Word not found.\",\"code\":404}],\"nickname\":\"getFirstListedBy\",\"responseClass\":\"user\"}]},{\"path\":\"/word.{format}/{word}/pronunciations\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get pronunciations for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"century\",\"cmu\",\"macmillan\",\"wiktionary\",\"webster\",\"wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"typeFormat\",\"description\":\"Text pronunciation type\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"arpabet\",\"gcide-diacritical\",\"IPA\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns text pronunciations for a given word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTextPronunciations\",\"responseClass\":\"List[textPron]\"}]},{\"path\":\"/word.{format}/{word}/images/flickr\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get flickr images for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"size\",\"description\":\"Image size\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"thumb\",\"small\",\"med\",\"lg\",\"orig\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns Flickr images for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getFlickrImages\",\"responseClass\":\"List[photo]\"}]},{\"path\":\"/word.{format}/{word}/scrabbleScore\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get scrabble score for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns the Scrabble score for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No scrabble score found.\",\"code\":404}],\"nickname\":\"getScrabbleScore\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/hyphenation\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get syllables for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary. Valid options: ahd, century, wiktionary, webster, and wordnet.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns syllable information for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getHyphenation\",\"responseClass\":\"List[syllable]\"}]},{\"path\":\"/word.{format}/{word}/unigramCountInternal\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get unigram count for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns syllable information for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getUnigramCountInternal\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/phrasesInternal\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get bigrams for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"gamma\",\"description\":\"Gamma filter\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"minWlmi\",\"description\":\"WLMI Limit\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns Bigrams for the given word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getBigramsInternal\",\"responseClass\":\"List[bigram]\"}]},{\"path\":\"/word.{format}/{word}/lookupCount\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get Bigrams for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Returns the number of times a word has been viewed\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Word not found.\",\"code\":404}],\"nickname\":\"getLookupCount\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/tags\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch Tags on\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"username\",\"description\":\"Restrict to a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches tags for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTagsOnWord\",\"responseClass\":\"List[tag]\"}]},{\"path\":\"/word.{format}/{word}/tagCount\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch Tag count on\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"username\",\"description\":\"Restrict to a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches tag count for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTagCountOnWord\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/tag\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to add a Tag to\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"tags\",\"description\":\"CSV list of tags to add.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"username\",\"description\":\"Add tag on behalf of a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Adds a tag to a word\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"addTagToWord\",\"responseClass\":\"ok\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to add a Tag to\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"tags\",\"description\":\"CSV list of tags to remove.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"username\",\"description\":\"Remove tag on behalf of a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Removes a tag from a word\",\"httpMethod\":\"DELETE\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"deleteTagFromWord\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/frequency\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"caseSensitive\",\"description\":\"Input is case sensitive\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"startYear\",\"description\":\"Starting Year\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"endYear\",\"description\":\"Ending Year\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeErrorBars\",\"description\":\"Get error bar data\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns word usage over time\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getWordFrequency\",\"responseClass\":\"frequencySummary\"}]},{\"path\":\"/word.{format}/{word}/firstUsed\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return first usage for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"detailed\",\"description\":\"Return detailed usage info\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns first usage of a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getFirstUsageOfWord\",\"responseClass\":\"detailedWordUsage\"}]},{\"path\":\"/word.{format}/{word}/wordView\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to record a word view for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"userId\",\"description\":\"ID of the user viewing the word\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"userGuid\",\"description\":\"Tracking ID for the user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"userSessionId\",\"description\":\"Session ID for the user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"serverIp\",\"description\":\"Internal IP address of the web server\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"pageName\",\"description\":\"Page being viewed\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"method\",\"description\":\"Method of the word view\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"userAgent\",\"description\":\"Browser user agent\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Records a word view from the website\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"addWordView\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/isFavorite\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to check\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"userName\",\"description\":\"Check for a particular user\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Checks to see if a word is a user's favorite\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied\",\"code\":400},{\"reason\":\"No user found\",\"code\":404}],\"nickname\":\"isFavorite\",\"responseClass\":\"BooleanValue\"}]},{\"path\":\"/word.{format}/{word}/favoriteCount\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to check\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"userName\",\"description\":\"Check for a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns the number of times a word has been Favorited\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied\",\"code\":400},{\"reason\":\"No user found\",\"code\":404}],\"nickname\":\"getFavoriteCount\",\"responseClass\":\"long\"}]},{\"path\":\"/word.{format}/{word}/favorite\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to favorite\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"userName\",\"description\":\"Add as favorite on behalf of a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Favorites a Word for a user\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No user found\",\"code\":404}],\"nickname\":\"addWordToFavorites\",\"responseClass\":\"ok\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to remove\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"userName\",\"description\":\"Remove on behalf of a particular user\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Removes a Word from a user's Favorites\",\"httpMethod\":\"DELETE\",\"errorResponses\":[{\"reason\":\"Invalid word supplied or no user found.\",\"code\":400}],\"nickname\":\"deleteFromFavorites\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/phrases\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch phrases for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"wlmi\",\"description\":\"Minimum WLMI for the phrase\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches bi-gram phrases for a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getPhrases\",\"responseClass\":\"List[bigram]\"}]},{\"path\":\"/word.{format}/{word}/etymologies\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"sourceDictionary\",\"description\":\"Get etymologies from a single dictionary. Options are ahd or century.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"webster\",\"wiktionary\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"type\",\"description\":\"Etymology type\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"webster\",\"wiktionary\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches etymology data\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No definitions found.\",\"code\":404}],\"nickname\":\"getEtymologies\",\"responseClass\":\"String\"}]},{\"path\":\"/word.{format}/{word}/otherFormsInternal\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"minFrequency\",\"description\":\"Minimum corpus frequency\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches other forms of a word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getOtherFormsInternal\",\"responseClass\":\"List[otherForms]\",\"notes\":\"Deprecated\"}]},{\"path\":\"/word.{format}/{word}/wordRelationshipInternal\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"Relationship to add\",\"required\":false,\"dataType\":\"relatedData\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"}],\"summary\":\"Adds a word relationship\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"addWordRelationshipInternal\",\"responseClass\":\"ok\",\"notes\":\"Deprecated\"}]},{\"path\":\"/word.{format}/{word}/comments\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return Comments for\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"sortOrder\",\"defaultValue\":\"descending\",\"description\":\"Direction to sort by\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ascending\",\"descending\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches comments on a Word\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getCommentsOnWord\",\"responseClass\":\"List[comment]\"}]},{\"path\":\"/word.{format}/{word}/comment/{commentId}\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch Comment for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"commentId\",\"description\":\"ID of Comment to fetch.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Fetches a Comment by ID\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word or Comment supplied.\",\"code\":400},{\"reason\":\"Word or commentor not found.\",\"code\":404}],\"nickname\":\"getCommentOnWord\",\"responseClass\":\"comment\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to update Comment on.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"commentId\",\"description\":\"Updated Comment.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Deletes an existing word comment\",\"httpMethod\":\"DELETE\",\"errorResponses\":[{\"reason\":\"Invalid word or Comment supplied.\",\"code\":400},{\"reason\":\"Word or commentor not found.\",\"code\":404}],\"nickname\":\"deleteCommentByIdOnWord\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/comment\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to add Comment to.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"Comment to add.\",\"required\":false,\"dataType\":\"comment\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"}],\"summary\":\"Adds a comment to a word\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word or Comment supplied.\",\"code\":400},{\"reason\":\"Word or commentor not found.\",\"code\":404}],\"nickname\":\"commentOnWord\",\"responseClass\":\"comment\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to update Comment on.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"Updated Comment.\",\"required\":false,\"dataType\":\"comment\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"}],\"summary\":\"Updates an existing word comment\",\"httpMethod\":\"PUT\",\"errorResponses\":[{\"reason\":\"Invalid word or Comment supplied.\",\"code\":400},{\"reason\":\"Word or commentor not found.\",\"code\":404}],\"nickname\":\"updateCommentOnWord\",\"responseClass\":\"comment\"}]},{\"path\":\"/word.{format}/{word}/audio\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get audio for.\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"v3Format\",\"description\":\"Use the V3 api.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches audio metadata for a word.\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getAudio\",\"responseClass\":\"List[audioFile]\",\"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.\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to add audio to.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"AudioPon metadata to add.\",\"required\":false,\"dataType\":\"audioObject\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"}],\"summary\":\"Creates AudioPron metadata\",\"httpMethod\":\"POST\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"addAudio\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/pronunciation/{pronId}\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get audio for.\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"pronId\",\"description\":\"Id to get audio for.\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Fetches single audio pronunciation.\",\"httpMethod\":\"GET\",\"errorResponses\":[{\"reason\":\"Invalid pron id supplied.\",\"code\":400}],\"nickname\":\"getPronunciation\",\"responseClass\":\"audioFile\",\"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.\"}]},{\"path\":\"/word.{format}/{word}/audioInternal\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"audio object to update\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"Updated metadata.\",\"required\":false,\"dataType\":\"audioObject\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"}],\"summary\":\"Internal method to update an audio object\",\"httpMethod\":\"PUT\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"updateAudioInternal\",\"responseClass\":\"ok\"}]},{\"path\":\"/word.{format}/{word}/audio/{audio_id}\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to delete audio from.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"audio_id\",\"description\":\"AudioPon metadata to add.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"}],\"summary\":\"Deletes an AudioPron\",\"httpMethod\":\"DELETE\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"Unauthorized.\",\"code\":401}],\"nickname\":\"deleteAudio\",\"responseClass\":\"ok\"}]}],\"models1\":[{\"name\":\"BooleanValue\",\"fields\":[{\"name\":\"value\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"boolean\"}]},{\"name\":\"note\",\"fields\":[{\"name\":\"noteType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"pos\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"value\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"appliesTo\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"List[string]\"}]},{\"name\":\"author\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"description\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"authorType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"authorType\"},{\"name\":\"uniqueName\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"long\",\"fields\":[{\"name\":\"value\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"header\",\"fields\":[{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"type\"},{\"name\":\"position\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"integer\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"textPron\",\"required\":false,\"wrapperName\":\"textProns\",\"allowMultiple\":false,\"paramType\":\"List[textPron]\"},{\"name\":\"partOfSpeech\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"note\",\"required\":false,\"wrapperName\":\"notes\",\"allowMultiple\":false,\"paramType\":\"List[note]\"},{\"name\":\"syllable\",\"required\":false,\"wrapperName\":\"syllables\",\"allowMultiple\":false,\"paramType\":\"List[syllable]\"},{\"name\":\"sourceDictionary\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"homograph\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"derivativeSense\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"derivedFrom\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"etymologyXml\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"documentMedium\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"contentProvider\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"frequency\",\"fields\":[{\"name\":\"year\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"count\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"authorType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"audioType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"frequencySummary\",\"fields\":[{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"totalCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"frequency\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"List[frequency]\"},{\"name\":\"unknownYearCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"detailedWordUsage\",\"fields\":[{\"name\":\"wordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"sentence\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"sentence\"},{\"name\":\"metadata\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"documentMetadata\"}]},{\"name\":\"citation\",\"fields\":[{\"name\":\"source\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"cite\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"audioType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"basicDocumentStats\",\"fields\":[{\"name\":\"key\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"sentencesCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"uniqueWordsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"documentsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"tokensCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"wordsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"firstUsedWordsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"viableSentencesCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"uniqueBiGramsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"otherForms\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"wordString\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"totalCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"plain\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"wordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"facet\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"facetValue\",\"required\":false,\"wrapperName\":\"facetValues\",\"allowMultiple\":false,\"paramType\":\"List[facetValue]\"}]},{\"name\":\"wordObject\",\"fields\":[{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"vulgar\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"relationshipMap\",\"fields\":[{\"name\":\"sourceWordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"suggestion\",\"required\":false,\"wrapperName\":\"suggestions\",\"allowMultiple\":false,\"paramType\":\"List[suggestion]\"}]},{\"name\":\"contentType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"comment\",\"fields\":[{\"name\":\"objectType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"objectId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"commentedBy\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"commentedOn\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"body\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"updatedAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"}]},{\"name\":\"exampleSearchResults\",\"fields\":[{\"name\":\"facet\",\"required\":false,\"wrapperName\":\"facets\",\"allowMultiple\":false,\"paramType\":\"List[facet]\"},{\"name\":\"example\",\"required\":false,\"wrapperName\":\"examples\",\"allowMultiple\":false,\"paramType\":\"List[example]\"}]},{\"name\":\"partOfSpeech\",\"fields\":[{\"name\":\"roots\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"List[root]\"}]},{\"name\":\"sizes\",\"fields\":[{\"name\":\"size\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"List[size]\"}]},{\"name\":\"subjectClassificationType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"Label\",\"fields\":[{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"audioFile\",\"fields\":[{\"name\":\"id\",\"required\":true,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"description\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"duration\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"double\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdBy\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"commentCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"voteCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"integer\"},{\"name\":\"voteAverage\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"float\"},{\"name\":\"voteWeightedAverage\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"float\"},{\"name\":\"fileUrl\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"audioType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"DefinitionSearchResults\",\"fields\":[{\"name\":\"totalResults\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"result\",\"required\":false,\"wrapperName\":\"results\",\"allowMultiple\":false,\"paramType\":\"List[definition]\"}]},{\"name\":\"RelatedDataSource\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"audioObject\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"audioType\"},{\"name\":\"description\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"duration\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"double\"},{\"name\":\"userId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"wordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdBy\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"audioFileType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"audioType\"},{\"name\":\"audioFileId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"filePath\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"wordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"recordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"streamPath\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"extendedMetadata\",\"fields\":[{\"name\":\"documentMetadataId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"isbn\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"issn\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"lccn\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"sourceFileSize\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"tag\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"count\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"example\",\"fields\":[{\"name\":\"year\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"integer\"},{\"name\":\"provider\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"contentProvider\"},{\"name\":\"url\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"title\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"rating\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"float\"},{\"name\":\"exampleId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"documentId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"definition\",\"fields\":[{\"name\":\"exampleUsage\",\"required\":false,\"wrapperName\":\"exampleUses\",\"allowMultiple\":false,\"paramType\":\"List[ExampleUsage]\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"textPron\",\"required\":false,\"wrapperName\":\"textProns\",\"allowMultiple\":false,\"paramType\":\"List[textPron]\"},{\"name\":\"score\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"float\"},{\"name\":\"partOfSpeech\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"note\",\"required\":false,\"wrapperName\":\"notes\",\"allowMultiple\":false,\"paramType\":\"List[note]\"},{\"name\":\"relWord\",\"required\":false,\"wrapperName\":\"relatedWords\",\"allowMultiple\":false,\"paramType\":\"List[related]\"},{\"name\":\"sourceDictionary\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"label\",\"required\":false,\"wrapperName\":\"labels\",\"allowMultiple\":false,\"paramType\":\"List[Label]\"},{\"name\":\"citation\",\"required\":false,\"wrapperName\":\"citations\",\"allowMultiple\":false,\"paramType\":\"List[citation]\"},{\"name\":\"sequence\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"seqString\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"extendedText\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"photo\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"owner\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"server\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"title\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"ownername\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"secret\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"farm\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"ispublic\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"isfriend\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"isfamily\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"ownerLink\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"linkUri\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"size\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"size\"}]},{\"name\":\"category\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"RelationshipType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"relatedData\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"source\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"RelatedDataSource\"},{\"name\":\"userId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"sourceWordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"targetWordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"relationshipType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"RelationshipType\"},{\"name\":\"frequency\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"partOfSpeech\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"targetWordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"sourceWordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"sense\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"integer\"},{\"name\":\"direction\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"root\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"categories\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"List[category]\"}]},{\"name\":\"ExampleUsage\",\"fields\":[{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"entry\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"header\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"header\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"note\",\"required\":false,\"wrapperName\":\"notes\",\"allowMultiple\":false,\"paramType\":\"List[note]\"},{\"name\":\"definition\",\"required\":false,\"wrapperName\":\"definitions\",\"allowMultiple\":false,\"paramType\":\"List[definition]\"},{\"name\":\"syll\",\"required\":false,\"wrapperName\":\"syllabified\",\"allowMultiple\":false,\"paramType\":\"List[syllable]\"},{\"name\":\"relWord\",\"required\":false,\"wrapperName\":\"relatedWords\",\"allowMultiple\":false,\"paramType\":\"List[related]\"},{\"name\":\"sourceDictionary\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"scoredWord\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"wordType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"position\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"word\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"score\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"float\"},{\"name\":\"sentenceId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"partOfSpeech\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"facetValue\",\"fields\":[{\"name\":\"value\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"count\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"sentence\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"scoredWord\",\"required\":false,\"wrapperName\":\"scoredWords\",\"allowMultiple\":false,\"paramType\":\"List[scoredWord]\"},{\"name\":\"display\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"documentMetadataId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"rating\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"type\",\"fields\":[{\"name\":\"typeId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"enteredAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"mapping\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"punctuationFactor\",\"fields\":[{\"name\":\"totalCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"wordId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"periodCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"exclamationPointCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"questionMarkCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"bigram\",\"fields\":[{\"name\":\"count\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"gram1\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"gram2\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"mi\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"double\"},{\"name\":\"wlmi\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"double\"}]},{\"name\":\"yearType\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"related\",\"fields\":[{\"name\":\"word\",\"required\":false,\"wrapperName\":\"words\",\"allowMultiple\":false,\"paramType\":\"List[string]\"},{\"name\":\"relationshipType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"label1\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"label2\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"label3\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"label4\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"gram\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"documentMetadata\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"year\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"integer\"},{\"name\":\"contentType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"contentType\"},{\"name\":\"provider\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"contentProvider\"},{\"name\":\"tag\",\"required\":false,\"wrapperName\":\"tags\",\"allowMultiple\":false,\"paramType\":\"List[string]\"},{\"name\":\"title\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"rating\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"double\"},{\"name\":\"medium\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"documentMedium\"},{\"name\":\"sourceUrl\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"classification\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"subjectClassificationType\"},{\"name\":\"date\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"yearType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"yearType\"},{\"name\":\"primaryAuthor\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"primaryAuthorType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"authorType\"},{\"name\":\"primaryAuthorId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"guid\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"extendedMetadata\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"extendedMetadata\"},{\"name\":\"author\",\"required\":false,\"wrapperName\":\"authors\",\"allowMultiple\":false,\"paramType\":\"List[author]\"},{\"name\":\"expirationDate\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"stats\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"basicDocumentStats\"}]},{\"name\":\"ExampleSearchQuery\",\"fields\":[{\"name\":\"year\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"contentType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"filter\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"limit\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"wordType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"wordString\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"contentProvider\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"partOfSpeech\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"skip\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"medium\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"subject\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"dateRange\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"beginDate\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"endDate\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"}]},{\"name\":\"wordStats\",\"fields\":[{\"name\":\"wordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"sentencesCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"documentsCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"frequencyStats\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"frequencyStats\"},{\"name\":\"dictionaryStats\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[string,dictionaryWordStats]\"},{\"name\":\"partOfSpeechStats\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[string,integer]\"}]},{\"name\":\"syllable\",\"fields\":[{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"seq\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"text\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"textPron\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"seq\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"raw\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"rawType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"wordList\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"description\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"userId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"permalink\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"createdAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"username\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"updatedAt\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Date\"},{\"name\":\"numberWordsInList\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"}]},{\"name\":\"ExampleDataStore\",\"fields\":[{\"name\":\"name\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"}]},{\"name\":\"frequencyStats\",\"fields\":[{\"name\":\"corpusCount\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"yearWise\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[integer,long]\"},{\"name\":\"contentType\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[integer,long]\"},{\"name\":\"contentProvider\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[integer,long]\"},{\"name\":\"medium\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[integer,long]\"},{\"name\":\"subject\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[integer,long]\"},{\"name\":\"author\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"Map[long,long]\"}]},{\"name\":\"suggestion\",\"fields\":[{\"name\":\"type\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"wordstring\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]},{\"name\":\"user\",\"fields\":[{\"name\":\"id\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"long\"},{\"name\":\"displayName\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"status\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"int\"},{\"name\":\"password\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"userName\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"email\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"},{\"name\":\"faceBookId\",\"required\":false,\"allowMultiple\":false,\"paramType\":\"string\"}]}],\"basePath\":\"url\",\"swaggerVersion\":\"1.0\"}"
24
- http_version: "1.1"
25
- :@ignored: false
@@ -1,21 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.json/dog/images/flickr
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 401
11
- message: Unauthorized
12
- headers:
13
- date:
14
- - Thu, 01 Sep 2011 23:26:54 GMT
15
- content-type:
16
- - application/json
17
- content-length:
18
- - "44"
19
- body: "{\"message\": \"unauthorized\", \"type\": \"error\"}"
20
- http_version: "1.1"
21
- :@ignored: false
@@ -1,33 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.json/dynamo
6
- body:
7
- headers:
8
- content-type:
9
- - application/json
10
- api-key:
11
- - b39ee8d5f05d0f566a0080b4c310ceddf5dc5f7606a616f53
12
- auth-token:
13
- - 8f9de26cd0b2c8292d52f78d5082b00073d6ea74d848e3c
14
- user-agent:
15
- - ruby-4.06.06
16
- response: !ruby/struct:VCR::Response
17
- status: !ruby/struct:VCR::ResponseStatus
18
- code: 200
19
- message: OK
20
- headers:
21
- date:
22
- - Mon, 29 Aug 2011 16:33:12 GMT
23
- wordnik-api-version:
24
- - 4.07.67
25
- access-control-allow-origin:
26
- - "*"
27
- content-type:
28
- - application/json
29
- transfer-encoding:
30
- - chunked
31
- body: "{\"canonicalForm\":\"dynamo\",\"word\":\"dynamo\"}"
32
- http_version: "1.1"
33
- :@ignored: false
@@ -1,25 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.json/dog/images/flickr
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Mon, 29 Aug 2011 16:28:43 GMT
15
- wordnik-api-version:
16
- - 4.07.67
17
- access-control-allow-origin:
18
- - "*"
19
- content-type:
20
- - application/json
21
- transfer-encoding:
22
- - chunked
23
- body: "[{\"id\":3210838977,\"owner\":\"29454428@N08\",\"server\":3464,\"title\":\"Police Dog, Tess, 29/1/35 / by Sam Hood\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"5bba45254c\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3464/3210838977_5bba45254c_b.jpg\"},{\"id\":2741653860,\"owner\":\"83636496@N00\",\"server\":3065,\"title\":\"My little dog\",\"ownername\":\"-=RoBeE=-\",\"secret\":\"468fda7e7a\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/83636496@N00/\",\"linkUri\":\"http://farm4.static.flickr.com/3065/2741653860_468fda7e7a_m.jpg\"},{\"id\":2233632419,\"owner\":\"41754875@N00\",\"server\":2180,\"title\":\"the black box relevation:I think I like you\",\"ownername\":\"visualpanic\",\"secret\":\"409e943e69\",\"farm\":3,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/41754875@N00/\",\"linkUri\":\"http://farm3.static.flickr.com/2180/2233632419_409e943e69_m.jpg\"},{\"id\":32815499,\"owner\":\"35237093637@N01\",\"server\":21,\"title\":\"anti botox brigade\",\"ownername\":\"emdot\",\"secret\":\"222fefb30d\",\"farm\":1,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/35237093637@N01/\",\"linkUri\":\"http://farm1.static.flickr.com/21/32815499_222fefb30d_m.jpg\"},{\"id\":4737490919,\"owner\":\"31308183@N06\",\"server\":4116,\"title\":\"Katy Perry - Goddess\",\"ownername\":\"Daniel Suarez\xE2\x84\xA2\",\"secret\":\"c738598de3\",\"farm\":5,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/31308183@N06/\",\"linkUri\":\"http://farm5.static.flickr.com/4116/4737490919_c738598de3_m.jpg\"},{\"id\":4401299142,\"owner\":\"17039753@N06\",\"server\":2711,\"title\":\"SuperPup\",\"ownername\":\"Emmanuel_D.Photography\",\"secret\":\"336f16f50e\",\"farm\":3,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/17039753@N06/\",\"linkUri\":\"http://farm3.static.flickr.com/2711/4401299142_336f16f50e_m.jpg\"},{\"id\":4159767301,\"owner\":\"8070463@N03\",\"server\":2641,\"title\":\"For the wolf fans...\",\"ownername\":\"Tambako the Jaguar\",\"secret\":\"70e5d09f4b\",\"farm\":3,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/8070463@N03/\",\"linkUri\":\"http://farm3.static.flickr.com/2641/4159767301_70e5d09f4b_m.jpg\"},{\"id\":3310906188,\"owner\":\"24785917@N03\",\"server\":3561,\"title\":\"A man and woman outside a bush hut\",\"ownername\":\"Powerhouse Museum Collection\",\"secret\":\"5f39d0cbe0\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/24785917@N03/\",\"linkUri\":\"http://farm4.static.flickr.com/3561/3310906188_5f39d0cbe0_m.jpg\"},{\"id\":3211654136,\"owner\":\"29454428@N08\",\"server\":3454,\"title\":\"Margaret Shaffhauser with bull terrier dog at the Canine Association Show, 3 Nov 1934 / by Ted Hood\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"9916e9cd54\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3454/3211654136_9916e9cd54_m.jpg\"},{\"id\":3211639268,\"owner\":\"29454428@N08\",\"server\":3416,\"title\":\"Study of a small girl with a prize Scottish terrier dog, c. 1935 / by Sam Hood\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"88b64f463c\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3416/3211639268_88b64f463c_m.jpg\"},{\"id\":3211518494,\"owner\":\"29454428@N08\",\"server\":3425,\"title\":\"Artist and dog arrive by Melbourne Express (taken for J.C. Williamson), 10/12/1937 / byTed hood\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"03b156807a\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3425/3211518494_03b156807a_m.jpg\"},{\"id\":3194993477,\"owner\":\"24785917@N03\",\"server\":3411,\"title\":\"Portrait view of child wearing a sun hat, with dog and toy cat (different angle)\",\"ownername\":\"Powerhouse Museum Collection\",\"secret\":\"444f03eee3\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/24785917@N03/\",\"linkUri\":\"http://farm4.static.flickr.com/3411/3194993477_444f03eee3_m.jpg\"},{\"id\":3169118372,\"owner\":\"24785917@N03\",\"server\":3089,\"title\":\"Bare foot boy wearing a hat, seated on a log\",\"ownername\":\"Powerhouse Museum Collection\",\"secret\":\"7097baccd9\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/24785917@N03/\",\"linkUri\":\"http://farm4.static.flickr.com/3089/3169118372_7097baccd9_m.jpg\"},{\"id\":2959326615,\"owner\":\"29454428@N08\",\"server\":3190,\"title\":\"Blizzard, the pup in Antarctica / photograph by Frank Hurley\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"d7ae66b193\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3190/2959326615_d7ae66b193_m.jpg\"},{\"id\":2868980227,\"owner\":\"29454428@N08\",\"server\":3193,\"title\":\"Huskies pulling sledge\",\"ownername\":\"State Library of New South Wales collection\",\"secret\":\"cf01a70c46\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/29454428@N08/\",\"linkUri\":\"http://farm4.static.flickr.com/3193/2868980227_cf01a70c46_m.jpg\"},{\"id\":409313262,\"owner\":\"72922449@N00\",\"server\":152,\"title\":\"Es tu pa\xC3\xADs\",\"ownername\":\"Rodrigo Basaure\",\"secret\":\"60fc5d95a5\",\"farm\":1,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/72922449@N00/\",\"linkUri\":\"http://farm1.static.flickr.com/152/409313262_60fc5d95a5_m.jpg\"},{\"id\":4516905723,\"owner\":\"91695677@N00\",\"server\":4055,\"title\":\"Good Morning, Dear Dog\",\"ownername\":\"Helga Weber\",\"secret\":\"93091a8850\",\"farm\":5,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/91695677@N00/\",\"linkUri\":\"http://farm5.static.flickr.com/4055/4516905723_93091a8850_m.jpg\"},{\"id\":3019776218,\"owner\":\"26611570@N04\",\"server\":3280,\"title\":\"0216\",\"ownername\":\"Cia de Foto\",\"secret\":\"9cfddfea31\",\"farm\":4,\"ispublic\":1,\"isfriend\":0,\"isfamily\":0,\"ownerLink\":\"http://www.flickr.com/photos/26611570@N04/\",\"linkUri\":\"http://farm4.static.flickr.com/3280/3019776218_9cfddfea31_m.jpg\"}]"
24
- http_version: "1.1"
25
- :@ignored: false
@@ -1,25 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.json
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Thu, 01 Sep 2011 23:26:51 GMT
15
- wordnik-api-version:
16
- - 4.07.74
17
- access-control-allow-origin:
18
- - "*"
19
- content-length:
20
- - "26719"
21
- content-type:
22
- - application/json
23
- body: "{\"resourcePath\":\"/word\",\"models\":{\"sizes\":{\"properties\":{\"size\":{\"type\":\"array\",\"items\":{\"$ref\":\"size\"}}},\"id\":\"sizes\"},\"facet\":{\"properties\":{\"facetValue\":{\"type\":\"array\",\"items\":{\"$ref\":\"facetValue\"}},\"name\":{\"type\":\"string\"}},\"id\":\"facet\"},\"sentence\":{\"properties\":{\"id\":{\"type\":\"long\"},\"display\":{\"type\":\"string\"},\"rating\":{\"type\":\"int\"},\"documentMetadataId\":{\"type\":\"long\"},\"scoredWord\":{\"type\":\"array\",\"items\":{\"$ref\":\"scoredWord\"}}},\"id\":\"sentence\"},\"frequency\":{\"properties\":{\"count\":{\"type\":\"long\"},\"year\":{\"type\":\"int\"}},\"id\":\"frequency\"},\"related\":{\"properties\":{\"label1\":{\"type\":\"string\"},\"label2\":{\"type\":\"string\"},\"relationshipType\":{\"type\":\"string\"},\"label3\":{\"type\":\"string\"},\"word\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"gram\":{\"type\":\"string\"},\"label4\":{\"type\":\"string\"}},\"id\":\"related\"},\"exampleSearchResults\":{\"properties\":{\"facet\":{\"type\":\"array\",\"items\":{\"$ref\":\"facet\"}},\"example\":{\"type\":\"array\",\"items\":{\"$ref\":\"example\"}}},\"id\":\"exampleSearchResults\"},\"bigram\":{\"properties\":{\"count\":{\"type\":\"long\"},\"gram2\":{\"type\":\"string\"},\"gram1\":{\"type\":\"string\"},\"wlmi\":{\"type\":\"double\"},\"mi\":{\"type\":\"double\"}},\"id\":\"bigram\"},\"wordObject\":{\"properties\":{\"word\":{\"type\":\"string\"},\"vulgar\":{\"type\":\"string\"}},\"id\":\"wordObject\"},\"ExampleUsage\":{\"properties\":{\"text\":{\"type\":\"string\"}},\"id\":\"ExampleUsage\"},\"note\":{\"properties\":{\"noteType\":{\"type\":\"string\"},\"appliesTo\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"value\":{\"type\":\"string\"},\"pos\":{\"type\":\"int\"}},\"id\":\"note\"},\"citation\":{\"properties\":{\"cite\":{\"type\":\"string\"},\"source\":{\"type\":\"string\"}},\"id\":\"citation\"},\"punctuationFactor\":{\"properties\":{\"periodCount\":{\"type\":\"long\"},\"exclamationPointCount\":{\"type\":\"long\"},\"wordId\":{\"type\":\"long\"},\"questionMarkCount\":{\"type\":\"long\"},\"totalCount\":{\"type\":\"long\"}},\"id\":\"punctuationFactor\"},\"definition\":{\"properties\":{\"extendedText\":{\"type\":\"string\"},\"citation\":{\"type\":\"array\",\"items\":{\"$ref\":\"citation\"}},\"text\":{\"type\":\"string\"},\"sourceDictionary\":{\"type\":\"string\"},\"exampleUsage\":{\"type\":\"array\",\"items\":{\"$ref\":\"ExampleUsage\"}},\"relWord\":{\"type\":\"array\",\"items\":{\"$ref\":\"related\"}},\"score\":{\"type\":\"float\"},\"label\":{\"type\":\"array\",\"items\":{\"$ref\":\"Label\"}},\"seqString\":{\"type\":\"string\"},\"sequence\":{\"type\":\"string\"},\"word\":{\"type\":\"string\"},\"note\":{\"type\":\"array\",\"items\":{\"$ref\":\"note\"}},\"textPron\":{\"type\":\"array\",\"items\":{\"$ref\":\"textPron\"}},\"partOfSpeech\":{\"type\":\"string\"}},\"id\":\"definition\"},\"DefinitionSearchResults\":{\"properties\":{\"result\":{\"type\":\"array\",\"items\":{\"$ref\":\"definition\"}},\"totalResults\":{\"type\":\"int\"}},\"id\":\"DefinitionSearchResults\"},\"photo\":{\"properties\":{\"isfamily\":{\"type\":\"int\"},\"ispublic\":{\"type\":\"int\"},\"linkUri\":{\"type\":\"string\"},\"isfriend\":{\"type\":\"int\"},\"size\":{\"type\":\"size\"},\"id\":{\"type\":\"long\"},\"farm\":{\"type\":\"int\"},\"title\":{\"type\":\"string\"},\"ownerLink\":{\"type\":\"string\"},\"ownername\":{\"type\":\"string\"},\"owner\":{\"type\":\"string\"},\"secret\":{\"type\":\"string\"},\"server\":{\"type\":\"int\"}},\"id\":\"photo\"},\"scoredWord\":{\"properties\":{\"position\":{\"type\":\"int\"},\"id\":{\"type\":\"long\"},\"wordType\":{\"type\":\"string\"},\"score\":{\"type\":\"float\"},\"sentenceId\":{\"type\":\"long\"},\"word\":{\"type\":\"string\"},\"partOfSpeech\":{\"type\":\"string\"}},\"id\":\"scoredWord\"},\"audioType\":{\"properties\":{\"id\":{\"type\":\"int\"},\"name\":{\"type\":\"string\"}},\"id\":\"audioType\"},\"syllable\":{\"properties\":{\"text\":{\"type\":\"string\"},\"seq\":{\"type\":\"int\"},\"type\":{\"type\":\"string\"}},\"id\":\"syllable\"},\"facetValue\":{\"properties\":{\"count\":{\"type\":\"long\"},\"value\":{\"type\":\"string\"}},\"id\":\"facetValue\"},\"contentProvider\":{\"properties\":{\"id\":{\"type\":\"int\"},\"name\":{\"type\":\"string\"}},\"id\":\"contentProvider\"},\"suggestion\":{\"properties\":{\"type\":{\"type\":\"int\"},\"wordstring\":{\"type\":\"string\"}},\"id\":\"suggestion\"},\"Label\":{\"properties\":{\"text\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"id\":\"Label\"},\"example\":{\"properties\":{\"exampleId\":{\"type\":\"long\"},\"title\":{\"type\":\"string\"},\"text\":{\"type\":\"string\"},\"word\":{\"type\":\"string\"},\"provider\":{\"type\":\"contentProvider\"},\"year\":{\"type\":\"integer\"},\"rating\":{\"type\":\"float\"},\"documentId\":{\"type\":\"long\"},\"url\":{\"type\":\"string\"}},\"id\":\"example\"},\"relationshipMap\":{\"properties\":{\"sourceWordstring\":{\"type\":\"string\"},\"suggestion\":{\"type\":\"array\",\"items\":{\"$ref\":\"suggestion\"}}},\"id\":\"relationshipMap\"},\"frequencySummary\":{\"properties\":{\"unknownYearCount\":{\"type\":\"int\"},\"totalCount\":{\"type\":\"long\"},\"word\":{\"type\":\"string\"},\"frequency\":{\"type\":\"array\",\"items\":{\"$ref\":\"frequency\"}}},\"id\":\"frequencySummary\"},\"audioFile\":{\"properties\":{\"id\":{\"type\":\"long\",\"required\":true},\"duration\":{\"type\":\"double\"},\"createdBy\":{\"type\":\"string\"},\"createdAt\":{\"type\":\"Date\"},\"description\":{\"type\":\"string\"},\"voteWeightedAverage\":{\"type\":\"float\"},\"voteAverage\":{\"type\":\"float\"},\"word\":{\"type\":\"string\"},\"commentCount\":{\"type\":\"int\"},\"voteCount\":{\"type\":\"integer\"},\"audioType\":{\"type\":\"string\"},\"fileUrl\":{\"type\":\"string\"}},\"id\":\"audioFile\"},\"partOfSpeech\":{\"properties\":{\"roots\":{\"type\":\"array\",\"items\":{\"$ref\":\"root\"}}},\"id\":\"partOfSpeech\"},\"textPron\":{\"properties\":{\"raw\":{\"type\":\"string\"},\"id\":{\"type\":\"long\"},\"seq\":{\"type\":\"int\"},\"rawType\":{\"type\":\"string\"}},\"id\":\"textPron\"}},\"apis\":[{\"path\":\"/word.{format}/{word}/examples\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return examples for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"includeDuplicates\",\"description\":\"Show duplicate examples from different sources\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"contentProvider\",\"description\":\"Return results from a specific ContentProvider\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"internalDataStore\",\"description\":\"Specify the internal storage engine.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns examples for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.model.ExampleSearchResults\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getExamples\",\"responseClass\":\"exampleSearchResults\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/wordForms\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch forms for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns other forms of a word\",\"responseTypeInternal\":\"com.wordnik.corpus.entity.RelationshipMap\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getWordForms\",\"responseClass\":\"relationshipMap\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"String value of WordObject to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSuggestions\",\"description\":\"Return suggestions (for correct spelling, case variants, etc.)\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"shouldCreate\",\"description\":\"Create word if not existing\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Given a word as a string, returns the WordObject that represents it\",\"responseTypeInternal\":\"com.wordnik.corpus.entity.Word\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getWord\",\"responseClass\":\"wordObject\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/definitions\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"partOfSpeech\",\"description\":\"CSV list of part-of-speech types\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"noun\",\"adjective\",\"verb\",\"adverb\",\"interjection\",\"pronoun\",\"preposition\",\"abbreviation\",\"affix\",\"article\",\"auxiliary-verb\",\"conjunction\",\"definite-article\",\"family-name\",\"given-name\",\"idiom\",\"imperative\",\"noun-plural\",\"noun-posessive\",\"past-participle\",\"phrasal-prefix\",\"proper-noun\",\"proper-noun-plural\",\"proper-noun-posessive\",\"suffix\",\"verb-intransitive\",\"verb-transitive\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeRelated\",\"description\":\"Return related words with definitions\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionaries\",\"description\":\"Gets from dictionaries in the supplied order of precedence\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeTags\",\"description\":\"Return a closed set of XML tags in response\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Return definitions for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.dictionary.entity.Definition\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No definitions found.\",\"code\":404}],\"nickname\":\"getDefinitions\",\"responseClass\":\"List[definition]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/topExample\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch examples for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"contentProvider\",\"description\":\"Return results from a specific ContentProvider\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"internalDataStore\",\"description\":\"Specify the internal storage engine.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns a top example for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.model.Example\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTopExample\",\"responseClass\":\"example\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/punctuationFactor\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"caseSensitive\",\"description\":\"Input is case sensitive\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches other forms of a word\",\"responseTypeInternal\":\"com.wordnik.corpus.entity.BangFactor\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getPunctuationFactor\",\"responseClass\":\"punctuationFactor\",\"notes\":\"Deprecated\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/contextualLookup\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"sentence\",\"description\":\"The sentence in which the word occurs\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"offset\",\"defaultValue\":\"-1\",\"description\":\"The start character offset of the word in the given sentence\",\"required\":false,\"dataType\":\"int\",\"allowableValues\":[\"0 to 4096\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"expandTerms\",\"description\":\"Expand context terms using related words\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSourceDictionaries\",\"description\":\"Only include these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"excludeSourceDictionaries\",\"description\":\"Exclude these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"defaultValue\":\"0\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"0 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"defaultValue\":\"10\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"1 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns definitions for a word based on the sentence in which it is found\",\"responseTypeInternal\":\"com.wordnik.index.definition.DefinitionSearchResults\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"contextualLookup\",\"responseClass\":\"DefinitionSearchResults\",\"notes\":\"Use the offset parameter when the word occurs more than once in the sentence\",\"httpMethod\":\"GET\"},{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return definitions for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"description\":\"The sentence in which the word occurs\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"body\"},{\"name\":\"offset\",\"defaultValue\":\"-1\",\"description\":\"The start character offset of the word in the given sentence\",\"required\":false,\"dataType\":\"int\",\"allowableValues\":[\"0 to 4096\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"expandTerms\",\"description\":\"Expand context terms using related words\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"true\",\"false\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeSourceDictionaries\",\"description\":\"Only include these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"excludeSourceDictionaries\",\"description\":\"Exclude these comma-delimited source dictionaries\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"skip\",\"defaultValue\":\"0\",\"description\":\"Results to skip\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"0 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"defaultValue\":\"10\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"1 to 1000\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns definitions for a word based on the sentence in which it is found\",\"responseTypeInternal\":\"com.wordnik.index.definition.DefinitionSearchResults\",\"errorResponses\":[{\"reason\":\"Invalid term supplied.\",\"code\":400}],\"nickname\":\"contextualLookupPost\",\"responseClass\":\"DefinitionSearchResults\",\"notes\":\"Use the offset parameter when the word occurs more than once in the sentence\",\"httpMethod\":\"POST\"}]},{\"path\":\"/word.{format}/{word}/related\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word for which to return related words\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"partOfSpeech\",\"description\":\"CSV list of part-of-speech types\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"noun\",\"adjective\",\"verb\",\"adverb\",\"interjection\",\"pronoun\",\"preposition\",\"abbreviation\",\"affix\",\"article\",\"auxiliary-verb\",\"conjunction\",\"definite-article\",\"family-name\",\"given-name\",\"idiom\",\"imperative\",\"noun-plural\",\"noun-posessive\",\"past-participle\",\"phrasal-prefix\",\"proper-noun\",\"proper-noun-plural\",\"proper-noun-posessive\",\"suffix\",\"verb-intransitive\",\"verb-transitive\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get data from a single dictionary\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\" century\",\" wiktionary\",\" webster\",\" wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"type\",\"description\":\"Relationship type\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"synonym\",\"antonym\",\"variant\",\"equivalent\",\"cross-reference\",\"related-word\",\"rhyme\",\"form\",\"etymologically-related-term\",\"hypernym\",\"hyponym\",\"inflected-form\",\"primary\",\"same-context\",\"verb-form\",\"verb-stem\",\"unknown\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Return related words (thesaurus data) for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.dictionary.entity.Related\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No definitions found.\",\"code\":404}],\"nickname\":\"getRelatedWords\",\"responseClass\":\"List[related]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/pronunciations\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get pronunciations for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"century\",\"cmu\",\"macmillan\",\"wiktionary\",\"webster\",\"wordnet\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"typeFormat\",\"description\":\"Text pronunciation type\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"ahd\",\"arpabet\",\"gcide-diacritical\",\"IPA\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns text pronunciations for a given word\",\"responseTypeInternal\":\"com.wordnik.corpus.dictionary.entity.TextPron\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getTextPronunciations\",\"responseClass\":\"List[textPron]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/images/flickr\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get flickr images for.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"size\",\"description\":\"Image size\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"thumb\",\"small\",\"med\",\"lg\",\"orig\"],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns Flickr images for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.model.FlickrImage\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getFlickrImages\",\"responseClass\":\"List[photo]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/hyphenation\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get syllables for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return a correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"sourceDictionary\",\"description\":\"Get from a single dictionary. Valid options: ahd, century, wiktionary, webster, and wordnet.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns syllable information for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.dictionary.entity.Syllable\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getHyphenation\",\"responseClass\":\"List[syllable]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/frequency\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to return\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"caseSensitive\",\"description\":\"Input is case sensitive\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"startYear\",\"description\":\"Starting Year\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"endYear\",\"description\":\"Ending Year\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"includeErrorBars\",\"description\":\"Get error bar data\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Returns word usage over time\",\"responseTypeInternal\":\"com.wordnik.corpus.entity.FrequencySummary\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400},{\"reason\":\"No results.\",\"code\":404}],\"nickname\":\"getWordFrequency\",\"responseClass\":\"frequencySummary\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/phrases\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to fetch phrases for\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"wlmi\",\"description\":\"Minimum WLMI for the phrase\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"useCanonical\",\"description\":\"If true will try to return the correct word root ('cats' -> 'cat'). If false returns exactly what was requested.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[\"false\",\"true\"],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches bi-gram phrases for a word\",\"responseTypeInternal\":\"com.wordnik.corpus.ngram.entity.Bigram\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getPhrases\",\"responseClass\":\"List[bigram]\",\"httpMethod\":\"GET\"}]},{\"path\":\"/word.{format}/{word}/audio\",\"description\":\"\",\"operations\":[{\"parameters\":[{\"name\":\"word\",\"description\":\"Word to get audio for.\",\"required\":true,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"path\"},{\"name\":\"useCanonical\",\"description\":\"Use the canonical form of the word.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"v3Format\",\"description\":\"Use the V3 api.\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"paramAccess\":\"internal\",\"allowMultiple\":false,\"paramType\":\"query\"},{\"name\":\"limit\",\"description\":\"Maximum number of results to return\",\"required\":false,\"dataType\":\"string\",\"allowableValues\":[],\"allowMultiple\":false,\"paramType\":\"query\"}],\"summary\":\"Fetches audio metadata for a word.\",\"responseTypeInternal\":\"com.wordnik.community.entity.AudioFileMetadata\",\"errorResponses\":[{\"reason\":\"Invalid word supplied.\",\"code\":400}],\"nickname\":\"getAudio\",\"responseClass\":\"List[audioFile]\",\"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.\",\"httpMethod\":\"GET\"}]}],\"basePath\":\"url\",\"swaggerVersion\":\"1.0\"}"
24
- http_version: "1.1"
25
- :@ignored: false
@@ -1,31 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/account.json/authenticate/zeke?password=gomer
6
- body:
7
- headers:
8
- content-type:
9
- - application/json
10
- api-key:
11
- - b39ee8d5f05d0f566a0080b4c310ceddf5dc5f7606a616f53
12
- user-agent:
13
- - ruby-4.06.06
14
- response: !ruby/struct:VCR::Response
15
- status: !ruby/struct:VCR::ResponseStatus
16
- code: 200
17
- message: OK
18
- headers:
19
- date:
20
- - Mon, 29 Aug 2011 16:28:39 GMT
21
- wordnik-api-version:
22
- - 4.07.67
23
- access-control-allow-origin:
24
- - "*"
25
- content-type:
26
- - application/json
27
- transfer-encoding:
28
- - chunked
29
- body: "{\"token\":\"8f9de26cd0b2c8292d52f78d5082b00073d6ea74d848e3c\",\"userId\":1010037,\"userSignature\":\"79ea28fbc85f00e35ad5a5bc58ddf99b\"}"
30
- http_version: "1.1"
31
- :@ignored: false
@@ -1,172 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://beta.wordnik.com:80/v4/account.json/authenticate/zeke?password=wrong!
6
- body:
7
- headers:
8
- content-type:
9
- - application/json
10
- api-key:
11
- - b39ee8d5f05d0f566a0080b4c310ceddf5dc5f7606a616f53
12
- user-agent:
13
- - ruby-4.06.06
14
- response: !ruby/struct:VCR::Response
15
- status: !ruby/struct:VCR::ResponseStatus
16
- code: 404
17
- message: Not Found
18
- headers:
19
- date:
20
- - Mon, 29 Aug 2011 16:30:18 GMT
21
- server:
22
- - Apache/2.2.3 (Red Hat)
23
- x-powered-by:
24
- - Phusion Passenger (mod_rails/mod_rack) 3.0.2
25
- x-runtime:
26
- - "0.002124"
27
- vary:
28
- - User-Agent,Host,Accept-Encoding
29
- status:
30
- - "404"
31
- content-encoding:
32
- - gzip
33
- content-length:
34
- - "2566"
35
- content-type:
36
- - text/html; charset=UTF-8
37
- body: "<!DOCTYPE html>\n\
38
- <html lang=\"en\">\n\
39
- <head>\n\n\
40
- <meta charset=\"utf-8\">\n\
41
- <meta name=\"description\" content=\"\" />\n\
42
- <meta name=\"MSSmartTagsPreventParsing\" content=\"true\" />\n\n\
43
- <title>Sorry, but we couldn't find that</title>\n\n\
44
- <link href=\"/stylesheets/yeolde/wordnik.css?1274141228\" media=\"screen, projection\" rel=\"stylesheet\" type=\"text/css\" />\n\n\n\
45
- <link rel=\"shortcut icon\" href=\"http://www.wordnik.com/favicon.png\" />\n\
46
- <link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"Wordnik\" href=\"/opensearch.xml\" />\n\n\
47
- <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Comments on 'the'\" href=\"/words/the/comments.xml\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Wordnik Blog\" href=\"http://blog.wordnik.com/feed/\" />\n\n\
48
- <script type=\"text/javascript\" src=\"http://www.google.com/jsapi?key=ABQIAAAA1ObtuD5khdPJcgAm9ISggxTpcf29Y8dALzECxCygJs7ce_8s-xQTaMAJodG7Ijxn_E6gaobz3EAF3Q\"></script>\n\
49
- <script type=\"text/javascript\">\n\n\
50
- google.load(\"jquery\", \"1.4.4\");\n\
51
- google.load(\"jqueryui\", \"1.8.7\");\n\
52
- google.load(\"swfobject\", \"2.2\");\n\
53
- google.load(\"language\", \"1\");\n\n\
54
- var _gaq = _gaq || [];\n\
55
- _gaq.push(\n ['_setAccount', 'UA-5424156-1'],\n ['_setDomainName', '.wordnik.com']\n\
56
- );\n\n\
57
- _gaq.push(['_trackPageview']);\n\n\
58
- (function() {\n var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n\
59
- })();\n\
60
- </script>\n\
61
- <script src=\"/javascripts/yeolde/wordnik.js?1273820214\" type=\"text/javascript\"></script>\n\n\
62
- </head>\n\n\
63
- <body id=\"body\">\n\n\
64
- <div id=\"top-band\">\n\
65
- \t<div id=\"top-content\" class=\"container\">\n\n\
66
- \t\t<table id=\"top-search\">\n\
67
- \t\t\t<tr>\n\n\
68
- \t\t\t\t<td id=\"search-cell\">\n\
69
- \t\t\t\t\t<form method=\"get\" id=\"header_search_form\" action=\"/words\">\n\
70
- \t\t\t\t\t\t<div id=\"top-search-submit\" title=\"search submit\"></div>\n\
71
- \t\t\t\t\t\t<input id=\"header_search_input\" name=\"w\" type=\"text\" />\n\
72
- \t\t\t\t\t\t<div id=\"header_search_autocomplete\" class=\"autocomplete\" style=\"display:none;\"></div>\n\
73
- \t\t\t\t\t</form>\n\
74
- \t\t\t\t</td>\n\
75
- \t\t\t\t\t\t\t\t\t<td id=\"username-cell\">\n\
76
- \t\t\t\t\t\t\t\t\t</td>\n\
77
- \t\t\t\t\t\t\t</tr>\n\
78
- \t\t</table>\n\n\
79
- \t\t<a href=\"/\"><img src=\"http://www.wordnik.com/images/logo_116x24.png\" title=\"Wordnik.com\" id=\"logo-sm\" /></a>\n\n\
80
- \t\t<div id=\"top-links\">\n\
81
- \t\t\t<a href=\"/community\">Community</a> &#183;\n\
82
- \t\t\t<a href=\"/word-of-the-day\">Word of the day</a> &#183;\n\
83
- \t\t\t<a href=\"http://blog.wordnik.com\" class='noicon'>Blog</a> &#183;\n\
84
- \t\t\t<a href=\"/random\" onclick=\"javascript: pageTracker._trackPageview('/random');\">Random word</a>\n\n\
85
- \t\t</div>\n\n\
86
- \t\t\t</div>\n\
87
- </div>\n\
88
- <div class=\"container\" style=\"position: relative;\"><h1>Not found</h1>\n\n\
89
- <div>\n\n <a href=\"http://www.flickr.com/photos/dvs/11951382/\" title=\"credit: Meg, the friend of dvs on Flickr\"><img class=\"notification-image\" src=\"http://www.wordnik.com/images/404.jpg\" alt=\"credit: Meg, the friend of dvs on Flickr\" /></a>\n \n <p style=\"text-align:center;font-size:.75em;\">(<a href=\"http://www.flickr.com/photos/dvs/11951382/\">Photo</a> by, and <a href=\"http://creativecommons.org/licenses/by/2.0/deed.en\">licensed</a> from, <a href=\"http://www.flickr.com/people/dvs/\">Doug Shick</a>.)</p>\n\n\
90
- </div>\n\n\
91
- <div class=\"prose\">\n \n <p>Hmmm. We're embarrassed to admit that we can't find the page that you're looking for. We're sure we just saw it around here somewhere &hellip;</p>\n \n <p>Please try searching for a word using the search box above. (If that succeeds, please update any bookmarks you may have created.)</p>\n\n <p>Otherwise, please email us at <a href=\"mailto:feedback@wordnik.com\">feedback@wordnik.com</a> and we'll do our best to make things right.</p>\n\n\
92
- </div>\n\n\
93
- </div><div id=\"bottom_band\">\t\n\
94
- \t<div id=\"bottom_content\">\n\
95
- \t\t<table>\n\
96
- \t\t\t<tr>\n\n\
97
- \t\t\t\t<td style=\"width:33%\">\n\
98
- \t\t\t\t\t<h4>Recently looked up</h4>\n\
99
- \t\t\t\t\t\t\t\t\t\t<a href=\"/words/animal\">animal</a> &#183; <a href=\"/words/staple\">staple</a> &#183; <a href=\"/words/ingenious\">ingenious</a> &#183; <a href=\"/words/hydraulic\">hydraulic</a> &#183; <a href=\"/words/vivification\">vivification</a>\t\t\t\t</td>\n\n\
100
- \t\t\t\t<td style=\"width:33%; text-align:left\">\n\
101
- \t\t\t\t\t<h4>Recent Favorites</h4>\n\
102
- \t\t\t\t\t\t\t\t\t\t<a href=\"/words/fuel\">fuel</a> &#183; <a href=\"/words/confine\">confine</a> &#183; <a href=\"/words/stow\">stow</a> &#183; <a href=\"/words/sidelong\">sidelong</a> &#183; <a href=\"/words/resemble\">resemble</a>\t\t\t\t</td>\n\n\
103
- \t\t\t\t<td style=\"width:33%\">\n\
104
- \t\t\t\t\t<h4>Recent Pronunciations</h4>\n\
105
- \t\t\t\t\t\t\t\t\t\t<a href=\"/words/harl/pronunciations\">harl</a> &#183; <a href=\"/words/chagrin/pronunciations\">chagrin</a> &#183; <a href=\"/words/knismesis/pronunciations\">knismesis</a> &#183; <a href=\"/words/esoteric/pronunciations\">esoteric</a> &#183; <a href=\"/words/Plinth/pronunciations\">Plinth</a>\t\t\t\t</td>\n\n\
106
- \t\t\t</tr>\n\
107
- \t\t</table>\n\
108
- \t</div>\n\
109
- \t\n\
110
- \t<div id=\"footer\">\n\
111
- \t\t<div id=\"footer_content\">\n\
112
- \t\t\t<div>\n\
113
- \t\t\t\n\
114
- \t\t\t<a href=\"http://m.wordnik.com\" class='noicon'>Mobile</a> &nbsp;&#183;&nbsp;\n\
115
- \t\t\t<a href=\"/tools\">Tools</a> &nbsp;&#183;&nbsp;\n\
116
- \t\t\t<a href=\"/about#contact\">Contact</a> &nbsp;&#183;&nbsp;\n\
117
- \t\t\t<a href=\"/about\">About</a> &nbsp;&#183;&nbsp;\n\
118
- \t\t\t<a href=\"/faq\">FAQ</a> &nbsp;&#183;&nbsp;\n\
119
- \t\t\t<a href=\"/privacy\">Privacy</a> &nbsp;&#183;&nbsp;\n\
120
- \t\t\t<a href=\"/terms\">Terms</a> &nbsp;&#183;&nbsp;\n\
121
- \t\t\t<a href=\"/developers\">API</a> &nbsp;&#183;&nbsp;\n\
122
- \t\t\t<a href=\"http://smartwords.wordnik.com\" class='noicon'>Smartwords</a> &nbsp;&#183;&nbsp;\n\
123
- \t\t\t<a href=\"http://www.twitter.com/Wordnik\" rel=\"nofollow\" class='noicon'>Twitter</a> &nbsp;&#183;&nbsp;\n\
124
- \t\t\t<a href=\"http://www.facebook.com/#!/wordnik.fans\" rel=\"nofollow\" class='noicon'>Facebook</a> &nbsp;&#183;&nbsp;\n\
125
- \t\t\t<a href=\"/search\">Search</a>\n\
126
- \t\t\t\n\
127
- \t\t\t</div>\n\
128
- \t\t\t\n\
129
- \t\t\t<div style=\"margin-top: 12px;\">\n\
130
- \t\t\t\tAll the words are brought to you by Wordnik. \xC2\xA9 2011\n\
131
- \t\t\t</div>\n\n\
132
- \t\t</div>\n\
133
- \t</div>\n\
134
- </div>\n\n\
135
- <script type=\"text/javascript\">\n\
136
- google.setOnLoadCallback(function() {\n\n\
137
- Wordnik.wordAutoComplete('header_search_input', 'header_search_form');\n\
138
- $('#top-search-submit').bind('click', function() {\n\
139
- $('#header_search_form')[0].submit();\n\
140
- });\n\n\
141
- });\n\
142
- </script>\n\n\
143
- <div id=\"fb-root\"></div>\n\
144
- <script>\n\
145
- window.fbAsyncInit = function() {\n\
146
- FB.init({\tappId: '8e2cbf07651e7d281be2f54bb92e1da5',\n\
147
- status: true,\n\
148
- cookie: true,\n\
149
- xfbml: true});\n\
150
- };\n\
151
- (function() {\n\
152
- var e = document.createElement('script'); e.async = true;\n\
153
- e.src = document.location.protocol +\n\
154
- '//connect.facebook.net/en_US/all.js';\n\
155
- document.getElementById('fb-root').appendChild(e);\n\
156
- }());\n\
157
- </script>\n\n\
158
- <script type=\"text/javascript\">\n\
159
- woo_settings={'domain':'wordnik.com'};\n\
160
- (function(){\n\
161
- var wsc=document.createElement('script');\n\
162
- wsc.type='text/javascript';\n\
163
- wsc.src=document.location.protocol+'//static.woopra.com/js/woopra.js';\n\
164
- wsc.async=true;\n\
165
- var ssc = document.getElementsByTagName('script')[0];\n\
166
- ssc.parentNode.insertBefore(wsc, ssc);\n\
167
- })();\n\
168
- </script>\n\n\
169
- </body>\n\
170
- </html>\n"
171
- http_version: "1.1"
172
- :@ignored: false
@@ -1,25 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://localhost:8001/admin/api/word.xml
6
- body:
7
- headers:
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- date:
14
- - Mon, 29 Aug 2011 16:28:44 GMT
15
- wordnik-api-version:
16
- - 4.07.67
17
- access-control-allow-origin:
18
- - "*"
19
- content-type:
20
- - application/xml
21
- transfer-encoding:
22
- - chunked
23
- body: "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><ApiDocumentation><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getEntries</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><description>Return XML tags in response</description><name>tags</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>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Return etymologies</description><name>etymologies</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[entry]</responseClass><summary>Return entries for a word</summary></operations><path>/word.{format}/{word}/entries</path></apis><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><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</allowableValues><dataType>string</dataType><description>Show duplicate examples from different sources</description><name>includeDuplicates</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Return results from a specific ContentProvider</description><name>contentProvider</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Specify the internal storage engine.</description><name>internalDataStore</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Results to skip</description><name>skip</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><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><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>getExamplesPost</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><dataType>ExampleSearchQuery</dataType><description>Search definition object</description><paramType>body</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Specify the internal storage engine.</description><name>internalDataStore</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>exampleSearchResults</responseClass><summary>Fetches 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><errorResponses><code>404</code><reason>No results.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>addWordForm</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to add forms for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>suggestion</dataType><description>RelationshipMapWord to add</description><paramType>body</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Make this the Canonical form of the word.</description><name>canonical</name><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Adds a Relationship Map to a word</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No results.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getWordForms</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch forms for</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><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><responseClass>relationshipMap</responseClass><summary>Returns other forms of a word</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No results.</reason></errorResponses><httpMethod>DELETE</httpMethod><nickname>deleteWordForm</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to delete forms from</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Relationship type to delete</description><name>type</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Target word to remove relationship from.</description><name>word</name><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Deletes a relationship from a word</summary></operations><path>/word.{format}/{word}/wordForms</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>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</allowableValues><dataType>string</dataType><description>Return suggestions (for correct spelling, case variants, etc.)</description><name>includeSuggestions</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Create word if not existing</description><name>shouldCreate</name><paramAccess>internal</paramAccess><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>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>noun</allowableValues><allowableValues>adjective</allowableValues><allowableValues>verb</allowableValues><allowableValues>adverb</allowableValues><allowableValues>interjection</allowableValues><allowableValues>pronoun</allowableValues><allowableValues>preposition</allowableValues><allowableValues>abbreviation</allowableValues><allowableValues>affix</allowableValues><allowableValues>article</allowableValues><allowableValues>auxiliary-verb</allowableValues><allowableValues>conjunction</allowableValues><allowableValues>definite-article</allowableValues><allowableValues>family-name</allowableValues><allowableValues>given-name</allowableValues><allowableValues>idiom</allowableValues><allowableValues>imperative</allowableValues><allowableValues>noun-plural</allowableValues><allowableValues>noun-posessive</allowableValues><allowableValues>past-participle</allowableValues><allowableValues>phrasal-prefix</allowableValues><allowableValues>proper-noun</allowableValues><allowableValues>proper-noun-plural</allowableValues><allowableValues>proper-noun-posessive</allowableValues><allowableValues>suffix</allowableValues><allowableValues>verb-intransitive</allowableValues><allowableValues>verb-transitive</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>true</allowableValues><allowableValues>false</allowableValues><dataType>string</dataType><description>Return related words with definitions</description><name>includeRelated</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Gets from dictionaries in the supplied order of precedence</description><name>sourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</allowableValues><dataType>string</dataType><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><errorResponses><code>404</code><reason>No stats available.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getWordStats</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return stats for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><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><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Return detailed usage info</description><name>detailed</name><paramType>query</paramType><required>false</required></parameters><responseClass>wordStats</responseClass><summary>Returns word statistics</summary></operations><path>/word.{format}/{word}/stats</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><dataType>string</dataType><description>Return results from a specific ContentProvider</description><name>contentProvider</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Specify the internal storage engine.</description><name>internalDataStore</name><paramAccess>internal</paramAccess><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><errorResponses><code>404</code><reason>No results.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getPunctuationFactor</nickname><notes>Deprecated</notes><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><description>Input is case sensitive</description><name>caseSensitive</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><responseClass>punctuationFactor</responseClass><summary>Fetches other forms of a word</summary></operations><path>/word.{format}/{word}/punctuationFactor</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>contextualLookup</nickname><notes>Use the offset parameter when the word occurs more than once in the sentence</notes><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>string</dataType><description>The sentence in which the word occurs</description><name>sentence</name><paramType>query</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>0 to 4096</allowableValues><dataType>int</dataType><defaultValue>-1</defaultValue><description>The start character offset of the word in the given sentence</description><name>offset</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>true</allowableValues><allowableValues>false</allowableValues><dataType>string</dataType><description>Expand context terms using related words</description><name>expandTerms</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Only include these comma-delimited source dictionaries</description><name>includeSourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Exclude these comma-delimited source dictionaries</description><name>excludeSourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>0 to 1000</allowableValues><dataType>string</dataType><defaultValue>0</defaultValue><description>Results to skip</description><name>skip</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>1 to 1000</allowableValues><dataType>string</dataType><defaultValue>10</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>DefinitionSearchResults</responseClass><summary>Returns definitions for a word based on the sentence in which it is found</summary></operations><operations><errorResponses><code>400</code><reason>Invalid term supplied.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>contextualLookupPost</nickname><notes>Use the offset parameter when the word occurs more than once in the sentence</notes><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>string</dataType><description>The sentence in which the word occurs</description><paramType>body</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>0 to 4096</allowableValues><dataType>int</dataType><defaultValue>-1</defaultValue><description>The start character offset of the word in the given sentence</description><name>offset</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>true</allowableValues><allowableValues>false</allowableValues><dataType>string</dataType><description>Expand context terms using related words</description><name>expandTerms</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Only include these comma-delimited source dictionaries</description><name>includeSourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Exclude these comma-delimited source dictionaries</description><name>excludeSourceDictionaries</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>0 to 1000</allowableValues><dataType>string</dataType><defaultValue>0</defaultValue><description>Results to skip</description><name>skip</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>1 to 1000</allowableValues><dataType>string</dataType><defaultValue>10</defaultValue><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>DefinitionSearchResults</responseClass><summary>Returns definitions for a word based on the sentence in which it is found</summary></operations><path>/word.{format}/{word}/contextualLookup</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getCommentCount</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get comment count for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Returns the number of comments on a word</summary></operations><path>/word.{format}/{word}/commentCount</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getCitations</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get citations for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</allowableValues><dataType>string</dataType><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>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[citation]</responseClass><summary>Returns citations for a word</summary></operations><path>/word.{format}/{word}/citations</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>getRelatedWords</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word for which to return related words</description><name>word</name><paramType>path</paramType><required>true</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>noun</allowableValues><allowableValues>adjective</allowableValues><allowableValues>verb</allowableValues><allowableValues>adverb</allowableValues><allowableValues>interjection</allowableValues><allowableValues>pronoun</allowableValues><allowableValues>preposition</allowableValues><allowableValues>abbreviation</allowableValues><allowableValues>affix</allowableValues><allowableValues>article</allowableValues><allowableValues>auxiliary-verb</allowableValues><allowableValues>conjunction</allowableValues><allowableValues>definite-article</allowableValues><allowableValues>family-name</allowableValues><allowableValues>given-name</allowableValues><allowableValues>idiom</allowableValues><allowableValues>imperative</allowableValues><allowableValues>noun-plural</allowableValues><allowableValues>noun-posessive</allowableValues><allowableValues>past-participle</allowableValues><allowableValues>phrasal-prefix</allowableValues><allowableValues>proper-noun</allowableValues><allowableValues>proper-noun-plural</allowableValues><allowableValues>proper-noun-posessive</allowableValues><allowableValues>suffix</allowableValues><allowableValues>verb-intransitive</allowableValues><allowableValues>verb-transitive</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>ahd</allowableValues><allowableValues> century</allowableValues><allowableValues> wiktionary</allowableValues><allowableValues> webster</allowableValues><allowableValues> wordnet</allowableValues><dataType>string</dataType><description>Get data from a single dictionary</description><name>sourceDictionary</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><allowableValues>synonym</allowableValues><allowableValues>antonym</allowableValues><allowableValues>variant</allowableValues><allowableValues>equivalent</allowableValues><allowableValues>cross-reference</allowableValues><allowableValues>related-word</allowableValues><allowableValues>rhyme</allowableValues><allowableValues>form</allowableValues><allowableValues>etymologically-related-term</allowableValues><allowableValues>hypernym</allowableValues><allowableValues>hyponym</allowableValues><allowableValues>inflected-form</allowableValues><allowableValues>primary</allowableValues><allowableValues>same-context</allowableValues><allowableValues>verb-form</allowableValues><allowableValues>verb-stem</allowableValues><allowableValues>unknown</allowableValues><dataType>string</dataType><description>Relationship type</description><name>type</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[related]</responseClass><summary>Return related words (thesaurus data) for a word</summary></operations><path>/word.{format}/{word}/related</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied</reason></errorResponses><errorResponses><code>404</code><reason>Supplied user does not exist</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getListedIn</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch WordLists for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>rating</allowableValues><dataType>string</dataType><description>Specifies a sort parameter</description><name>sortBy</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>User to scope the request to</description><name>username</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[wordList]</responseClass><summary>Returns WordLists containing a word</summary></operations><path>/word.{format}/{word}/listedIn</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getListedInCount</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch count for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Returns a count of lists a word appears in</summary></operations><path>/word.{format}/{word}/listedInCount</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getFirstListedIn</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch a WordList for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>wordList</responseClass><summary>Returns the first WordList a word appeared in</summary></operations><path>/word.{format}/{word}/firstListedIn</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getFirstListedBy</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch a User for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>user</responseClass><summary>Returns the first User to list a particular word</summary></operations><path>/word.{format}/{word}/firstListedBy</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>false</allowableValues><allowableValues>true</allowableValues><dataType>string</dataType><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>ahd</allowableValues><allowableValues>century</allowableValues><allowableValues>cmu</allowableValues><allowableValues>macmillan</allowableValues><allowableValues>wiktionary</allowableValues><allowableValues>webster</allowableValues><allowableValues>wordnet</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>ahd</allowableValues><allowableValues>arpabet</allowableValues><allowableValues>gcide-diacritical</allowableValues><allowableValues>IPA</allowableValues><dataType>string</dataType><description>Text pronunciation type</description><name>typeFormat</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><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><httpMethod>GET</httpMethod><nickname>getFlickrImages</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get flickr images for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>thumb</allowableValues><allowableValues>small</allowableValues><allowableValues>med</allowableValues><allowableValues>lg</allowableValues><allowableValues>orig</allowableValues><dataType>string</dataType><description>Image size</description><name>size</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[photo]</responseClass><summary>Returns Flickr images for a word</summary></operations><path>/word.{format}/{word}/images/flickr</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>false</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><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>string</dataType><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><httpMethod>GET</httpMethod><nickname>getUnigramCountInternal</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get unigram count for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Returns syllable information for a word</summary></operations><path>/word.{format}/{word}/unigramCountInternal</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getBigramsInternal</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get bigrams for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Gamma filter</description><name>gamma</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>WLMI Limit</description><name>minWlmi</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[bigram]</responseClass><summary>Returns Bigrams for the given word</summary></operations><path>/word.{format}/{word}/phrasesInternal</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getLookupCount</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to get Bigrams for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Returns the number of times a word has been viewed</summary></operations><path>/word.{format}/{word}/lookupCount</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getTagsOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch Tags on</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Restrict to a particular user</description><name>username</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[tag]</responseClass><summary>Fetches tags for a word</summary></operations><path>/word.{format}/{word}/tags</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getTagCountOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch Tag count on</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Restrict to a particular user</description><name>username</name><paramType>query</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Fetches tag count for a word</summary></operations><path>/word.{format}/{word}/tagCount</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>addTagToWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to add a Tag to</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>CSV list of tags to add.</description><name>tags</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Add tag on behalf of a particular user</description><name>username</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Adds a tag to a word</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>DELETE</httpMethod><nickname>deleteTagFromWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to add a Tag to</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>CSV list of tags to remove.</description><name>tags</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Remove tag on behalf of a particular user</description><name>username</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Removes a tag from a word</summary></operations><path>/word.{format}/{word}/tag</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><description>Input is case sensitive</description><name>caseSensitive</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><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><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Starting Year</description><name>startYear</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Ending Year</description><name>endYear</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Get error bar data</description><name>includeErrorBars</name><paramAccess>internal</paramAccess><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>getFirstUsageOfWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return first usage for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Return detailed usage info</description><name>detailed</name><paramType>query</paramType><required>false</required></parameters><responseClass>detailedWordUsage</responseClass><summary>Returns first usage of a word</summary></operations><path>/word.{format}/{word}/firstUsed</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>addWordView</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to record a word view for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>ID of the user viewing the word</description><name>userId</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Tracking ID for the user</description><name>userGuid</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Session ID for the user</description><name>userSessionId</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Internal IP address of the web server</description><name>serverIp</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Page being viewed</description><name>pageName</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Method of the word view</description><name>method</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Browser user agent</description><name>userAgent</name><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Records a word view from the website</summary></operations><path>/word.{format}/{word}/wordView</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied</reason></errorResponses><errorResponses><code>404</code><reason>No user found</reason></errorResponses><httpMethod>GET</httpMethod><nickname>isFavorite</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to check</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Check for a particular user</description><name>userName</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>true</required></parameters><responseClass>BooleanValue</responseClass><summary>Checks to see if a word is a user's favorite</summary></operations><path>/word.{format}/{word}/isFavorite</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied</reason></errorResponses><errorResponses><code>404</code><reason>No user found</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getFavoriteCount</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to check</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Check for a particular user</description><name>userName</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>long</responseClass><summary>Returns the number of times a word has been Favorited</summary></operations><path>/word.{format}/{word}/favoriteCount</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>404</code><reason>No user found</reason></errorResponses><httpMethod>POST</httpMethod><nickname>addWordToFavorites</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to favorite</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Add as favorite on behalf of a particular user</description><name>userName</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Favorites a Word for a user</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word supplied or no user found.</reason></errorResponses><httpMethod>DELETE</httpMethod><nickname>deleteFromFavorites</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to remove</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Remove on behalf of a particular user</description><name>userName</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Removes a Word from a user's Favorites</summary></operations><path>/word.{format}/{word}/favorite</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>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Minimum WLMI for the phrase</description><name>wlmi</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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[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><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>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues>webster</allowableValues><allowableValues>wiktionary</allowableValues><dataType>string</dataType><description>Get etymologies from a single dictionary. Options are ahd or century.</description><name>sourceDictionary</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>false</allowableValues><allowableValues>true</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><parameters><allowMultiple>false</allowMultiple><allowableValues>ahd</allowableValues><allowableValues>webster</allowableValues><allowableValues>wiktionary</allowableValues><dataType>string</dataType><description>Etymology type</description><name>type</name><paramType>query</paramType><required>false</required></parameters><responseClass>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>getOtherFormsInternal</nickname><notes>Deprecated</notes><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Minimum corpus frequency</description><name>minFrequency</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[otherForms]</responseClass><summary>Fetches other forms of a word</summary></operations><path>/word.{format}/{word}/otherFormsInternal</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>POST</httpMethod><nickname>addWordRelationshipInternal</nickname><notes>Deprecated</notes><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>relatedData</dataType><description>Relationship to add</description><paramType>body</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Adds a word relationship</summary></operations><path>/word.{format}/{word}/wordRelationshipInternal</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getCommentsOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to return Comments for</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><allowableValues>ascending</allowableValues><allowableValues>descending</allowableValues><dataType>string</dataType><defaultValue>descending</defaultValue><description>Direction to sort by</description><name>sortOrder</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Results to skip</description><name>skip</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Maximum number of results to return</description><name>limit</name><paramType>query</paramType><required>false</required></parameters><responseClass>List[comment]</responseClass><summary>Fetches comments on a Word</summary></operations><path>/word.{format}/{word}/comments</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word or Comment supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word or commentor not found.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getCommentOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to fetch Comment for.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>ID of Comment to fetch.</description><name>commentId</name><paramType>path</paramType><required>false</required></parameters><responseClass>comment</responseClass><summary>Fetches a Comment by ID</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word or Comment supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word or commentor not found.</reason></errorResponses><httpMethod>DELETE</httpMethod><nickname>deleteCommentByIdOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to update Comment on.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Updated Comment.</description><name>commentId</name><paramType>path</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Deletes an existing word comment</summary></operations><path>/word.{format}/{word}/comment/{commentId}</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word or Comment supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word or commentor not found.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>commentOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to add Comment to.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>comment</dataType><description>Comment to add.</description><paramType>body</paramType><required>false</required></parameters><responseClass>comment</responseClass><summary>Adds a comment to a word</summary></operations><operations><errorResponses><code>400</code><reason>Invalid word or Comment supplied.</reason></errorResponses><errorResponses><code>404</code><reason>Word or commentor not found.</reason></errorResponses><httpMethod>PUT</httpMethod><nickname>updateCommentOnWord</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to update Comment on.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>comment</dataType><description>Updated Comment.</description><paramType>body</paramType><required>false</required></parameters><responseClass>comment</responseClass><summary>Updates an existing word comment</summary></operations><path>/word.{format}/{word}/comment</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><description>Use the canonical form of the word.</description><name>useCanonical</name><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Use the V3 api.</description><name>v3Format</name><paramAccess>internal</paramAccess><paramType>query</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><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><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>POST</httpMethod><nickname>addAudio</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to add audio to.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>audioObject</dataType><description>AudioPon metadata to add.</description><paramType>body</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Creates AudioPron metadata</summary></operations><path>/word.{format}/{word}/audio</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid pron id supplied.</reason></errorResponses><httpMethod>GET</httpMethod><nickname>getPronunciation</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><description>Id to get audio for.</description><name>pronId</name><paramType>path</paramType><required>true</required></parameters><responseClass>audioFile</responseClass><summary>Fetches single audio pronunciation.</summary></operations><path>/word.{format}/{word}/pronunciation/{pronId}</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><httpMethod>PUT</httpMethod><nickname>updateAudioInternal</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>audio object to update</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>audioObject</dataType><description>Updated metadata.</description><paramType>body</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Internal method to update an audio object</summary></operations><path>/word.{format}/{word}/audioInternal</path></apis><apis><description></description><operations><errorResponses><code>400</code><reason>Invalid word supplied.</reason></errorResponses><errorResponses><code>401</code><reason>Unauthorized.</reason></errorResponses><httpMethod>DELETE</httpMethod><nickname>deleteAudio</nickname><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>Word to delete audio from.</description><name>word</name><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>string</dataType><description>AudioPon metadata to add.</description><name>audio_id</name><paramType>path</paramType><required>false</required></parameters><responseClass>ok</responseClass><summary>Deletes an AudioPron</summary></operations><path>/word.{format}/{word}/audio/{audio_id}</path></apis><basePath>url</basePath><resourcePath>/word</resourcePath><models/><swaggerVersion>1.0</swaggerVersion></ApiDocumentation>"
24
- http_version: "1.1"
25
- :@ignored: false