Integrate our card games into your existing platform via REST API. Complete documentation for all game verticals with sample code.
Integrate any or all of our games
40+ variants, tournaments, cash games. Full player management.
Points, Pool, Deals. Indian Rummy with all variants.
7+ variations including Muflis, AK47, Joker.
RNG and Live Dealer options with side bets.
Full-featured REST API for deep backend integration. Complete control over user flow.
Quick integration with iframe. Embed games directly in your site with minimal code.
Single wallet integration. Players use your platform balance in our games.
Launch a game session with a simple API call
// Initialize game session const response = await fetch('https://api.pokerlegends.com/v1/games/launch', { method: 'POST', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ game: 'poker', // poker, rummy, teenpatti, andarbahar player_id: 'user_123', currency: 'INR', balance: 10000 }) }); const { game_url } = await response.json(); // Redirect player to game_url or embed in iframe
Launch a new game session for a player. Returns a game URL.
Get current player balance in the gaming wallet.
Add funds to player's gaming wallet.
Get game history and hand details for reporting.
Request API credentials and full documentation. Our team will help you integrate quickly.