Package Information
Downloads: 44 weekly / 188 monthly
Latest Version: 0.1.0
Author: Thales Vargas
Available Nodes
Documentation
n8n-nodes-dragonball-api
Community node for n8n that consumes the public Dragon Ball API.
Features
Character -> Get ManyCharacter -> Get By IDPlanet -> Get Many- Pagination parameters:
page,limit - Optional name filter:
name - Optional
Return Full Responseto returnitems,meta, andlinks
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.jsonauthor/repository fields before publishing.