Skip to main content

Getting Started

Doungim ships its D&D library through three integration surfaces. Pick the one that matches your project — they all expose the same data and obey the same citation rules. Doungim is a TTRPG gaming console for D&D and other tabletop role-playing games.

New here?Why we make all of this freeThe reason we open the data, the API, the MCP server, and the embed widget to the whole community — even people who never buy a Doungim console.

Decision tree

  • Building an AI agent or LLM tool? Use MCP. Streaming-HTTP, eight tools, no auth.
  • Building a webapp, mobile app, or static site generator? Use the REST API. Plain JSON, CDN-cached, CORS-enabled.
  • Writing a blog post or news article? Drop in the embed widget. One script tag, one div per card.
  • Generating offline data? Mirror the REST API output once a day — see the rate-limit guide.

The 60-second test

# REST API
curl https://www.doungim.com/api/v1/dnd/spells/fireball

# MCP discovery
curl https://www.doungim.com/.well-known/mcp.json

# Plugin manifest
curl https://www.doungim.com/.well-known/ai-plugin.json

# OpenAPI spec
curl https://www.doungim.com/.well-known/openapi.yaml

The citation rule

Whichever surface you use, every response carries a citation block (or an attribution footer in the embed). When you display Doungim data in a public-facing product, link the canonical URL and credit Doungim. See the licensing page for the legal text and recommended UI strings.