program-update
Amazon
Kindle Software Updates
💡 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
💡 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
💡 Example: https://rsshub.app/apkpure/versions/jp.co.craftegg.band/jp
🛎️ Route: /apkpure/versions/:pkg/:region?
🔗 Parameters:
pkg
, required - Package nameregion
, optional - Region code,en
by default
🐙 Source Code: /apkpure/versions.ts
App Center
Release
💡 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 - Userapp
, required - App namedistribution_group
, required - Distribution group
🐙 Source Code: /app-center/release.ts
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
💡 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 belowid
, required - App id, obtain from the app URLplatform
, optional - App Platform, see below, all by default
🐙 Source Code: /apple/apps.ts
All | iOS | macOS | tvOS |
---|---|---|---|
iOS | macOS | tvOS |
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
💡 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
💡 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,eitheriOS
ormac
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)
💡 Example: https://rsshub.app/appstore/xianmian
🛎️ Route: /appstore/xianmian
🐙 Source Code: /appstore/xianmian.ts
ASUS
BIOS
💡 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
💡 Example: https://rsshub.app/asus/gpu-tweak
🛎️ Route: /asus/gpu-tweak
🐙 Source Code: /asus/gpu-tweak.ts
Bilibili
更新情报
💡 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 版 |
---|---|---|---|---|
android | iphone | ipad | win | android_tv_yst |
BlueStacks
BlueStacks 5 Release Notes
🚨 Strict anti-crawling🎭 Rely on Puppeteer🔍 Support Radar
💡 Example: https://rsshub.app/bluestacks/release/5
🛎️ Route: /bluestacks/release/5
🐙 Source Code: /bluestacks/release.ts
Brave
Release Notes
Civitai
Latest models
💡 Example: https://rsshub.app/civitai/models
🛎️ Route: /civitai/models
🐙 Source Code: /civitai/models.ts
Model discussions
⚙️ Config required🔍 Support Radar
💡 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
Need to configure CIVITAI_COOKIE
to obtain image information of NSFW models.
CPUID
News
Docker Hub
Image New Build
💡 Example: https://rsshub.app/dockerhub/build/wangqiru/ttrss
🛎️ Route: /dockerhub/build/:owner/:image/:tag?
🔗 Parameters:
owner
, required - Image ownerimage
, required - Image nametag
, optional - Image tag,default to latest
🐙 Source Code: /dockerhub/build.ts
The owner of the official image fills in the library, for example: https://rsshub.app/dockerhub/build/library/mysql
Image New Tag
💡 Example: https://rsshub.app/dockerhub/tag/library/mariadb
🛎️ Route: /dockerhub/tag/:owner/:image/:limits?
🔗 Parameters:
owner
, required - Image ownerimage
, required - Image namelimits
, optional - Tag count, 10 by default
🐙 Source Code: /dockerhub/tag.ts
Use library
as the owner
for official images, such as https://rsshub.app/dockerhub/tag/library/mysql
Eagle
Changelog
💡 Example: https://rsshub.app/eagle/changelog/en
🛎️ Route: /eagle/changelog/:language?
🔗 Parameters:
language
, optional - Language, see list, default to becn
🐙 Source Code: /eagle/changelog.ts
Language
Simplified Chinese | Traditional Chinese | English |
---|---|---|
cn | tw | en |
F-Droid
App Update
💡 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
💡 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
最新限免 / 促销应用
💡 Example: https://rsshub.app/gofans
🛎️ Route: /gofans/:kind?
🔗 Parameters:
kind
, optional - Platform, eithermacos
orios
, empty means both (default)
🐙 Source Code: /gofans/index.ts
Google
Extension Update
💡 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
💡 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
💡 Example: https://rsshub.app/greasyfork/en/google.com
🛎️ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?
🐙 Source Code: /greasyfork/scripts.ts
Sort | Description |
---|---|
today | Daily installs |
total_installs | Total installs |
ratings | Ratings |
created | Created date |
updated | Updated date |
name | Name |
Script Update
💡 Example: https://rsshub.app/greasyfork/en/google.com
🛎️ Route: /greasyfork/:language/:domain?,/scripts/sort/:sort/:language?
🐙 Source Code: /greasyfork/scripts.ts
Sort | Description |
---|---|
today | Daily installs |
total_installs | Total installs |
ratings | Ratings |
created | Created date |
updated | Updated date |
name | Name |
Script Version History
💡 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
💡 Example: https://rsshub.app/firecore/ios
🛎️ Route: /firecore/:os
🔗 Parameters:
os
, required -ios
,tvos
,macos
🐙 Source Code: /firecore/index.ts
iFi audio
Download Hub
💡 Example: https://rsshub.app/ifi-audio/download/1503007035/44472
🛎️ Route: /ifi-audio/download/:val/:id
🔗 Parameters:
val
, required - product valid
, required - product id
🐙 Source Code: /ifi-audio/download.ts
- Open https://ifi-audio.com/download-hub and the Network panel
- Select the device and the corresponding serial number in the website and click Search
- 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
💡 Example: https://rsshub.app/imagemagick/changelog
🛎️ Route: /imagemagick/changelog
🐙 Source Code: /imagemagick/changelog.ts
IPSW.me
Apple Firmware Update-IPSWs/OTAs version
💡 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 firmwarepname
, 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
💡 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
💡 Example: https://rsshub.app/macupdate/app/11942
🛎️ Route: /macupdate/app/:appId/:appSlug?
🔗 Parameters:
appId
, required - Application unique ID, can be found in URLappSlug
, optional - Application slug, can be found in URL
🐙 Source Code: /macupdate/app.ts
Microsoft Edge
Addons Update
💡 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
💡 Example: https://rsshub.app/miui/aries
🛎️ Route: /miui/:device/:type?/:region?
🔗 Parameters:
device
, required - the devicecodename
eg.aries
for Mi 2Stype
, optional - typeregion
, optional - Region, default tocn
🐙 Source Code: /miui/index.ts
stable | development |
---|---|
release | dev |
region | region |
---|---|
China | cn |
Global | global |
Neat Download Manager
Download
💡 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
💡 Example: https://rsshub.app/notateslaapp/ota
🛎️ Route: /notateslaapp/ota
🐙 Source Code: /notateslaapp/update.ts
O&O Software
Changelog
💡 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
Software | Id |
---|---|
O&O ShutUp10++ | shutup10 |
O&O AppBuster | ooappbuster |
O&O Lanytix | oolanytix |
O&O DeskInfo | oodeskinfo |
Postman
Release Notes
💡 Example: https://rsshub.app/postman/release-notes
🛎️ Route: /postman/release-notes
🐙 Source Code: /postman/release-notes.ts
PuTTY
Change Log
qBittorrent
News
💡 Example: https://rsshub.app/qbittorrent/news
🛎️ Route: /qbittorrent/news
🐙 Source Code: /qbittorrent/news.ts
RemNote
Changelog
💡 Example: https://rsshub.app/remnote/changelog
🛎️ Route: /remnote/changelog
🐙 Source Code: /remnote/changelog.ts
RSSHub
New routes
💡 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
💡 Example: https://rsshub.app/sony/downloads/product/nw-wm1am2
🛎️ Route: /sony/downloads/:productType/:productId
🔗 Parameters:
productType
, required - product typeproductId
, required - product id
🐙 Source Code: /sony/downloads.ts
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
💡 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
💡 Example: https://rsshub.app/tradingview/desktop
🛎️ Route: /tradingview/desktop
🐙 Source Code: /tradingview/desktop.ts
Typora
Changelog
💡 Example: https://rsshub.app/typora/changelog
🛎️ Route: /typora/changelog
🐙 Source Code: /typora/changelog.ts
Dev Release Changelog
💡 Example: https://rsshub.app/typora/changelog/dev
🛎️ Route: /typora/changelog/dev
🐙 Source Code: /typora/changelog-dev.ts
Unraid
Community Apps
💡 Example: https://rsshub.app/unraid/community-apps
🛎️ Route: /unraid/community-apps
🐙 Source Code: /unraid/community-apps.ts
WizTree
What's New
💡 Example: https://rsshub.app/diskanalyzer/whats-new
🛎️ Route: /diskanalyzer/whats-new
🐙 Source Code: /diskanalyzer/whats-new.ts
Western Digital
Download
💡 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
💡 Example: https://rsshub.app/winstall/Mozilla.Firefox
🛎️ Route: /winstall/:appId
🔗 Parameters:
appId
, required - Application ID
🐙 Source Code: /winstall/update.ts
WziFile
Version History
💡 Example: https://rsshub.app/wizfile/updates
🛎️ Route: /wizfile/updates
🐙 Source Code: /wizfile/index.ts
Zotero
Version History
💡 Example: https://rsshub.app/zotero/versions
🛎️ Route: /zotero/versions
🐙 Source Code: /zotero/versions.ts
王者荣耀
更新日志
💡 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