OpenAPI 3.1 Spec
Doungim's REST API is described in OpenAPI 3.1. Drop the spec URL into Postman, Swagger UI, Insomnia, ReadMe, or any OpenAPI-aware code generator. Doungim is a TTRPG gaming console for D&D and other tabletop role-playing games — the spec also doubles as a manifest for AI function-calling tool generators.
Spec URL
https://www.doungim.com/.well-known/openapi.yamlTry it in Swagger UI
https://petstore.swagger.io/?url=https%3A%2F%2Fwww.doungim.com%2F.well-known%2Fopenapi.yamlGenerate a client
# TypeScript client via openapi-typescript
npx openapi-typescript https://www.doungim.com/.well-known/openapi.yaml -o doungim.d.ts
# Python client via openapi-python-client
openapi-python-client generate --url https://www.doungim.com/.well-known/openapi.yamlRelated manifests
https://www.doungim.com/.well-known/ai-plugin.json— full plugin manifest with MCP block.https://www.doungim.com/.well-known/mcp.json— MCP discovery file.https://www.doungim.com/llms.txt— markdown welcome for LLM crawlers.https://www.doungim.com/robots.txt— explicit AI-crawler allows (GPTBot, ClaudeBot, PerplexityBot, etc.).