Dice Roll
GET /random/diceParameters
Parameter
Required
Default
Description
Example
curl "https://api.uwuapps.org/random/dice?type=2d6"curl "https://api.uwuapps.org/random/dice?dice=2&sides=6"Response
{
"success": true,
"type": "2d6",
"dice": 2,
"sides": 6,
"results": [4, 2],
"total": 6
}Response fields
Field
Description
Last updated
Was this helpful?
