Spelling Bee Generator

Spelling Bee Generator API

GamesIncluded in Subscription

Spelling Bee Generator creates word puzzles with 7 letters where players form words using a required center letter.

Online
1 credit/call
99.9% uptime
Docs
avg: 456ms|p50: 431ms|p75: 472ms|p90: 522ms|p99: 620ms
Online
1 credit/call
99.9% uptime
Docs
avg: 456ms|p50: 431ms|p90: 522ms|p99: 620ms

Live Test API

Try out the Spelling Bee Generator with a live request and see the response in real-time.

API Request

GET
https://api.apiverve.com
Parameters

API Response

200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
{ "status": "ok", "error": null, "data": { "centerLetter": "A", "outerLetters": [ "C", "H", "E", "J", "O", "D" ], "allLetters": [ "A", "C", "H", "E", "J", "O", "D" ], "difficulty": "medium", "wordCount": 53, "pangramCount": 0, "maxPoints": 200, "words": [ { "word": "DEADHEADED", "points": 10, "isPangram": false }, { "word": "COHEADED", "points": 8, "isPangram": false }, { "word": "DEADHEAD", "points": 8, "isPangram": false }, { "word": "HEADACHE", "points": 8, "isPangram": false }, { "word": "ACCEDED", "points": 7, "isPangram": false }, { "word": "COACHED", "points": 7, "isPangram": false }, { "word": "ACCEDE", "points": 6, "isPangram": false }, { "word": "AHCHOO", "points": 6, "isPangram": false }, { "word": "CACHED", "points": 6, "isPangram": false }, { "word": "COHEAD", "points": 6, "isPangram": false }, { "word": "DADOED", "points": 6, "isPangram": false }, { "word": "DECADE", "points": 6, "isPangram": false }, { "word": "DOODAD", "points": 6, "isPangram": false }, { "word": "HADJEE", "points": 6, "isPangram": false }, { "word": "HEADED", "points": 6, "isPangram": false }, { "word": "AAHED", "points": 5, "isPangram": false }, { "word": "ACHED", "points": 5, "isPangram": false }, { "word": "ACHOO", "points": 5, "isPangram": false }, { "word": "ADDED", "points": 5, "isPangram": false }, { "word": "AHEAD", "points": 5, "isPangram": false }, { "word": "CACAO", "points": 5, "isPangram": false }, { "word": "CACHE", "points": 5, "isPangram": false }, { "word": "CAECA", "points": 5, "isPangram": false }, { "word": "COACH", "points": 5, "isPangram": false }, { "word": "COCOA", "points": 5, "isPangram": false }, { "word": "DACHA", "points": 5, "isPangram": false }, { "word": "HADED", "points": 5, "isPangram": false }, { "word": "HODAD", "points": 5, "isPangram": false }, { "word": "JADED", "points": 5, "isPangram": false }, { "word": "JEHAD", "points": 5, "isPangram": false }, { "word": "ACED", "points": 1, "isPangram": false }, { "word": "ACHE", "points": 1, "isPangram": false }, { "word": "AHED", "points": 1, "isPangram": false }, { "word": "AJEE", "points": 1, "isPangram": false }, { "word": "CACA", "points": 1, "isPangram": false }, { "word": "CADE", "points": 1, "isPangram": false }, { "word": "CECA", "points": 1, "isPangram": false }, { "word": "CHAD", "points": 1, "isPangram": false }, { "word": "CHAO", "points": 1, "isPangram": false }, { "word": "COCA", "points": 1, "isPangram": false }, { "word": "CODA", "points": 1, "isPangram": false }, { "word": "DACE", "points": 1, "isPangram": false }, { "word": "DADA", "points": 1, "isPangram": false }, { "word": "DADO", "points": 1, "isPangram": false }, { "word": "DEAD", "points": 1, "isPangram": false }, { "word": "EACH", "points": 1, "isPangram": false }, { "word": "HADE", "points": 1, "isPangram": false }, { "word": "HADJ", "points": 1, "isPangram": false }, { "word": "HAED", "points": 1, "isPangram": false }, { "word": "HAHA", "points": 1, "isPangram": false }, { "word": "HAJJ", "points": 1, "isPangram": false }, { "word": "HEAD", "points": 1, "isPangram": false }, { "word": "JADE", "points": 1, "isPangram": false } ], "html": "<html><head><title>Spelling Bee</title><style>body {font-family: Arial, sans-serif; padding: 20px; max-width: 500px; margin: 0 auto; text-align: center;}h1 {color: #F9A825;}.honeycomb {display: flex; flex-wrap: wrap; justify-content: center; max-width: 200px; margin: 30px auto;}.hex {width: 60px; height: 52px; background: #E0E0E0; margin: 2px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);}.hex.center {background: #F9A825; color: white;}.stats {margin: 20px 0; font-size: 14px; color: #666;}.rules {text-align: left; background: #FFF8E1; padding: 15px; border-radius: 10px; margin-top: 20px;}.rules h3 {margin-top: 0; color: #F9A825;}.rules ul {margin: 0; padding-left: 20px;}</style></head><body><h1>Spelling Bee</h1><div class='honeycomb'><div class='hex center'>A</div><div class='hex'>C</div><div class='hex'>H</div><div class='hex'>E</div><div class='hex'>J</div><div class='hex'>O</div><div class='hex'>D</div></div><div class='stats'>53 words | 200 possible points</div><div class='rules'><h3>How to Play:</h3><ul><li>Create words using the letters shown</li><li>Words must contain the center letter (yellow)</li><li>Words must be at least 4 letters long</li><li>Letters can be used more than once</li><li>4-letter words = 1 point</li><li>Longer words = 1 point per letter</li><li>Pangrams (use all 7 letters) = +7 bonus points</li></ul></div></body></html>", "image": { "imageName": "0f8f8f2c-ac7d-46f9-b5fc-e2d777117f13.png", "format": ".png", "downloadURL": "https://storage.googleapis.com/apiverve/APIData/spellingbee/0f8f8f2c-ac7d-46f9-b5fc-e2d777117f13.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766010561&Signature=cHvKHU7wb0RwJKVI6FGIS8%2B8%2BencmsoWEuH%2FT2cQsUjPTY%2FFLhSzipEyHex5HCEg5q8jEiRB3wZDXF9lyONQTVSNdZp0Xpm6Fw69tZZDvCeHePwa1v0h0rktZ6PLSbRswtr0vlHDZL3JPBl7i%2FsxM8QxTdGDOs7cyULy3d9qEyuPPIEDkOF1cnQce2qThIhZ%2BHieQNsBVX193NhyeCrgfRVQVPiFYo4ngSbOrMJKpVm2aSbtykG6Hyw%2B8RnQqkBqA5JB8XaB2ESBg0ZU8ldZUNoHd4cMoC2Oz4rI5FkLuQ2tzju9FVsxsCXiVvJCPd9jsWOlhQ7T1NVp%2FwV107k38w%3D%3D", "expires": 1766010561052 } } }

Multiple Access Methods

REST API with multiple response formats, GraphQL, and MCP for AI agents

View all integrations

JSON

JavaScript Object Notation

XML

Extensible Markup Language

YAML

Human-readable data format

CSV

Comma-separated values

BETA

GraphQL

Query language for APIs

NEW

MCP

AI agent integration

Zero-Code Integration

Embed This API

Add interactive API forms to your website with a simple iframe embed

Live Preview

Demo Mode
Developer SDKs

Skip the HTTP calls. Use our official packages

Integrate faster with type-safe SDKs and comprehensive documentation

View all integrations

NuGet

.NET / C#
Ready

PyPI

Python
Ready

NPM

Node.js / JavaScript
Ready
Need a different language?Our REST API works with any programming language. Examples available for PHP, Ruby, Go, and more.
View All Examples

Related APIs

Explore other games APIs that complement the Spelling Bee Generator

Frequently Asked Questions

Get answers to common questions about the Spelling Bee Generator API

What does the Spelling Bee Generator API do?

Spelling Bee Generator creates word puzzles with 7 letters where players form words using a required center letter. The API returns structured data in JSON, XML, or YAML format, making it easy to integrate into any application or workflow.

How fast is the Spelling Bee Generator API?

The Spelling Bee Generator API has an average response time of 456ms, with a median (p50) of 431ms and 99th percentile of 620ms. Our infrastructure maintains 99.9% uptime with servers distributed globally for low latency.

How much does the Spelling Bee Generator API cost?

Each call to the Spelling Bee Generator API uses 1 credit. The free tier includes 100 credits per month. Paid plans start at $29.99/month with higher limits, and enterprise plans offer custom pricing with priority support.

How do I authenticate Spelling Bee Generator API requests?

Include your API key in the request header as X-API-Key: your_key_here. All requests are made over HTTPS for security. You can get your API key by signing up for a free account.

What HTTP methods does Spelling Bee Generator support?

The Spelling Bee Generator API supports GET requests. Simply pass your parameters as query strings in the URL. Check our documentation for detailed parameter specifications.

Ready to integrate Spelling Bee Generator API?

Join thousands of developers building amazing applications with reliable API data. Get started with your free API key today.

100 free credits/month
No setup fees
24/7 support