BingoAPI
Bingo API is a straightforward API that generates Bingo cards in US and EU game standards (75 or 90 numbers). Feel free to play with it with the free Basic Plan. If you have suggestions or requests just drop me a line.
BingoAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/us /us |
US game spec. Returns numbers between 1 and 75, randomized in 5 groups. If you have a paid plan you can specify the number of cards to generate as a query parameter: `?cards=10`… |
| GET |
/eu /eu |
EU game spec. Returns numbers between 1 and 90. If you have a paid plan you can specify the number of cards to generate as a query parameter: `?cards=10` This will return an… |
BingoAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $299 / month | — |
|