Home › Games

2,300+ Casino Games — One API

The full BigBang Casino catalog. Slots, live casino, crash games, instant games, scratch — across 28 studios. Filter by provider, vertical, RTP and volatility.

Verticals

Slots

2200+ titles across 25 providers, RTP 92–98%

Table Games

Blackjack, Roulette, Baccarat — multiple variants

Live Casino

Live dealer studios — Pragmatic, Playtech

Scratch & Instant

Quick-resolve games for low-friction sessions

Bonus Buy

Direct bonus purchase variants — 3 Oaks, Gamzix, Hacksaw

By provider

Browse the catalog by studio at the providers index — 14 supported studios, each with a dedicated page listing notable titles and integration notes.

Programmatic access

# Get the full catalog
curl https://api.bigbangcasino.bet/games \
  -H "X-API-Key: YOUR_KEY"

# Filter by provider
curl "https://api.bigbangcasino.bet/games?provider=pragmatic-play" \
  -H "X-API-Key: YOUR_KEY"

# Filter by vertical + RTP
curl "https://api.bigbangcasino.bet/games?vertical=slot&min_rtp=96" \
  -H "X-API-Key: YOUR_KEY"
Free sandbox key Catalog endpoint docs