HomeProviders › Playson

Playson API Integration

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

Provider 40+ titles · Slots

About Playson

Playson delivers 40+ HTML5 slots with hold-and-win mechanics, high-quality graphics, and strong math models targeting European markets. Their titles are popular across regulated jurisdictions with RTPs typically in the 95–96.5% range, clean mobile rendering, and engaging bonus features that drive retention.

Notable Playson titles

Diamonds Power XXL, Timeless Diamonds, Lion Gems, Thunder Coins XXL, Energy Joker, Clover Strike, and the rest of the Playson catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

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

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