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