LUDO KING API
Automate Ludo King private room creation and real-time game result fetching without any manual app interaction. Our bot infrastructure handles everything — you call the API, get a room code in ~1 second, share it with players, then fetch the winner when the game ends. Supports three game types: • Ludo King — private rooms via dedicated bots (3 or 4 players) • Thunder Ludo — auto-match players by…
LUDO KING API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Rooms | ||
| POST |
createLudoKingRoom /api/v1/rooms/ludo-king |
Creates a private Ludo King room. The bot joins the room automatically. Balance is deducted only after successful room creation. **Room code** is in `room.code` of the response —… |
| POST |
createLudoAdvanceRoom /api/v1/rooms/ludo-advance |
Creates a Ludo Advance private room. No body required. |
| POST |
createThunderLudoRoom /api/v1/rooms/thunder-ludo |
Creates a Thunder Ludo (AutoLudo) session for 2+ players identified by phone number. Provide callback and redirect URLs — the platform calls them when the game ends. |
| Results | ||
| GET |
getLudoKingResult /api/v1/results/ludo-king/{roomCode} |
Fetches the result for a Ludo King room code. - Room codes are 8 digits starting with **0** (e.g. `01234567`) - Ludo King retains the ~10 most recent games per bot; older results… |
| GET |
getThunderLudoResult /api/v1/results/thunder-ludo/{roomCode} |
|
| GET |
getLudoAdvanceResult /api/v1/results/ludo-advance/{roomCode} |
|
LUDO KING API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 250 / hour |
|
| ULTRA Recommended | $32 / month | — |
|
| MEGA | $99 / month | — |
|