{ "opencollection": "1.0.0", "info": { "name": "Wordnik Account Word API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Word", "type": "folder" }, "items": [ { "info": { "name": "Fetch Audio Metadata For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/audio", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to get audio for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word (e.g. 'cats' -> 'cat')." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "The metadata includes a time-expiring fileUrl which allows reading the audio file\ndirectly from the API. Currently only audio pronunciations from the American Heritage\nDictionary in mp3 format are supported." }, { "info": { "name": "Return Definitions For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/definitions", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to return definitions for." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "partOfSpeech", "value": "", "type": "query", "description": "CSV list of part-of-speech types." }, { "name": "includeRelated", "value": "", "type": "query", "description": "Return related words with definitions." }, { "name": "sourceDictionaries", "value": "", "type": "query", "description": "Source dictionary to return definitions from. If 'all' is received, results are returned from all sources. If multiple values are received (e.g. 'century,wiktionary'), results are returned from the first specified dictionary that has definitions. If left blank, results are returned from the first dictionary that has definitions. By default, dictionaries are searched in this order:- ahd-5, wiktionary, webster, century, wordnet." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "includeTags", "value": "", "type": "query", "description": "Return a closed set of XML tags in response." } ] }, "docs": "Returns definitions for the given word from one or more source dictionaries." }, { "info": { "name": "Fetch Etymology Data For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/etymologies", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to return etymologies for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." } ] }, "docs": "Returns the etymology entries for a word, typically as XML-tagged strings." }, { "info": { "name": "Return Examples For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/examples", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to return examples for." }, { "name": "includeDuplicates", "value": "", "type": "query", "description": "Show duplicate examples from different sources." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "skip", "value": "", "type": "query", "description": "Results to skip." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Returns real-world example sentences for a word." }, { "info": { "name": "Return Word Usage Over Time", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/frequency", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to return." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "startYear", "value": "", "type": "query", "description": "Starting year." }, { "name": "endYear", "value": "", "type": "query", "description": "Ending year." } ] }, "docs": "Returns a frequency summary describing how often a word has been used per year." }, { "info": { "name": "Return Syllable Information For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/hyphenation", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to get syllables for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "sourceDictionary", "value": "", "type": "query", "description": "Get from a single dictionary. Valid options: ahd-5, century, wiktionary, webster, and wordnet." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Returns the syllabification (hyphenation) data for a word." }, { "info": { "name": "Fetch Bi-gram Phrases For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/phrases", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to fetch phrases for." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "wlmi", "value": "", "type": "query", "description": "Minimum WLMI for the phrase." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." } ] }, "docs": "Returns the top bi-gram phrases that include the given word." }, { "info": { "name": "Return Text Pronunciations For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/pronunciations", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to get pronunciations for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "sourceDictionary", "value": "", "type": "query", "description": "Get from a single dictionary." }, { "name": "typeFormat", "value": "", "type": "query", "description": "Text pronunciation type." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Returns one or more text pronunciations for a given word in any of the supported formats." }, { "info": { "name": "Return Related Words From The Word Graph", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/relatedWords", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to fetch relationships for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." }, { "name": "relationshipTypes", "value": "", "type": "query", "description": "Limits the total results per type of relationship type." }, { "name": "limitPerRelationshipType", "value": "", "type": "query", "description": "Restrict to the supplied relationship types." } ] }, "docs": "Given a word as a string, returns relationships from the Wordnik Word Graph (synonyms, antonyms, hypernyms, hyponyms, etc.)." }, { "info": { "name": "Return The Scrabble Score For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/scrabbleScore", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to get scrabble score for." } ] }, "docs": "Returns the scrabble score for a given word." }, { "info": { "name": "Return A Top Example For A Word", "type": "http" }, "http": { "method": "GET", "url": "https://api.wordnik.com/v4/word.json/:word/topExample", "params": [ { "name": "word", "value": "", "type": "path", "description": "Word to fetch examples for." }, { "name": "useCanonical", "value": "", "type": "query", "description": "Return the canonical form of the word." } ] }, "docs": "Returns a single top example sentence for a given word." } ] } ], "bundled": true }