HomeProviders › PG Soft

PG Soft API Integration

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

Provider 80+ titles · Slots, Asian-Themed

About PG Soft

PG Soft is the mobile-first slot studio behind Mahjong Ways and other titles that dominate SEA and LATAM betting flows. Their builds are sub-500KB and designed for portrait orientation — important if a significant share of your traffic is mobile.

Notable PG Soft titles

Mahjong Ways, Treasures of Aztec, Caishen Wins, Wild Bandito, Fortune Ox, and the rest of the PG Soft catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

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

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