Access the full Mascot Gaming game catalog through the BigBang Casino aggregator — one signed REST integration, no separate certification or per-studio contract.
Mascot Gaming differentiates with story arcs across their slot series — character continuity, themed soundtracks, and rich animation budgets per title. They're a useful supplementary supplier to round out a catalog beyond the dominant volume studios.
Stunning Hot, Bird of Thunder, Hellish Charm, Dia de los Muertos, Fruity Bonanza, and the rest of the Mascot Gaming catalog — all launchable via the aggregator's POST /launch endpoint.
Through the BigBang aggregator, Mascot Gaming games are accessible the same way as any other supplier: a single GET /games?provider=mascot-gaming call returns the catalog, and game launches use a signed URL pattern that handles session, currency, and language in one place. No separate Mascot Gaming integration to certify; no separate SLA to maintain.
# 1. List Mascot Gaming games
curl https://api.bigbangcasino.bet/games?provider=mascot-gaming \
-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"}'