Attack Roll
Useful for D&D (Dungeons & Dragons) games, RPG games, or any games that require random even-sided dice rolls of up to 50 dice, up to 100 sides each. Used in several OpenAPI custom API projects that rely on calling external services for properly-formatted, random dice rolls.
Attack Roll endpoints
| Method | Endpoint | Description |
|---|---|---|
| diceRoll | ||
| GET |
GetDiceRollResult /diceRoll |
Get a dice roll result based on number/quantity of dice (num) and size/sides/type (sides). 'sides' must be an even number between 1 and 100. |
| Other endpoints | ||
| GET |
GetDiceRollResult /diceRoll |
Get a dice roll result based on number/quantity of dice (nbde) and size/sides/type (tpde). 'tpde' must be an even number between 2 and 20. |
| GET |
GetDiceRollResult /diceRoll |
Get a dice roll result based on number/quantity of dice (nbde) and size/sides/type (tpde). |
Attack Roll pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $2 / month | 10 / second |
|