Description
n8n-nodes-sabnzbd




Community node for n8n to control a SABnzbd usenet downloader
through its HTTP API.
> ✅ Verified community node — installable directly from the n8n node panel
> (self-hosted and n8n Cloud).
Installation
This is a verified community node: in n8n click + (Add node), search for
SABnzbd, and add it — no manual install needed.
Manual install (older n8n, or as an unverified package)
Go to Settings → Community Nodes → Install and enter n8n-nodes-sabnzbd.
Operations
| Operation | SABnzbd mode |
|—|—|
| Get Version | version |
| Get Queue | queue |
| Get History | history |
| Get Server Stats | server_stats |
| Pause Queue | pause |
| Resume Queue | resume |
| Add URL | addurl (+ category, name, priority) |
Credentials
Create a SABnzbd API credential:
- Base URL — e.g.
http://sabnzbd:8080(the node calls/api). - API Key — SABnzbd → Config → General → API Key. Sent as the
apikeyquery parameter.
Usage example
Read the download queue:
1. Add the node after a trigger (e.g. When clicking ‘Test workflow’).
2. Select your credential.
3. Get Queue.
4. Execute the node — example output:
{ "status": "Downloading", "speed": "5.2 M", "noofslots": 2, "timeleft": "0:04:12" }
Disclaimer
This project isn’t affiliated with or endorsed by the SABnzbd project. SABnzbd is the
property of its respective authors.