HomeProviders › Novomatic

Novomatic API Integration

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

Provider 60+ titles · Slots, Table Games

About Novomatic

Novomatic's land-based dominance translates to a strongly-recognized online catalog. Through the aggregator, operators can offer Book of Ra and the Admiral classics that anchor a European casino lobby.

Notable Novomatic titles

Book of Ra series, Sizzling Hot, Lucky Lady's Charm, Lord of the Ocean, and the rest of the Novomatic catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

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

# 1. List Novomatic games
curl https://api.bigbangcasino.bet/games?provider=novomatic \
  -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