HomeProviders › Habanero

Habanero API Integration

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

Provider 100+ titles · Slots

About Habanero

Habanero's catalog is heavily weighted toward Asian themes and operators targeting LATAM, SEA, and emerging European markets. Their math is competitive, RTP usually 95–96.5%, and the games hold a clean look that works well on lower-end mobile devices.

Notable Habanero titles

Koi Gate, Mystic Fortune Deluxe, 5 Lucky Lions, Wealth Inn, Hot Hot Halloween, and the rest of the Habanero catalog — all launchable via the aggregator's POST /launch endpoint.

How the integration works

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

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