Automate Wordnik
HumDay reads Wordnik’s own published API description and derives 16 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Wordnik is
Wordnik is the worlds biggest online English dictionary, by number of words
API host: api.wordnik.com
What HumDay can read from Wordnik
These are the operations a schedule or a trigger can watch.
- GETSearches words
/words.json/search/{query} - GETReverse dictionary search
/words.json/reverseDictionary - GETReturns a single random WordObject
/words.json/randomWord - GETReturns an array of random WordObjects
/words.json/randomWords - GETReturns a specific WordOfTheDay
/words.json/wordOfTheDay - GETFetches audio metadata for a word.
/word.json/{word}/audio - GETFetches bi-gram phrases for a word
/word.json/{word}/phrases - GETReturns examples for a word
/word.json/{word}/examples - GETReturns word usage over time
/word.json/{word}/frequency - GETReturns a top example for a word
/word.json/{word}/topExample - GETReturn definitions for a word
/word.json/{word}/definitions - GETFetches etymology data
/word.json/{word}/etymologies - GETReturns syllable information for a word
/word.json/{word}/hyphenation - GETGiven a word as a string, returns relationships from the Word Graph
/word.json/{word}/relatedWords - GETReturns the Scrabble score for a word
/word.json/{word}/scrabbleScore - GETReturns text pronunciations for a given word
/word.json/{word}/pronunciations
How automating Wordnik works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Wordnik account.
- Grant access, then go live. You approve the specific Wordnik operations it may use — and only those.
Popular Wordnik integrations
Connect Wordnik to the tools people pair it with most.
- Wordnik and OData for namespace microsoft.graphintegration
- Wordnik and Cloudflareintegration
- Wordnik and NetBoxintegration
- Wordnik and GitHubintegration
- Wordnik and Mistintegration
- Wordnik and Loket.nlintegration
- Wordnik and Atlassian The Jira Cloud platformintegration
- Wordnik and Magento B2Bintegration
- Wordnik and Stripeintegration
- Wordnik and Zuora Reference Billingintegration
- Wordnik and bunqintegration
- Wordnik and DocuSignintegration
Automate Wordnik with these
- OpenAI273 operations
- MotaWord219 operations
- Anthropic144 operations
- Contract P Contract.fit134 operations
- NamSor84 operations
- Salesforce Einstein Vision and Einstein Language45 operations
- Semantria41 operations
- FunTranslations36 operations
- Formapi35 operations
- Handwrytten30 operations
- Neutrinoapi Neutrino27 operations
- Oxforddictionaries Oxford Dictionaries26 operations
Categories
Questions about Wordnik automation
- Can HumDay connect to Wordnik?
- Yes. HumDay reads Wordnik's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 16 operations are documented.
- Do I need to write code to automate Wordnik?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Wordnik account.
- What can HumDay do in Wordnik?
- 0 of the 16 documented operations change something in Wordnik, and 16 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Wordnik account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Wordnik is held behind that approval.
Where this came from
The operations above are read from a published API description for Wordnik at developer.wordnik.com/api-docs/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.