- Home
- Resources
- Integrations
- WordsAPI
WordsAPI Make integrationAutomate WordsAPI with Make.
What if every word your team collects came back with its meaning and its rhymes attached? The WordsAPI Make integration gives you 6 modules: 5 actions and 1 search. This page shows content and product teams how to link the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the WordsAPI Make integration do for you?
The WordsAPI Make integration lets a scenario, the automation you build in Make, ask WordsAPI about a word and hand the answer to the next step. You get definitions, rhymes, frequency scores or random words without writing a single request, and every result lands as data you can store or send anywhere.
A glossary that fills itself. When a term is added in another app, Get a Word fetches its full details and the next module writes them back next to the term. Nobody copies definitions by hand anymore.
Rhymes on demand for copywriters. A songwriter or a brand team types a word, Get Rhymes returns the list, and Make passes it to wherever the team drafts. Pair it with Get Frequency to see which candidates are common words and which are rare.
Word lists for games and learning apps. Search Words finds words that fit the criteria you set, and Get a Random Word picks a single one, handy for a quiz or a vocabulary card.
WordsAPI has no trigger in Make, so a scenario starts from another app or from a schedule, and there is no Make an API Call module to reach endpoints outside these 6. The same app often has an n8n node too; the n8n vs Make comparison lays out both tools. For the basics of the editor, see Make training, and Make pricing explains how operations are counted.
How do you connect WordsAPI to Make?
- 01
Get your API key
WordsAPI runs through RapidAPI, so you need a RapidAPI account and a WordsAPI subscription first. In the developer dashboard, select your app, open the Authorization page and copy the API key shown there.
- 02
Open the connection window
In your scenario, add any WordsAPI module and click Create a connection. A connection is your WordsAPI account linked to Make once, then reused by every WordsAPI module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the key you copied, or follow the instructions on screen, then save. The module is ready to use.
Build your first scenario with WordsAPI
GoalWhen a new word shows up in another app, Make looks it up in WordsAPI and fetches its rhymes.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. The first module comes from the app where your words live, such as a form or a spreadsheet, since WordsAPI has no trigger.
- 02
Add Get a Word
Click the + on the right of that first module, search for WordsAPI and pick Get a Word. Link your account, then map the word coming from the previous module into it.
- 03
Chain Get Rhymes
Add one more module with the +, choose Get Rhymes and map the same word again. Each module handles one bundle, meaning one item passed along, so one word gives one lookup.
- 04
Test with Run once
Click Run once, then open the bubble above each module. You see exactly what WordsAPI sent back for your test word, which tells you what to map next.
- 05
Schedule and switch on
Set the schedule on the first module, which checks every 15 minutes by default, and switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.
What each WordsAPI module does
WordsAPI gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a Random Word
ActionIn Make“Returns one random word matching the search criteria.”
Pulls one random word matching the criteria you set. Your scenario always has a fresh word to work with, which keeps repeated content from feeling stale.
Get a Word
ActionIn Make“Retrieves all details of a word.”
Brings back everything WordsAPI knows about one word in a single step, which saves you from chaining several lookups.
Get Frequency
ActionIn Make“Returns the frequency score for a specific word.”
Gives you a score that tells how common a word is, useful for deciding whether readers will recognize it.
Get Rhymes
ActionIn Make“Returns a list of rhyming words.”
Returns a list of words that rhyme with the one you send, ready to hand to a writer or store in a sheet.
Get Word Details
ActionIn Make“Retrieves a specific set of details of a word.”
Fetches only the specific slice of information you ask for about a word, instead of the full record.
Search Words
SearchIn Make“Searches for words fitting specified parameters.”
Finds every word that fits the parameters you define, which is how you build a word list without typing it.
Need help automating WordsAPI with Make?
A person reads every message.