Skip to content

Overview

A hosted dice-rolling API powered by OpenDice. Plain JSON over HTTP, with no key, no signup and no account.

It parses a dice formula, rolls each die through a CSPRNG, and returns every die it rolled rather than just the answer: ask for 4d6kh3 and all four dice come back, with a note of which three counted.

The routes below are the whole API, each with a ready-made snippet in the language you use. The documentation at rollful.dev/docs/api covers making a call, reading a result, the limits and the errors.

Information

  • License: MIT
  • OpenAPI version: 3.1.0