Coming Soon
Developer API
Harness the arcane powers of our API. Documentation and endpoints are being forged by master codesmiths.
Coming Features
Dice Rolling API
Integrate 3D dice rolling directly into your applications with RESTful endpoints.
Theme Management
Create, customize, and retrieve dice themes programmatically for your users.
Roll Analytics
Access detailed statistics and history of dice rolls for your campaigns.
Secure Authentication
OAuth 2.0 and API key authentication to keep your integrations secure.
WebSocket Events
Real-time roll notifications and updates for live gaming experiences.
SDK Libraries
Official SDKs for JavaScript, Python, and more to speed up development.
Early Access Program
Want to be among the first developers to integrate our API?
Join the waitlist → JavaScript Preview
// Roll dice via API
const result = await diceAPI.roll({
notation: '2d20+5',
theme: 'cosmic',
room: 'my-game-room'
});
console.log(result.total); // 27
console.log(result.rolls); // [10, 12]