Skip to content

n8n-code/n8n-nodes-dnd5eapi

Repository files navigation

@n8n-dev/n8n-nodes-dnd5eapi

dnd5eapi Banner

npm version License: MIT


Stop writing dnd5eapi API integrations by hand.

Every time you connect n8n to dnd5eapi, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.

What if connecting n8n to dnd5eapi took 5 minutes, not half a day?

This node gives you 16+ resources out of the box: Common, Character Data, Class, Class Resource Lists, Class Levels, and 11 more: with full CRUD operations, typed parameters, and zero manual configuration.


What You Get

  • Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
  • Full CRUD: Create, read, update, and delete support where the API allows it
  • Typed parameters: No more guessing field types
  • Built-in auth: API key authentication, ready to go
  • Declarative: Native n8n performance, no custom execute() overhead

Install

npm install @n8n-dev/n8n-nodes-dnd5eapi

Or in n8n:

  1. Settings → Community Nodes → Install
  2. Search: @n8n-dev/n8n-nodes-dnd5eapi
  3. Click Install

Quick Start

  1. Install the node (above)
  2. Add credentials: dnd5eapi API → paste your API key
  3. Drag the dnd5eapi node into your workflow
  4. Pick a resource → pick an operation → done.

That's it. No configuration files. No code. It just works.


Resources

Common (1 operations)
  • Get all resource URLs
Character Data (6 operations)
  • Get an ability score by index
  • Get an alignment by index
  • Get a background by index
  • Get a language by index
  • Get a proficiency by index
  • Get a skill by index
Class (3 operations)
  • Get a class by index
  • Get multiclassing resource for a class
  • Get spellcasting info for a class
Class Resource Lists (4 operations)
  • Get features available for a class
  • Get proficiencies available for a class
  • Get spells available for a class
  • Get subclasses available for a class
Class Levels (3 operations)
  • Get all level resources for a class
  • Get features available to a class at the requested level
  • Get spells of the requested level available to the class
Game Mechanics (3 operations)
  • Get a condition by index
  • Get a damage type by index
  • Get a magic school by index
Equipment (4 operations)
  • Get an equipment category by index
  • Get an equipment item by index
  • Get a magic item by index
  • Get a weapon property by index
Feats (1 operations)
  • Get a feat by index
Features (1 operations)
  • Get a feature by index
Monsters (1 operations)
  • Get list of monsters with optional filtering
Races (4 operations)
  • Get a race by index
  • Get proficiencies available for a race
  • Get subraces available for a race
  • Get traits available for a race
Rules (2 operations)
  • Get a rule section by index
  • Get a rule by index
Spells (1 operations)
  • Get list of spells with optional filtering
Subclasses (4 operations)
  • Get a subclass by index
  • Get features available for a subclass
  • Get all level resources for a subclass
  • Get features of the requested spell level available to the class
Subraces (3 operations)
  • Get a subrace by index
  • Get proficiences available for a subrace
  • Get traits available for a subrace
Traits (1 operations)
  • Get a trait by index

Why This Node?

Without this node:

  • Hours of manual API integration
  • Copy-pasting from dnd5eapi docs
  • Debugging auth, pagination, error handling
  • Maintaining your own client code

With this node:

  • Install → configure → use. 5 minutes.
  • Auto-generated from the official dnd5eapi OpenAPI spec
  • Always up to date when the API changes
  • Native n8n performance

Auto-Generated

This node was auto-generated from the official dnd5eapi OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.

When the dnd5eapi API updates, this node updates too.


License

MIT © kelvinzer0