Welcome to the Dice Parser!! Roll dice by making a request: GET https://api.diceroll.dev/eval\?dice\=2d6 View the details of what was rolled by using `/roll`: GET https://api.diceroll.dev/roll\?dice\=2d6 Accept: text/plain Or get the result in JSON (the default): GET https://api.diceroll.dev/roll\?dice\=2d6 Accept: application/json POST works too: POST https://api.diceroll.dev/eval dice=2d6