Bingo Card Generator API

GET

Print or display custom bingo cards from 3x3 up to 10x10 grids.

Bingo Card Generator creates customizable bingo cards with random numbers, HTML rendering, and downloadable PNG images.

Try it — live request, no key required

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

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

200 OK
{
  "status": "ok",
  "error": null,
  "data": {
    "card": [
      [
        14,
        19,
        42,
        47,
        71
      ],
      [
        4,
        17,
        36,
        50,
        69
      ],
      [
        11,
        18,
        "FREE",
        53,
        73
      ],
      [
        15,
        23,
        41,
        52,
        68
      ],
      [
        8,
        27,
        43,
        58,
        75
      ]
    ],
    "html": "<html><head><title>Bingo Card</title><style>body {font-family: Arial, sans-serif; padding: 20px;}table {border-collapse: collapse; margin: 0 auto;}td {text-align: center; width: 60px; height: 60px; border: 2px solid #000; font-size: 20px; font-weight: bold;}th {text-align: center; width: 60px; height: 40px; border: 2px solid #000; font-size: 24px; font-weight: bold; background-color: #4CAF50; color: white;}.free-space {background-color: #FFD700; font-size: 14px;}</style></head><body><table><tr><th>B</th><th>I</th><th>N</th><th>G</th><th>O</th></tr><tr><td class=''>14</td><td class=''>19</td><td class=''>42</td><td class=''>47</td><td class=''>71</td></tr><tr><td class=''>4</td><td class=''>17</td><td class=''>36</td><td class=''>50</td><td class=''>69</td></tr><tr><td class=''>11</td><td class=''>18</td><td class='free-space'>FREE</td><td class=''>53</td><td class=''>73</td></tr><tr><td class=''>15</td><td class=''>23</td><td class=''>41</td><td class=''>52</td><td class=''>68</td></tr><tr><td class=''>8</td><td class=''>27</td><td class=''>43</td><td class=''>58</td><td class=''>75</td></tr></table></body></html>",
    "size": 5,
    "freeSpace": true,
    "totalCells": 25,
    "winningPatterns": [
      "horizontal",
      "vertical",
      "diagonal",
      "four corners",
      "blackout (all cells)"
    ],
    "image": {
      "imageName": "8dcb6cee-a419-4501-a13c-ff6eafd393b7_bingo.png",
      "format": ".png",
      "downloadURL": "https://storage.googleapis.com/apiverve/APIData/bingocardgenerator/8dcb6cee-a419-4501-a13c-ff6eafd393b7_bingo.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766010022&Signature=ErKaS3I1DaHCBxYRxnjx5QLHm0S3zfpJIWzz7BosGyhDwYSejCHlfcSI%2BKOHJzxEiUdSWFFt947%2BLzHGpVZrLYPxGGvgCVPOKZ4H9vfgyJPP%2BF9LICc9kLG6%2FwevlPsAHHHLjoLS%2F7OVByiwzTWguRzcbyYT44XpbbU0IsOA40S7Utqt%2BjAC5%2FSfhW4z%2FdJE2yXsSNqr3acEJB70cVde3qkP80Iv6H7%2FZB08EDjbakauJmjASJ86H%2BWM2b9BPo250bBzLtGPxW8KZUVgy79SDxJu8VVnzAhiWzcmih9UrBUvejuxkbPIAx6ohwHepmh414G0wvAcxtHRaXx4O5cr7g%3D%3D",
      "expires": 1766010022446
    }
  }
}

About the Bingo Card Generator API

Provides card data as arrays, formatted HTML tables, and high-quality PNG images suitable for printing and digital display.

What people use it for

Game Creation
Create bingo games with randomly generated cards and customizable sizes
Event Planning
Generate printable bingo cards for events, parties, and activities
Educational Tools
Build educational bingo games with custom card layouts
Gaming Apps
Integrate bingo card generation into gaming 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 Bingo Card Generator

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

Questions.

Common questions about the Bingo Card Generator API.

Read the docs
What grid sizes and formats can I generate?
You can generate bingo cards ranging from 3x3 up to 10x10 grids. Every card contains randomized numbers and can be returned as a raw 2D array, a pre-rendered HTML table, or a downloadable PNG image.
How many bingo cards does the Free plan cover?
The Free plan provides 200 monthly credits, which covers 100 bingo cards at 2 credits per call. If you need more, the Starter plan covers up to 100,000 cards per month, which works out to about $0.30 per 1,000 cards.
Are HTML tables and downloadable PNG images included on the Free plan?
No. The pre-rendered HTML table and downloadable PNG image URLs are premium fields that require any paid plan. The Free plan returns the card as a raw 2D array of numbers along with grid metadata.
What are the restrictions on card size and free spaces?
Card dimensions must be between 3x3 and 10x10. You can toggle the center free space parameter on or off, which places a free space in the center cell of the generated card.
Does the response include winning combinations to validate games?
Yes. Each response includes a list of valid winning patterns calculated for that card dimension alongside the grid data, total cell count, and free space flag.

Ready to build with Bingo Card 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