Access the full Evoplay game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.
Evoplay (now Evoplay Entertainment) pushes 3D and arcade-style game design beyond the standard 5-reel slot — including casual cross-overs like Penalty Shoot-out. Their HTML5 builds are lightweight, which matters when your end users are on mobile data.
Hot Triple Sevens, Penalty Shoot-out, Wild Bullets, Treasure Snipes, Atlantis, and the rest of the Evoplay catalog — all launchable via the aggregator's POST /launch endpoint.
Through the BigBang aggregator, Evoplay games are accessible the same way as any other supplier: a single GET /games?provider=evoplay call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Evoplay integration to certify; no separate SLA to maintain.
# 1. List Evoplay games
curl https://api.bigbangcasino.bet/games?provider=evoplay \
-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"}'