Skip to main content

program-update

Amazon

Kindle Software Updates

🚨 Strict anti-crawling

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/amazon/kindle/software-updates

🛎️ Route: /amazon/kindle/software-updates

🐙 Source Code: /amazon/kindle-software-updates.ts

Android

SDK Platform Tools release notes

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/android/platform-tools-releases

🛎️ Route: /android/platform-tools-releases

🐙 Source Code: /android/platform-tools-releases.ts

APKPure

Versions

🚨 Strict anti-crawling🎭 Rely on Puppeteer

👨‍💻 Author: @maple3142

💡 Example: https://rsshub.app/apkpure/versions/jp.co.craftegg.band/jp

🛎️ Route: /apkpure/versions/:pkg/:region?

🔗 Parameters:

  • pkg, required - Package name
  • region, optional - Region code, en by default

🐙 Source Code: /apkpure/versions.ts

App Center

Release

🔍 Support Radar

👨‍💻 Author: @Rongronggg9

💡 Example: https://rsshub.app/app-center/release/cloudflare/1.1.1.1-windows/beta

🛎️ Route: /app-center/release/:user/:app/:distribution_group

🔗 Parameters:

  • user, required - User
  • app, required - App name
  • distribution_group, required - Distribution group

🐙 Source Code: /app-center/release.ts

tip

The parameters can be extracted from the Release page URL: https://install.appcenter.ms/users/:user/apps/:app/distribution_groups/:distribution_group

Apple

App Update

🔍 Support Radar

👨‍💻 Author: @EkkoG @nczitzk

💡 Example: https://rsshub.app/apple/apps/update/us/id408709785

🛎️ Route: /apple/apps/update/:country/:id/:platform?

🔗 Parameters:

  • country, required - App Store Country, obtain from the app URL, see below
  • id, required - App id, obtain from the app URL
  • platform, optional - App Platform, see below, all by default

🐙 Source Code: /apple/apps.ts

AlliOSmacOStvOS
iOSmacOStvOS
tip

For example, the URL of GarageBand in the App Store is https://apps.apple.com/us/app/messages/id408709785. In this case, the App Store Country parameter for the route is us, and the App id parameter is id1146560473. So the route should be /apple/apps/update/us/id408709785.

App Store/Mac App Store

In-App-Purchase Price Drop Alert

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/appstore/iap/us/id953286746

🛎️ Route: /appstore/iap/:country/:id

🔗 Parameters:

  • country, required - App Store Country, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, us
  • id, required - App Store app id, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, id953286746

🐙 Source Code: /appstore/in-app-purchase.ts

Price Drop

🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/appstore/price/us/mac/id1152443474

🛎️ Route: /appstore/price/:country/:type/:id

🔗 Parameters:

  • country, required - App Store Country, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, us
  • type, required - App type,either iOS or mac
  • id, required - App Store app id, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, id1152443474

🐙 Source Code: /appstore/price.ts

每日精品限免 / 促销应用(鲜面连线 by AppSo)

🔍 Support Radar

👨‍💻 Author: @Andiedie

💡 Example: https://rsshub.app/appstore/xianmian

🛎️ Route: /appstore/xianmian

🐙 Source Code: /appstore/xianmian.ts

ASUS

BIOS

🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/asus/bios/RT-AX88U

🛎️ Route: /asus/bios/:model

🔗 Parameters:

  • model, required - Model, can be found in product page

🐙 Source Code: /asus/bios.ts

GPU Tweak

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/asus/gpu-tweak

🛎️ Route: /asus/gpu-tweak

🐙 Source Code: /asus/gpu-tweak.ts

Bilibili

更新情报

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/bilibili/app/android

🛎️ Route: /bilibili/app/:id?

🔗 Parameters:

  • id, optional - 客户端 id,见下表,默认为安卓版

🐙 Source Code: /bilibili/app.ts

安卓版iPhone 版iPad HD 版UWP 版TV 版
androidiphoneipadwinandroid_tv_yst

BlueStacks

BlueStacks 5 Release Notes

🚨 Strict anti-crawling🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/bluestacks/release/5

🛎️ Route: /bluestacks/release/5

🐙 Source Code: /bluestacks/release.ts

Brave

Release Notes

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/brave/latest

🛎️ Route: /brave/latest

🐙 Source Code: /brave/latest.ts

Civitai

Latest models

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/civitai/models

🛎️ Route: /civitai/models

🐙 Source Code: /civitai/models.ts

Model discussions

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/civitai/discussions/4384

🛎️ Route: /civitai/discussions/:modelId

🔗 Parameters:

  • modelId, required - N

⚙️ Deployment Configs:

  • CIVITAI_COOKIE, required -

🐙 Source Code: /civitai/discussions.ts

warning

Need to configure CIVITAI_COOKIE to obtain image information of NSFW models.

CPUID

News

🔍 Support Radar

👨‍💻 Author:

💡 Example: https://rsshub.app/cpuid/news

🛎️ Route: /cpuid/news

🐙 Source Code: /cpuid/news.ts

Docker Hub

Image New Build

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dockerhub/build/wangqiru/ttrss

🛎️ Route: /dockerhub/build/:owner/:image/:tag?

🔗 Parameters:

  • owner, required - Image owner
  • image, required - Image name
  • tag, optional - Image tag,default to latest

🐙 Source Code: /dockerhub/build.ts

warning

The owner of the official image fills in the library, for example: https://rsshub.app/dockerhub/build/library/mysql

Image New Tag

👨‍💻 Author:

💡 Example: https://rsshub.app/dockerhub/tag/library/mariadb

🛎️ Route: /dockerhub/tag/:owner/:image/:limits?

🔗 Parameters:

  • owner, required - Image owner
  • image, required - Image name
  • limits, optional - Tag count, 10 by default

🐙 Source Code: /dockerhub/tag.ts

warning

Use library as the owner for official images, such as https://rsshub.app/dockerhub/tag/library/mysql

Eagle

Changelog

👨‍💻 Author: @tigercubden

💡 Example: https://rsshub.app/eagle/changelog/en

🛎️ Route: /eagle/changelog/:language?

🔗 Parameters:

  • language, optional - Language, see list, default to be cn

🐙 Source Code: /eagle/changelog.ts

Language

Simplified ChineseTraditional ChineseEnglish
cntwen

F-Droid

App Update

🔍 Support Radar

👨‍💻 Author: @garywill

💡 Example: https://rsshub.app/f-droid/apprelease/com.termux

🛎️ Route: /f-droid/apprelease/:app

🔗 Parameters:

  • app, required - App's package name

🐙 Source Code: /f-droid/apprelease.ts

FossHub

Software Update

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/fosshub/qBittorrent

🛎️ Route: /fosshub/:id

🔗 Parameters:

  • id, required - Software id, can be found in URL

🐙 Source Code: /fosshub/index.ts

GoFans

最新限免 / 促销应用

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/gofans

🛎️ Route: /gofans/:kind?

🔗 Parameters:

  • kind, optional - Platform, either macos or ios, empty means both (default)

🐙 Source Code: /gofans/index.ts

Google

Extension Update

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/google/chrome/extension/kefjpfngnndepjbopdmoebkipbgkggaa

🛎️ Route: /google/chrome/extension/:id

🔗 Parameters:

  • id, required - Extension id, can be found in extension url

🐙 Source Code: /google/extension.ts

Greasy Fork

Script Feedback

🔍 Support Radar

👨‍💻 Author: @miles170

💡 Example: https://rsshub.app/greasyfork/scripts/431691-bypass-all-shortlinks/feedback

🛎️ Route: /greasyfork/scripts/:script/feedback

🔗 Parameters:

  • script, required - Script id, can be found in URL

🐙 Source Code: /greasyfork/feedback.ts

Script Update

🔍 Support Radar

👨‍💻 Author: @imlonghao @miles170

💡 Example: https://rsshub.app/greasyfork/en/google.com

🛎️ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?

🐙 Source Code: /greasyfork/scripts.ts

SortDescription
todayDaily installs
total_installsTotal installs
ratingsRatings
createdCreated date
updatedUpdated date
nameName

Script Update

🔍 Support Radar

👨‍💻 Author: @imlonghao @miles170

💡 Example: https://rsshub.app/greasyfork/en/google.com

🛎️ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?

🐙 Source Code: /greasyfork/scripts.ts

SortDescription
todayDaily installs
total_installsTotal installs
ratingsRatings
createdCreated date
updatedUpdated date
nameName

Script Version History

🔍 Support Radar

👨‍💻 Author: @miles170

💡 Example: https://rsshub.app/greasyfork/scripts/431691-bypass-all-shortlinks/versions

🛎️ Route: /greasyfork/scripts/:script/versions

🔗 Parameters:

  • script, required - Script id, can be found in URL

🐙 Source Code: /greasyfork/versions.ts

Infuse

Release Notes

👨‍💻 Author: @NathanDai

💡 Example: https://rsshub.app/firecore/ios

🛎️ Route: /firecore/:os

🔗 Parameters:

  • os, required - ios,tvos,macos

🐙 Source Code: /firecore/index.ts

iFi audio

Download Hub

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/ifi-audio/download/1503007035/44472

🛎️ Route: /ifi-audio/download/:val/:id

🔗 Parameters:

  • val, required - product val
  • id, required - product id

🐙 Source Code: /ifi-audio/download.ts

warning
  1. Open https://ifi-audio.com/download-hub and the Network panel
  2. Select the device and the corresponding serial number in the website and click Search
  3. Find the last request named https://ifi-audio.com/wp-admin/admin-ajax.php in the Network panel, find out the val and id in the Payload panel, and fill in the url

ImageMagick

Changelog

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/imagemagick/changelog

🛎️ Route: /imagemagick/changelog

🐙 Source Code: /imagemagick/changelog.ts

IPSW.me

Apple Firmware Update-IPSWs/OTAs version

👨‍💻 Author: @Jeason0228

💡 Example: https://rsshub.app/ipsw/index/ipsws/iPad8,11

🛎️ Route: /ipsw/index/:ptype/:pname

🔗 Parameters:

  • ptype, required - Fill in ipsws or otas to get different versions of firmware
  • pname, required - Product name, http://rsshub.app/ipsw/index/ipsws/iPod, if you fill in the iPad, follow the entire iPad series(ptype default to ipsws).http://rsshub.app/ipsw/index/ipsws/iPhone11,8, if you fill in the specific iPhone11,8, submit to the ipsws firmware information of this model

🐙 Source Code: /ipsw/index.ts

Mozilla

Add-ons Update

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/firefox/addons/rsshub-radar

🛎️ Route: /firefox/addons/:id

🔗 Parameters:

  • id, required - Add-ons id, can be found in add-ons url

🐙 Source Code: /firefox/addons.ts

MacUpdate

Update

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/macupdate/app/11942

🛎️ Route: /macupdate/app/:appId/:appSlug?

🔗 Parameters:

  • appId, required - Application unique ID, can be found in URL
  • appSlug, optional - Application slug, can be found in URL

🐙 Source Code: /macupdate/app.ts

Microsoft Edge

Addons Update

🔍 Support Radar

👨‍💻 Author: @hoilc @DIYgod

💡 Example: https://rsshub.app/microsoft/edge/addon/gangkeiaobmjcjokiofpkfpcobpbmnln

🛎️ Route: /microsoft/edge/addon/:crxid

🔗 Parameters:

  • crxid, required - Addon id, can be found in addon url

🐙 Source Code: /microsoft/addon.ts

MIUI

New firmware

👨‍💻 Author: @Indexyz

💡 Example: https://rsshub.app/miui/aries

🛎️ Route: /miui/:device/:type?/:region?

🔗 Parameters:

  • device, required - the device codename eg. aries for Mi 2S
  • type, optional - type
  • region, optional - Region, default to cn

🐙 Source Code: /miui/index.ts

stabledevelopment
releasedev
regionregion
Chinacn
Globalglobal

Neat Download Manager

Download

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/neatdownloadmanager/download

🛎️ Route: /neatdownloadmanager/download/:os?

🔗 Parameters:

  • os, optional - Operating system, windows or macos, all by default

🐙 Source Code: /neatdownloadmanager/download.ts

Not a Tesla App

Tesla Software Updates

🔍 Support Radar

👨‍💻 Author: @mrbruce516

💡 Example: https://rsshub.app/notateslaapp/ota

🛎️ Route: /notateslaapp/ota

🐙 Source Code: /notateslaapp/update.ts

O&O Software

Changelog

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/oo-software/changelog/shutup10

🛎️ Route: /oo-software/changelog/:id

🔗 Parameters:

  • id, required - Software id, see below, shutup10 by default, can be found in URL

🐙 Source Code: /oo-software/changelog.ts

SoftwareId
O&O ShutUp10++shutup10
O&O AppBusterooappbuster
O&O Lanytixoolanytix
O&O DeskInfooodeskinfo

Postman

Release Notes

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/postman/release-notes

🛎️ Route: /postman/release-notes

🐙 Source Code: /postman/release-notes.ts

PuTTY

Change Log

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/putty/changes

🛎️ Route: /putty/changes

🐙 Source Code: /putty/changes.ts

qBittorrent

News

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/qbittorrent/news

🛎️ Route: /qbittorrent/news

🐙 Source Code: /qbittorrent/news.ts

RemNote

Changelog

🔍 Support Radar

👨‍💻 Author: @TonyRL @amakerlife

💡 Example: https://rsshub.app/remnote/changelog

🛎️ Route: /remnote/changelog

🐙 Source Code: /remnote/changelog.ts

RSSHub

New routes

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.app/rsshub/routes/en

🛎️ Route: /rsshub/routes/:lang?

🔗 Parameters:

  • lang, optional - Language, zh means Chinese docs, other values or null means English docs, en by default

🐙 Source Code: /rsshub/routes.ts

Sony

Software Downloads

🔍 Support Radar

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/sony/downloads/product/nw-wm1am2

🛎️ Route: /sony/downloads/:productType/:productId

🔗 Parameters:

  • productType, required - product type
  • productId, required - product id

🐙 Source Code: /sony/downloads.ts

tip

Open https://www.sony.com/electronics/support and search for the corresponding product, such as Sony A7M4, the website corresponding to which is https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/downloads, where productType is e-mount-body-ilce-7-series and productId is ilce-7m4.

SourceForge

Software

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/sourceforge/topic=artificial-intelligence&os=windows

🛎️ Route: /sourceforge/:routeParams?

🔗 Parameters:

  • routeParams, optional - route params, see below

🐙 Source Code: /sourceforge/index.ts

For some URL like https://sourceforge.net/directory/artificial-intelligence/windows/, it is equal to https://sourceforge.net/directory/?topic=artificial-intelligence&os=windows", thus subscribing to /sourceforge/topic=artificial-intelligence&os=windows.

URL params can duplicate, such as /sourceforge/topic=artificial-intelligence&os=windows&os=linux.

TradingView

Desktop releases and release notes

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/tradingview/desktop

🛎️ Route: /tradingview/desktop

🐙 Source Code: /tradingview/desktop.ts

Typora

Changelog

🔍 Support Radar

👨‍💻 Author: @cnzgray

💡 Example: https://rsshub.app/typora/changelog

🛎️ Route: /typora/changelog

🐙 Source Code: /typora/changelog.ts

Dev Release Changelog

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/typora/changelog/dev

🛎️ Route: /typora/changelog/dev

🐙 Source Code: /typora/changelog-dev.ts

Unraid

Community Apps

🔍 Support Radar

👨‍💻 Author: @KTachibanaM

💡 Example: https://rsshub.app/unraid/community-apps

🛎️ Route: /unraid/community-apps

🐙 Source Code: /unraid/community-apps.ts

WizTree

What's New

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/diskanalyzer/whats-new

🛎️ Route: /diskanalyzer/whats-new

🐙 Source Code: /diskanalyzer/whats-new.ts

Western Digital

Download

👨‍💻 Author:

💡 Example: https://rsshub.app/wdc/download/279

🛎️ Route: /wdc/download/:id?

🔗 Parameters:

  • id, optional - Software id, can be found in URL, 279 as Western Digital Dashboard by default

🐙 Source Code: /wdc/download.ts

winstall

Apps Update

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/winstall/Mozilla.Firefox

🛎️ Route: /winstall/:appId

🔗 Parameters:

  • appId, required - Application ID

🐙 Source Code: /winstall/update.ts

WziFile

Version History

🔍 Support Radar

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/wizfile/updates

🛎️ Route: /wizfile/updates

🐙 Source Code: /wizfile/index.ts

Zotero

Version History

🔍 Support Radar

👨‍💻 Author: @jasongzy

💡 Example: https://rsshub.app/zotero/versions

🛎️ Route: /zotero/versions

🐙 Source Code: /zotero/versions.ts

王者荣耀

更新日志

👨‍💻 Author: @nuomi1

💡 Example: https://rsshub.app/tencent/qq/sdk/changelog/iOS

🛎️ Route: /tencent/qq/sdk/changelog/:platform

🔗 Parameters:

  • platform, required - 平台,iOS / Android

🐙 Source Code: /tencent/qq/sdk/changelog.ts

小米

小米应用商店金米奖

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/mi/golden

🛎️ Route: /mi/golden

🐙 Source Code: /mi/golden.ts