Wordnik
Connector for the wordnik API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.wordnik.com/v4 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
getaudio— GET /word.json/{word}/audio — Fetches audio metadata for a word.getdefinitions— GET /word.json/{word}/definitions — Return definitions for a wordgetetymologies— GET /word.json/{word}/etymologies — Fetches etymology datagetexamples— GET /word.json/{word}/examples — Returns examples for a wordgetwordfrequency— GET /word.json/{word}/frequency — Returns word usage over timegethyphenation— GET /word.json/{word}/hyphenation — Returns syllable information for a word
Inputs
apiKey— your wordnik API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaudio
apiKey: <your key>