Boggle Board Generator API

GET

Produce playable Boggle boards as a 2D letter grid.

Boggle Board Generator creates random Boggle game boards with authentic dice configurations, HTML rendering, and downloadable PNG images.

Try it — live request, no key required

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

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

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "board": [
      [
        "U",
        "A",
        "Z",
        "H"
      ],
      [
        "Y",
        "L",
        "E",
        "A"
      ],
      [
        "A",
        "I",
        "E",
        "F"
      ],
      [
        "T",
        "D",
        "E",
        "X"
      ]
    ],
    "size": 4,
    "html": "<html><head><title>Boggle Board</title><style>table {border-collapse: collapse; width: 320px; height: 320px; font-family: Arial, sans-serif;}td {text-align: center; width: 80px; height: 80px; padding: 0; border: 2px solid #333; background-color: #f5e6d3; font-size: 24px; font-weight: bold; color: #2c1810;}</style></head><body><table><tr><td>U</td><td>A</td><td>Z</td><td>H</td></tr><tr><td>Y</td><td>L</td><td>E</td><td>A</td></tr><tr><td>A</td><td>I</td><td>E</td><td>F</td></tr><tr><td>T</td><td>D</td><td>E</td><td>X</td></tr></table></body></html>",
    "image": {
      "imageName": "e91f26a6-95fc-47c1-9117-b0bb169c3418_boggle.png",
      "format": ".png",
      "downloadURL": "https://storage.googleapis.com/apiverve/APIData/boggleboardgenerator/e91f26a6-95fc-47c1-9117-b0bb169c3418_boggle.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766010033&Signature=Y%2Bx7mfpf%2FtSwnIkgen0c5gfuBNROyJYByCnhToBZIM660VzCpCX8ON%2F9V1sBElqpDm2rePIfPMqiFG3DC5f98%2BczXodTl4TiUnDxyYm5uMv%2Fdr71kRdUnVKRMp42FkflnxQ2p8YMmRTEx279hpgRQb2BCx4e7ntQrh8uepKoaHY1G8gBOJIof0LQPSWo%2FygwA74Hmwwe8wTZcScXgTskxXm%2BpESGeOb942JiP8Pf9CL1RWOYdjIS3Kr4%2FcgnEMXPjKecOcNZaN%2BGQXm3UC6GAVHzA1QF0uOOKE%2FeyxybNRD1dc0uCUFNYHIpXpEJ8pPvzYHQlSNv1EPfpd4pMc9s9g%3D%3D",
      "expires": 1766010033049
    }
  }
}

About the Boggle Board Generator API

Provides board data as 2D arrays, formatted HTML tables, and high-quality PNG images suitable for printing and digital gameplay.

What people use it for

Game Development
Create Boggle games with randomly generated boards and authentic dice distributions
Educational Apps
Generate word-finding puzzles for vocabulary building and language learning
Printable Games
Create printable Boggle boards for offline play and classroom activities
Gaming Platforms
Integrate Boggle board generation into word game applications and platforms

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 Boggle Board Generator

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

Questions.

Common questions about the Boggle Board Generator API.

Read the docs
What board sizes can I generate?
The generator supports dimensions of 4 and 5, producing standard 4x4 (16 dice) and 5x5 (25 dice) boards using authentic dice configurations.
What output formats do I receive for each board?
Every response provides a 2D letter array alongside the board dimensions. Paid plans can also return ready-to-render HTML tables and downloadable PNG images suitable for digital play or printing.
Are HTML tables and board images included on the Free plan?
No. Formatted HTML tables and PNG image downloads are premium features that require a paid plan. The Free plan returns only the board dimensions and the raw 2D letter grid.
Do the generated board image download links expire?
Yes - on paid plans, each generated PNG download URL includes a Unix expiration timestamp. If your game or platform needs permanent image access, save the file to your own storage before the URL expires.
Is it cheap enough to generate a new board for every game round?
Yes. Each request uses 2 credits, meaning the Starter plan supports 100,000 boards per month. That works out to about $0.30 per 1,000 boards, or roughly $0.0003 per call. You can test with 100 free board generations each month.

Ready to build with Boggle Board Generator? 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