Wordle Helper API

GET

Rank the best next guesses for any Wordle board.

Wordle Helper finds possible 5-letter word solutions based on known letter positions, letters in wrong positions, and eliminated letters.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/wordlehelper
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "matchCount": 11,
    "suggestions": [
      "adore",
      "afore",
      "afire",
      "argue",
      "aerie",
      "azure",
      "aurae",
      "arame",
      "agree",
      "aware",
      "areae"
    ],
    "filters": {
      "green": {
        "0": "a",
        "4": "e"
      },
      "yellow": [
        "r"
      ],
      "gray": [
        "s",
        "t",
        "l",
        "n"
      ]
    },
    "pattern": "A___E"
  }
}

About the Wordle Helper API

Returns ranked suggestions based on letter frequency analysis, prioritizing words with common letters for optimal guessing strategy.

What people use it for

Wordle Assistance
Get possible solutions when stuck on daily Wordle puzzles
Word Game Development
Integrate word filtering logic into puzzle game applications
Vocabulary Learning
Discover 5-letter words based on specific letter patterns
Strategy Optimization
Find optimal guesses based on letter frequency analysis

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Wordle Helper

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Wordle Helper API.

Read the docs
Which plan fits 10,000 Wordle solver lookups a month?
The Starter plan easily covers that volume. Each query uses 2 credits, so 10,000 lookups require 20,000 credits, leaving the vast majority of Starter's monthly credit pool intact. On Starter, lookups work out to about $0.0003 per call, or $0.30 per 1,000 calls. The Free plan includes 100 calls each month.
Are the parsed filter summaries included on the Free plan?
The Free plan returns matching word suggestions, total match count, and the pattern, but omits the detailed green, yellow, and gray filter objects. Upgrading to Starter or any paid plan unlocks full access to these filter breakdown fields.
How are the suggested words ranked?
Suggestions are ranked based on letter frequency analysis. The API prioritizes valid five-letter words that contain the most common letters, giving players an optimal guessing strategy to eliminate remaining unknowns quickly.
What clue formats does Wordle Helper accept?
You can supply exact letter positions, misplaced letters with positions to exclude, and eliminated gray letters. You can also pass a wildcard pattern using underscores for unknown slots and cap the total number of suggestions returned.
What happens if no dictionary words match the clues?
If your combined clues eliminate all possible five-letter words, matchCount returns zero and the suggestions array is returned empty. The pattern still reflects the parameters you submitted, while applied filter fields are included on paid plans.

Ready to build with Wordle Helper? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs