Spelling Bee Generator
Spelling Bee Generator creates word puzzles with 7 letters where players form words using a required center letter.
This API provides reliable and fast access to spelling bee generator data through a simple REST interface. Built for developers who need consistent, high-quality results with minimal setup time.
To use this API, you need an API key. You can get one by creating a free account and visiting your dashboard.
Endpoint
GET https://api.apiverve.com/v1/spellingbeeCode Examples
Here are examples of how to call this API in different programming languages:
curl -X GET \
"https://api.apiverve.com/v1/spellingbee?difficulty=medium" \
-H "X-API-Key: your_api_key_here"const response = await fetch('https://api.apiverve.com/v1/spellingbee?difficulty=medium', {
method: 'GET',
headers: {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(data);import requests
headers = {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json'
}
response = requests.get('https://api.apiverve.com/v1/spellingbee?difficulty=medium', headers=headers)
data = response.json()
print(data)const https = require('https');
const url = require('url');
const options = {
method: 'GET',
headers: {
'X-API-Key': 'your_api_key_here',
'Content-Type': 'application/json'
}
};
const req = https.request('https://api.apiverve.com/v1/spellingbee?difficulty=medium', options, (res) => {
let data = '';
res.on('data', (chunk) => data += chunk);
res.on('end', () => console.log(JSON.parse(data)));
});
req.end();<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.apiverve.com/v1/spellingbee?difficulty=medium');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'X-API-Key: your_api_key_here',
'Content-Type: application/json'
]);
$response = curl_exec($ch);
curl_close($ch);
$data = json_decode($response, true);
print_r($data);
?>package main
import (
"fmt"
"io"
"net/http"
)
func main() {
req, _ := http.NewRequest("GET", "https://api.apiverve.com/v1/spellingbee?difficulty=medium", nil)
req.Header.Set("X-API-Key", "your_api_key_here")
req.Header.Set("Content-Type", "application/json")
client := &http.Client{}
resp, err := client.Do(req)
if err != nil {
panic(err)
}
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}require 'net/http'
require 'json'
uri = URI('https://api.apiverve.com/v1/spellingbee?difficulty=medium')
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
request = Net::HTTP::Get.new(uri)
request['X-API-Key'] = 'your_api_key_here'
request['Content-Type'] = 'application/json'
response = http.request(request)
puts JSON.pretty_generate(JSON.parse(response.body))using System;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
class Program
{
static async Task Main(string[] args)
{
using var client = new HttpClient();
client.DefaultRequestHeaders.Add("X-API-Key", "your_api_key_here");
var response = await client.GetAsync("https://api.apiverve.com/v1/spellingbee?difficulty=medium");
response.EnsureSuccessStatusCode();
var responseBody = await response.Content.ReadAsStringAsync();
Console.WriteLine(responseBody);
}
}Authentication
This API requires authentication via API key. Include your API key in the request header:
X-API-Key: your_api_key_hereInteractive API Playground
Test this API directly in your browser with live requests and responses.
Parameters
The following parameters are available for this API endpoint:
| Parameter | Type | Required | Location | Description | Example |
|---|---|---|---|---|---|
| difficulty | string | No | query | Difficulty: easy, medium, hard (affects word count) | medium |
Response
The API returns responses in JSON, XML, and YAML formats:
Example Responses
{
"status": "ok",
"error": null,
"data": {
"centerLetter": "K",
"outerLetters": [
"A",
"P",
"E",
"R",
"H",
"N"
],
"allLetters": [
"K",
"A",
"P",
"E",
"R",
"H",
"N"
],
"difficulty": "medium",
"wordCount": 57,
"pangramCount": 0,
"maxPoints": 201,
"words": [
{
"word": "HEARKENER",
"points": 9,
"isPangram": false
},
{
"word": "KNEEPAN",
"points": 7,
"isPangram": false
},
{
"word": "HEARKEN",
"points": 7,
"isPangram": false
},
{
"word": "NANKEEN",
"points": 7,
"isPangram": false
},
{
"word": "PRANKER",
"points": 7,
"isPangram": false
},
{
"word": "ENRANK",
"points": 6,
"isPangram": false
},
{
"word": "HARKEN",
"points": 6,
"isPangram": false
},
{
"word": "RANKER",
"points": 6,
"isPangram": false
},
{
"word": "KEEPER",
"points": 6,
"isPangram": false
},
{
"word": "KERANA",
"points": 6,
"isPangram": false
},
{
"word": "KEENER",
"points": 6,
"isPangram": false
},
{
"word": "HANKER",
"points": 6,
"isPangram": false
},
{
"word": "PARKEE",
"points": 6,
"isPangram": false
},
{
"word": "PARKER",
"points": 6,
"isPangram": false
},
{
"word": "KHENNA",
"points": 6,
"isPangram": false
},
{
"word": "KRAKEN",
"points": 6,
"isPangram": false
},
{
"word": "KANAKA",
"points": 6,
"isPangram": false
},
{
"word": "PARKA",
"points": 5,
"isPangram": false
},
{
"word": "REKNE",
"points": 5,
"isPangram": false
},
{
"word": "NERKA",
"points": 5,
"isPangram": false
},
{
"word": "RAKEE",
"points": 5,
"isPangram": false
},
{
"word": "AKENE",
"points": 5,
"isPangram": false
},
{
"word": "PEKAN",
"points": 5,
"isPangram": false
},
{
"word": "AKNEE",
"points": 5,
"isPangram": false
},
{
"word": "NAKER",
"points": 5,
"isPangram": false
},
{
"word": "ANKER",
"points": 5,
"isPangram": false
},
{
"word": "AREEK",
"points": 5,
"isPangram": false
},
{
"word": "RAKER",
"points": 5,
"isPangram": false
},
{
"word": "APEAK",
"points": 5,
"isPangram": false
},
{
"word": "PRANK",
"points": 5,
"isPangram": false
},
{
"word": "KNAP",
"points": 1,
"isPangram": false
},
{
"word": "PEAK",
"points": 1,
"isPangram": false
},
{
"word": "HAKE",
"points": 1,
"isPangram": false
},
{
"word": "KHAN",
"points": 1,
"isPangram": false
},
{
"word": "KEEN",
"points": 1,
"isPangram": false
},
{
"word": "ANKH",
"points": 1,
"isPangram": false
},
{
"word": "ERKE",
"points": 1,
"isPangram": false
},
{
"word": "HARK",
"points": 1,
"isPangram": false
},
{
"word": "PERK",
"points": 1,
"isPangram": false
},
{
"word": "KEEP",
"points": 1,
"isPangram": false
},
{
"word": "PEEK",
"points": 1,
"isPangram": false
},
{
"word": "KERN",
"points": 1,
"isPangram": false
},
{
"word": "KAKA",
"points": 1,
"isPangram": false
},
{
"word": "EEKE",
"points": 1,
"isPangram": false
},
{
"word": "RAKE",
"points": 1,
"isPangram": false
},
{
"word": "REEK",
"points": 1,
"isPangram": false
},
{
"word": "RANK",
"points": 1,
"isPangram": false
},
{
"word": "PARK",
"points": 1,
"isPangram": false
},
{
"word": "HANK",
"points": 1,
"isPangram": false
},
{
"word": "REAK",
"points": 1,
"isPangram": false
},
{
"word": "NAKE",
"points": 1,
"isPangram": false
},
{
"word": "HAAK",
"points": 1,
"isPangram": false
},
{
"word": "KNEE",
"points": 1,
"isPangram": false
},
{
"word": "KNAR",
"points": 1,
"isPangram": false
},
{
"word": "ARAK",
"points": 1,
"isPangram": false
},
{
"word": "PENK",
"points": 1,
"isPangram": false
},
{
"word": "KARN",
"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'>K</div><div class='hex'>A</div><div class='hex'>P</div><div class='hex'>E</div><div class='hex'>R</div><div class='hex'>H</div><div class='hex'>N</div></div><div class='stats'>57 words | 201 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": "2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png",
"format": ".png",
"downloadURL": "https://storage.googleapis.com/apiverve.appspot.com/spellingbee/2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1764584717&Signature=p7u0EubqhX1CxpnYH5nVeHspUYVXlVisFbOG1CZ9IkH%2BvAxMXskOqy7zVRnf4kIitnIgxlO0ddrKgcdZFrw1bM%2F0y6FGNz7S8ArXFMtqCuTshQpNgRsk78LeZUewB%2Fiid2%2Foe91una6nFubxoKIEImZpyUZ07bb1cP8nETBK2xjPTcHJzFc07gyU3i1YHFYo06baVbCvTzGL9XcKnOSCRKxehwVKL9i5%2FFQeycytHOg9cgu4px9MKn%2FOVyami5XxXzKUZ%2FYOr30kolQd1FCoI9iYiIDCWhA3fcne8iZkUdUdFGxEX%2FGp0b2Jlo7GpBD1yQhJ%2BZL5fzuycCiz3td5xg%3D%3D",
"expires": 1764584717422
}
}
}<Root>
<status>ok</status>
<error />
<data>
<centerLetter>K</centerLetter>
<outerLetters>A</outerLetters>
<outerLetters>P</outerLetters>
<outerLetters>E</outerLetters>
<outerLetters>R</outerLetters>
<outerLetters>H</outerLetters>
<outerLetters>N</outerLetters>
<allLetters>K</allLetters>
<allLetters>A</allLetters>
<allLetters>P</allLetters>
<allLetters>E</allLetters>
<allLetters>R</allLetters>
<allLetters>H</allLetters>
<allLetters>N</allLetters>
<difficulty>medium</difficulty>
<wordCount>57</wordCount>
<pangramCount>0</pangramCount>
<maxPoints>201</maxPoints>
<words>
<word>HEARKENER</word>
<points>9</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KNEEPAN</word>
<points>7</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HEARKEN</word>
<points>7</points>
<isPangram>false</isPangram>
</words>
<words>
<word>NANKEEN</word>
<points>7</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PRANKER</word>
<points>7</points>
<isPangram>false</isPangram>
</words>
<words>
<word>ENRANK</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HARKEN</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>RANKER</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KEEPER</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KERANA</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KEENER</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HANKER</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PARKEE</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PARKER</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KHENNA</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KRAKEN</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KANAKA</word>
<points>6</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PARKA</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>REKNE</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>NERKA</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>RAKEE</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>AKENE</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PEKAN</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>AKNEE</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>NAKER</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>ANKER</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>AREEK</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>RAKER</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>APEAK</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PRANK</word>
<points>5</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KNAP</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PEAK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HAKE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KHAN</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KEEN</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>ANKH</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>ERKE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HARK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PERK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KEEP</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PEEK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KERN</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KAKA</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>EEKE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>RAKE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>REEK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>RANK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PARK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HANK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>REAK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>NAKE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>HAAK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KNEE</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KNAR</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>ARAK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>PENK</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<words>
<word>KARN</word>
<points>1</points>
<isPangram>false</isPangram>
</words>
<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'>K</div><div class='hex'>A</div><div class='hex'>P</div><div class='hex'>E</div><div class='hex'>R</div><div class='hex'>H</div><div class='hex'>N</div></div><div class='stats'>57 words | 201 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></html>
<image>
<imageName>2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png</imageName>
<format>.png</format>
<downloadURL>https://storage.googleapis.com/apiverve.appspot.com/spellingbee/2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1764584717&Signature=p7u0EubqhX1CxpnYH5nVeHspUYVXlVisFbOG1CZ9IkH%2BvAxMXskOqy7zVRnf4kIitnIgxlO0ddrKgcdZFrw1bM%2F0y6FGNz7S8ArXFMtqCuTshQpNgRsk78LeZUewB%2Fiid2%2Foe91una6nFubxoKIEImZpyUZ07bb1cP8nETBK2xjPTcHJzFc07gyU3i1YHFYo06baVbCvTzGL9XcKnOSCRKxehwVKL9i5%2FFQeycytHOg9cgu4px9MKn%2FOVyami5XxXzKUZ%2FYOr30kolQd1FCoI9iYiIDCWhA3fcne8iZkUdUdFGxEX%2FGp0b2Jlo7GpBD1yQhJ%2BZL5fzuycCiz3td5xg%3D%3D</downloadURL>
<expires>1764584717422</expires>
</image>
</data>
</Root>status: ok
error:
data:
centerLetter: K
outerLetters:
- A
- P
- E
- R
- H
- N
allLetters:
- K
- A
- P
- E
- R
- H
- N
difficulty: medium
wordCount: 57
pangramCount: 0
maxPoints: 201
words:
- word: HEARKENER
points: 9
isPangram: false
- word: KNEEPAN
points: 7
isPangram: false
- word: HEARKEN
points: 7
isPangram: false
- word: NANKEEN
points: 7
isPangram: false
- word: PRANKER
points: 7
isPangram: false
- word: ENRANK
points: 6
isPangram: false
- word: HARKEN
points: 6
isPangram: false
- word: RANKER
points: 6
isPangram: false
- word: KEEPER
points: 6
isPangram: false
- word: KERANA
points: 6
isPangram: false
- word: KEENER
points: 6
isPangram: false
- word: HANKER
points: 6
isPangram: false
- word: PARKEE
points: 6
isPangram: false
- word: PARKER
points: 6
isPangram: false
- word: KHENNA
points: 6
isPangram: false
- word: KRAKEN
points: 6
isPangram: false
- word: KANAKA
points: 6
isPangram: false
- word: PARKA
points: 5
isPangram: false
- word: REKNE
points: 5
isPangram: false
- word: NERKA
points: 5
isPangram: false
- word: RAKEE
points: 5
isPangram: false
- word: AKENE
points: 5
isPangram: false
- word: PEKAN
points: 5
isPangram: false
- word: AKNEE
points: 5
isPangram: false
- word: NAKER
points: 5
isPangram: false
- word: ANKER
points: 5
isPangram: false
- word: AREEK
points: 5
isPangram: false
- word: RAKER
points: 5
isPangram: false
- word: APEAK
points: 5
isPangram: false
- word: PRANK
points: 5
isPangram: false
- word: KNAP
points: 1
isPangram: false
- word: PEAK
points: 1
isPangram: false
- word: HAKE
points: 1
isPangram: false
- word: KHAN
points: 1
isPangram: false
- word: KEEN
points: 1
isPangram: false
- word: ANKH
points: 1
isPangram: false
- word: ERKE
points: 1
isPangram: false
- word: HARK
points: 1
isPangram: false
- word: PERK
points: 1
isPangram: false
- word: KEEP
points: 1
isPangram: false
- word: PEEK
points: 1
isPangram: false
- word: KERN
points: 1
isPangram: false
- word: KAKA
points: 1
isPangram: false
- word: EEKE
points: 1
isPangram: false
- word: RAKE
points: 1
isPangram: false
- word: REEK
points: 1
isPangram: false
- word: RANK
points: 1
isPangram: false
- word: PARK
points: 1
isPangram: false
- word: HANK
points: 1
isPangram: false
- word: REAK
points: 1
isPangram: false
- word: NAKE
points: 1
isPangram: false
- word: HAAK
points: 1
isPangram: false
- word: KNEE
points: 1
isPangram: false
- word: KNAR
points: 1
isPangram: false
- word: ARAK
points: 1
isPangram: false
- word: PENK
points: 1
isPangram: false
- word: KARN
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'>K</div><div class='hex'>A</div><div class='hex'>P</div><div class='hex'>E</div><div class='hex'>R</div><div class='hex'>H</div><div class='hex'>N</div></div><div class='stats'>57 words | 201 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: 2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png
format: .png
downloadURL: https://storage.googleapis.com/apiverve.appspot.com/spellingbee/2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1764584717&Signature=p7u0EubqhX1CxpnYH5nVeHspUYVXlVisFbOG1CZ9IkH%2BvAxMXskOqy7zVRnf4kIitnIgxlO0ddrKgcdZFrw1bM%2F0y6FGNz7S8ArXFMtqCuTshQpNgRsk78LeZUewB%2Fiid2%2Foe91una6nFubxoKIEImZpyUZ07bb1cP8nETBK2xjPTcHJzFc07gyU3i1YHFYo06baVbCvTzGL9XcKnOSCRKxehwVKL9i5%2FFQeycytHOg9cgu4px9MKn%2FOVyami5XxXzKUZ%2FYOr30kolQd1FCoI9iYiIDCWhA3fcne8iZkUdUdFGxEX%2FGp0b2Jlo7GpBD1yQhJ%2BZL5fzuycCiz3td5xg%3D%3D
expires: 1764584717422Response Structure
All API responses follow a consistent structure with the following fields:
| Field | Type | Description | Example |
|---|---|---|---|
| status | string | Indicates whether the request was successful ("ok") or failed ("error") | ok |
| error | string | null | Contains error message if status is "error", otherwise null | null |
| data | object | null | Contains the API response data if successful, otherwise null | {...} |
Response Data Fields
When the request is successful, the data object contains the following fields:
| Field | Type | Sample Value |
|---|---|---|
| centerLetter | string | "K" |
| outerLetters | array | ["A", ...] |
| allLetters | array | ["K", ...] |
| difficulty | string | "medium" |
| wordCount | number | 57 |
| pangramCount | number | 0 |
| maxPoints | number | 201 |
| words | array | [{"word":"HEARKENER","points":9,"isPangram":false}, ...] |
| html | string | "<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'>K</div><div class='hex'>A</div><div class='hex'>P</div><div class='hex'>E</div><div class='hex'>R</div><div class='hex'>H</div><div class='hex'>N</div></div><div class='stats'>57 words | 201 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 | object | {...} |
| image.imageName | string | "2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png" |
| image.format | string | ".png" |
| image.downloadURL | string | "https://storage.googleapis.com/apiverve.appspot.com/spellingbee/2bfb9eee-8c2f-4ade-89b3-79ce11ac8d27.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1764584717&Signature=p7u0EubqhX1CxpnYH5nVeHspUYVXlVisFbOG1CZ9IkH%2BvAxMXskOqy7zVRnf4kIitnIgxlO0ddrKgcdZFrw1bM%2F0y6FGNz7S8ArXFMtqCuTshQpNgRsk78LeZUewB%2Fiid2%2Foe91una6nFubxoKIEImZpyUZ07bb1cP8nETBK2xjPTcHJzFc07gyU3i1YHFYo06baVbCvTzGL9XcKnOSCRKxehwVKL9i5%2FFQeycytHOg9cgu4px9MKn%2FOVyami5XxXzKUZ%2FYOr30kolQd1FCoI9iYiIDCWhA3fcne8iZkUdUdFGxEX%2FGp0b2Jlo7GpBD1yQhJ%2BZL5fzuycCiz3td5xg%3D%3D" |
| image.expires | number | 1764584717422 |
Headers
Required and optional headers for API requests:
| Header Name | Required | Example Value | Description |
|---|---|---|---|
| X-API-Key | Yes | your_api_key_here | Your APIVerve API key. Found in your dashboard under API Keys. |
| Accept | No | application/json | Specify response format: application/json (default), application/xml, or application/yaml |
| User-Agent | No | MyApp/1.0 | Identifies your application for analytics and debugging purposes |
| X-Request-ID | No | req_123456789 | Custom request identifier for tracking and debugging requests |
| Cache-Control | No | no-cache | Control caching behavior for the request and response |
GraphQL AccessBETA
Most APIVerve APIs support GraphQL queries, allowing you to combine multiple API calls into a single request and retrieve only the data you need. This powerful feature enables you to orchestrate complex data fetching with precise field selection.
Not all APIs support GraphQL. Check the API schema or test in the GraphQL Explorer to confirm availability for this specific endpoint.
Token Cost: GraphQL requests cost 1 token for orchestration, plus the standard token cost for each API called in your query. For example, querying 3 APIs in a single GraphQL request would cost 1 + 3 = 4 tokens total.
POST https://api.apiverve.com/v1/graphqlquery {
spellingbee(
input: { difficulty: "medium" }
) {
centerLetter
outerLetters
allLetters
difficulty
wordCount
pangramCount
maxPoints
words
html
image {
imageName
format
downloadURL
expires
}
}
}Note: Authentication is handled via the x-api-key header in your GraphQL request, not as a query parameter.
CORS Support
All APIVerve APIs support Cross-Origin Resource Sharing (CORS) with wildcard configuration, allowing you to call the API directly from browser-based applications without proxy servers.
| CORS Header | Value | Description |
|---|---|---|
| Access-Control-Allow-Origin | * | Accepts requests from any origin |
| Access-Control-Allow-Methods | * | Accepts any HTTP method |
| Access-Control-Allow-Headers | * | Accepts any request headers |
Browser Usage: You can make direct API calls from JavaScript running in the browser without encountering CORS errors. No additional configuration needed.
Rate Limiting
APIVerve implements rate limiting to ensure fair usage and maintain service quality across all users. Rate limits vary by subscription plan and are applied per API key.
| Plan | Rate Limit | Description |
|---|---|---|
| Free | 5 requests/min | Hard rate limit enforced - exceeding will return 429 errors |
| Starter | Smart Limiting | Production ready - performance-based throttling only as last resort |
| Pro | No Limit | Production ready - no rate limiting or throttling |
| Mega | No Limit | Production ready - no rate limiting or throttling |
Rate Limit Headers
When rate limits apply, each API response includes headers to help you track your usage:
| Header | Description |
|---|---|
| X-RateLimit-Limit | Maximum number of requests allowed per time window |
| X-RateLimit-Remaining | Number of requests remaining in the current window |
| X-RateLimit-Reset | Unix timestamp when the rate limit window resets |
Handling Rate Limits
Free Plan: When you exceed your rate limit, the API returns a 429 Too Many Requests status code. Your application should implement appropriate backoff logic to handle this gracefully.
Starter Plan: Smart limiting may slow down request processing during extreme load as a last resort, but will not return errors. All paid plans (Starter, Pro, Mega) are production-ready.
Pro & Mega Plans: No rate limiting or throttling applied.
Best Practices:
- Monitor the rate limit headers to track your usage (Free plan only)
- Implement caching where appropriate to reduce API calls
- Upgrade to Pro or Mega for guaranteed no-throttle performance
Note: Rate limits are separate from token consumption. You may have tokens remaining but still hit rate limits on Free tier.
Client Libraries
To get started with minimal code, most of our APIs are available through client libraries and clients:
Error Codes
The API uses standard HTTP status codes to indicate success or failure:
| Code | Message | Description | Solution |
|---|---|---|---|
| 200 | OK | Request successful, data returned | No action needed - request was successful |
| 400 | Bad Request | Invalid request parameters or malformed request | Check required parameters and ensure values match expected formats |
| 401 | Unauthorized | Missing or invalid API key | Include x-api-key header with valid API key from dashboard |
| 403 | Forbidden | API key lacks permission or insufficient tokens | Check token balance in dashboard or upgrade plan |
| 429 | Too Many Requests | Rate limit exceeded (Free: 5 req/min) | Implement request throttling or upgrade to paid plan |
| 500 | Internal Server Error | Server error occurred | Retry request after a few seconds, contact support if persists |
| 503 | Service Unavailable | API temporarily unavailable | Wait and retry, check status page for maintenance updates |
Need help? Contact support with your X-Request-ID for assistance.
Frequently Asked Questions
How do I get an API key?
What are tokens and how do they work?
Tokens are your API usage currency. Each successful API call consumes tokens based on the API's complexity. Most APIs cost 1 token per call, while more complex APIs may cost 2-5 tokens. Failed requests and errors don't consume tokens. Check the API details above to see the token cost for this specific API.
Can I use this API in production?
The free plan is for testing and development only. For production use, upgrade to a paid plan (Starter, Pro, or Mega) which includes commercial use rights, no attribution requirements, and guaranteed uptime SLAs. All paid plans are production-ready.
Can I use this API from a browser?
What happens if I exceed my token limit?
When you reach your monthly token limit, API requests will return an error until you upgrade your plan or wait for the next billing cycle. You'll receive notifications at 80% and 95% usage to give you time to upgrade if needed.
Was this page helpful?
Help us improve our documentation



