HomeProviders › Greentube

Greentube API Integration

Access the full Greentube game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.

Provider 80+ titles · Slots, Table Games

About Greentube

Greentube is Novomatic's digital arm — the studio behind the slot titles that essentially defined European casino floors. Their online versions retain the original game math, paytables, and audio. The aggregator integration unlocks legacy Novomatic classics that operators struggle to license direct.

Notable Greentube titles

Book of Ra Deluxe, Lucky Lady's Charm, Sizzling Hot, Mega Joker, Dolphin's Pearl, and the rest of the Greentube catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

Through the BigBang aggregator, Greentube games are accessible the same way as any other supplier: a single GET /games?provider=greentube call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Greentube integration to certify; no separate SLA to maintain.

# 1. List Greentube games
curl https://api.bigbangcasino.bet/games?provider=greentube \
  -H "X-API-Key: YOUR_KEY"

# 2. Launch a game
curl -X POST https://api.bigbangcasino.bet/launch \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"game_code":"...","player_id":"abc123","currency":"EUR"}'

What's included

Get aggregator access Integration docs