Access the full Pragmatic Play game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.
Pragmatic Play's catalog spans high-volatility slots that have become genre-defining (Gates of Olympus, Sweet Bonanza), grid-based mechanics (Sugar Rush), and a fast-growing live casino vertical. Through BigBang's aggregator the entire roster is available as one REST integration — no separate certification, no per-game contracts.
Sweet Bonanza, Gates of Olympus, The Dog House, Wolf Gold, Big Bass Splash, Sugar Rush, and the rest of the Pragmatic Play catalog — all launchable via the aggregator's POST /launch endpoint.
Through the BigBang aggregator, Pragmatic Play games are accessible the same way as any other supplier: a single GET /games?provider=pragmatic-play call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Pragmatic Play integration to certify; no separate SLA to maintain.
# 1. List Pragmatic Play games
curl https://api.bigbangcasino.bet/games?provider=pragmatic-play \
-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"}'