dragonballapi

n8n community node for Dragon Ball API

Package Information

Downloads: 44 weekly / 188 monthly
Latest Version: 0.1.0
Author: Thales Vargas

Documentation

n8n-nodes-dragonball-api

Community node for n8n that consumes the public Dragon Ball API.

Features

  • Character -> Get Many
  • Character -> Get By ID
  • Planet -> Get Many
  • Pagination parameters: page, limit
  • Optional name filter: name
  • Optional Return Full Response to return items, meta, and links

API Base URL

https://dragonball-api.com/api

No credentials are required for the supported endpoints.

Node Parameters

Character -> Get Many

  • Page (number)
  • Limit (number)
  • Name (string, optional)
  • Return Full Response (boolean)

Character -> Get By ID

  • Character ID (number)

Planet -> Get Many

  • Page (number)
  • Limit (number)
  • Name (string, optional)
  • Return Full Response (boolean)

Development

npm install
npm run dev

Build:

npm run build

Lint:

npm run lint

Notes

  • This package is based on the n8n community node format.
  • Update package.json author/repository fields before publishing.

License

MIT

Discussion