npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-backupradar

v3.0.2

Published

BackupRadar integration for n8n community node.

Readme

n8n-nodes-backupradar

Version

n8n community node for integrating with BackupRadar's API v2. BackupRadar is a backup monitoring and management platform that helps track and manage backup operations across multiple systems and services.

This node provides comprehensive access to BackupRadar's backup data, allowing you to query backups, retrieve backup results, monitor backup status, and integrate backup monitoring into your n8n workflows.

Version

3.0.0 - Date range UX for Get Backups (6 May 2026) — see CHANGELOG

Features

  • Backup Operations: Query and retrieve backup information with advanced filtering
  • Date Range Selection: Preset ranges (Today, Last 1–31/45/60/90 Days), custom days-back, or explicit from/to dates
  • Multi-Chunk Fetching: Ranges >31 days automatically split into sequential API calls and merged
  • Backup Results: Access detailed backup execution results and history
  • Filtering & Search: Filter backups by company, tags, status, backup methods, device types, and more
  • Overview & Analytics: Get backup overview statistics and analytics
  • Specialised Queries: Access inactive and retired backups
  • Pagination Support: Automatic pagination handling for large result sets
  • Rate Limiting: Built-in rate limiting compliance (0.5s between requests)

Requirements

  • Node.js >= 20.15
  • n8n v1+

Installation

Install in n8n via the GUI or manually:

npm install n8n-nodes-backupradar

Usage

Credentials

Configure the BackupRadarApi credential with your BackupRadar API key.

Operations

The Backup Radar node supports the following operations:

  • Get Backups: Retrieve backups with advanced filtering (companies, tags, status, backup methods, device types, policy types, etc.) and flexible date range selection (presets, days-back, or explicit from/to)
  • Get Backup: Get detailed information for a specific backup by ID
  • Get Backup Results: Retrieve backup execution results and history for a specific backup
  • Get Overview: Get backup overview statistics and summary information
  • Get Filters: Retrieve available filter options (companies, tags, statuses, backup methods, device types, policy types)
  • Get Inactive Backups: Query backups that are currently inactive
  • Get Retired Backups: Retrieve backups that have been retired

All list operations support pagination and can return all results or a limited set.

Development

npm install
npm run build
npm run lint
npm run typecheck
npm test

Publish

Ensure the package name follows n8n-nodes-* (or @scope/n8n-nodes-*), then:

npm publish --access public

License

Apache-2.0 © Max Soukhomlinov