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,enby 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,usid, 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,ustype, required - App type๏ผeitheriOSormacid, 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โ
๐ก Example: https://rsshub.app/brave/latest
๐๏ธ Route: /brave/latest
๐ Source Code: /brave/latest.ts
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โ
๐ก Example: https://rsshub.app/cpuid/news
๐๏ธ Route: /cpuid/news
๐ Source Code: /cpuid/news.ts
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, eithermacosorios, 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.phpin 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 devicecodenameeg.ariesfor 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โ
๐ก Example: https://rsshub.app/putty/changes
๐๏ธ Route: /putty/changes
๐ Source Code: /putty/changes.ts
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,zhmeans Chinese docs, other values or null means English docs,enby 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