LUDO ROOM CODE
test
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
LUDO ROOM CODE endpoints
| Method | Endpoint | Description |
|---|---|---|
| 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. |
| GET |
getPricing /api/v1/pricing |
Returns pricing for all game types. No API key required. |
| GET |
getHistory /api/v1/history |
Returns paginated history of API calls and charges. |
| GET |
getBalance /api/v1/balance |
|
| 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. |
| GET |
getLudoAdvanceResult /api/v1/results/ludo-advance/{roomCode} |
|
| 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} |