Skip to content

🔄 程序更新

RSSHub

New routes

🔥 4343🔍 Support Radar

👨‍💻 Author: DIYgod

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • lang
    • Optional
    • Default: en
    • Options:
    • Description: Language

🐙 Source Code: /rsshub/routes.ts

Unknown

🟡 Missing Test

👨‍💻 Author: flrngel

🛎️ Route: /rsshub/transform/sitemap/:url/:routeParams?

🔗 Parameters:

  • url
    • Required
    • Description: N/A
  • routeParams
    • Optional
    • Description: N/A

🐙 Source Code: /rsshub/transform/sitemap.ts

Apple

App Update

🔥 2092🔍 Support Radar

👨‍💻 Author: EkkoG nczitzk

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • country
    • Required
    • Description: App Store Country, obtain from the app URL, see below
  • id
    • Required
    • Description: App id, obtain from the app URL
  • platform
    • Optional
    • Options:
    • Description: App Platform, see below, all by default

🐙 Source Code: /apple/apps.ts

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.

Security releases

🔥 4🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/apple/security-releases

🔥 Top Feeds on Folo:

🛎️ Route: /apple/security-releases/:language?

🔗 Parameters:

  • language
    • Optional
    • Description: Language, en-us by default

🐙 Source Code: /apple/security-releases.ts

TIP

To subscribe to Apple security releases, where the source URL is https://support.apple.com/en-us/100100, extract the certain parts from this URL to be used as parameters, resulting in the route as /apple/security-releases/en-us.

GoFans

最新限免 / 促销应用

🔥 1578

👨‍💻 Author: HenryQW

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

🔥 Top Feeds on Folo:

🛎️ Route: /gofans/:kind?

🔗 Parameters:

  • kind
    • Optional
    • Description: Platform, either macos or ios, empty means both (default)

🐙 Source Code: /gofans/index.ts

423Down

423Down

🔥 510🟡 Missing Test🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/423down

🔥 Top Feeds on Folo:

🛎️ Route: /423down/:category{.+}?

🔗 Parameters:

  • category{.}
    • Optional
    • Description: N/A

🐙 Source Code: /423down/index.ts

TIP

若订阅 Android - 423Down,网址为 https://www.423down.com/apk。截取 https://www.423down.com/ 到末尾的部分 apk 作为参数填入,此时路由为 /423down/apk

安卓软件

安卓软件
apk

电脑软件

原创软件媒体播放网页浏览图形图像聊天软件
zd423multimediabrowserimageim
办公软件上传下载实用软件系统辅助系统必备
workdownsofttoolsystemsoftsystemplus
安全软件补丁相关硬件相关
securitypatchhardware

操作系统

Windows 11Windows 10Windows 7Windows XPWinPE
win11win10win7win7/winxppe-system

Docker Hub

Image New Build

🔥 481🟢 Passed Test

👨‍💻 Author: HenryQW

💡 Example: https://rsshub.app/dockerhub/build/diygod/rsshub/latest

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • owner
    • Required
    • Description: Image owner, the owner of the official image fills in the library, for example: /dockerhub/build/library/mysql
  • image
    • Required
    • Description: Image name
  • tag
    • Optional
    • Default: latest
    • Description: Image tag

🐙 Source Code: /dockerhub/build.ts

Image New Tag

🔥 24🟢 Passed Test

👨‍💻 Author: pseudoyu

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • owner
    • Required
    • Description: Image owner
  • image
    • Required
    • Description: Image name
  • limits
    • Optional
    • Description: 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

Owner Repositories

🔥 1🟢 Passed Test

👨‍💻 Author: CaoMeiYouRen

💡 Example: https://rsshub.app/dockerhub/repositories/diygod

🔥 Top Feeds on Folo:

🛎️ Route: /dockerhub/repositories/:owner

🔗 Parameters:

  • owner
    • Required
    • Description: Image owner

🐙 Source Code: /dockerhub/repositories.ts

List of repositories for an image owner

App Store/Mac App Store

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

🔥 254🟢 Passed Test🔍 Support Radar

👨‍💻 Author: Andiedie

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

🔥 Top Feeds on Folo:

🛎️ Route: /appstore/xianmian

🐙 Source Code: /appstore/xianmian.ts

Price Drop

🔥 13🟢 Passed Test🔍 Support Radar

👨‍💻 Author: HenryQW

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • country
    • Required
    • Description: App Store Country, obtain from the app URL https://apps.apple.com/us/app/id1152443474, in this case, us
  • type
    • Required
    • Description: App type,either iOS or mac
  • id
    • Required
    • Description: 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

In-App-Purchase Price Drop Alert

🔥 1

👨‍💻 Author: HenryQW

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • country
    • Required
    • Description: App Store Country, obtain from the app URL https://apps.apple.com/us/app/id953286746, in this case, us
  • id
    • Required
    • Description: 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

Cursor

Changelog

🔥 47🔍 Support Radar

👨‍💻 Author: p3psi-boo nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /cursor/changelog

🐙 Source Code: /cursor/changelog.ts

Eagle

Changelog

🔥 47

👨‍💻 Author: tigercubden

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • language
    • Optional
    • Description: Language, see list, default to be cn

🐙 Source Code: /eagle/changelog.ts

Language

Simplified ChineseTraditional ChineseEnglish
cntwen

Notion

WARNING

Need to set up Notion integration, please refer to Route-specific Configurations for details.

Recommendation

It is recommended to use with clipping tools such as Notion Web Clipper.

Release

🔥 44🟢 Passed Test

👨‍💻 Author: equt

💡 Example: https://rsshub.app/notion/release

🔥 Top Feeds on Folo:

🛎️ Route: /notion/release

🐙 Source Code: /notion/release.ts

Obsidian

Obsidian Plugins

🔥 35🟢 Passed Test

👨‍💻 Author: DIYgod

💡 Example: https://rsshub.app/obsidian/plugins

🔥 Top Feeds on Folo:

🛎️ Route: /obsidian/plugins

🐙 Source Code: /obsidian/plugins.ts

Civitai

Latest models

🔥 34🟢 Passed Test🔍 Support Radar

👨‍💻 Author: DIYgod

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

🔥 Top Feeds on Folo:

🛎️ Route: /civitai/models

🐙 Source Code: /civitai/models.ts

Model discussions

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: DIYgod

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

🛎️ Route: /civitai/discussions/:modelId

🔗 Parameters:

  • modelId
    • Required
    • Description: N

⚙️ Deployment Configs:

  • CIVITAI_COOKIE, required -

🐙 Source Code: /civitai/discussions.ts

WARNING

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

User Article

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL

💡 Example: https://rsshub.app/civitai/user/Chenkin/articles

🛎️ Route: /civitai/user/:username/articles

🔗 Parameters:

  • username
    • Required
    • Description: Username

🐙 Source Code: /civitai/user.ts

Zotero

Version History

🔥 22🟢 Passed Test🔍 Support Radar

👨‍💻 Author: jasongzy

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

🔥 Top Feeds on Folo:

🛎️ Route: /zotero/versions

🐙 Source Code: /zotero/versions.ts

小米

小米应用商店金米奖

🔥 18🟢 Passed Test

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /mi/golden

🐙 Source Code: /mi/golden.ts

Infuse

Release Notes

🔥 16

👨‍💻 Author: NathanDai

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

🔥 Top Feeds on Folo:

🛎️ Route: /firecore/:os

🔗 Parameters:

  • os
    • Required
    • Description: ios,tvos,macos

🐙 Source Code: /firecore/index.ts

Raycast

Changelog

🔥 16🟢 Passed Test

👨‍💻 Author: equt

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

🔥 Top Feeds on Folo:

🛎️ Route: /raycast/changelog

🐙 Source Code: /raycast/changelog.ts

Next.js

Blog

🔥 15

👨‍💻 Author: equt

💡 Example: https://rsshub.app/nextjs/blog

🔥 Top Feeds on Folo:

🛎️ Route: /nextjs/blog

🐙 Source Code: /nextjs/blog.ts

Amazon

Kindle Software Updates

🔥 8🟢 Passed Test🚨 Strict Anti-crawling

👨‍💻 Author: EthanWng97

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

🔥 Top Feeds on Folo:

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

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

Unknown

🔥 5🟡 Missing Test

👨‍💻 Author: HankChow

🔥 Top Feeds on Folo:

🛎️ Route: /amazon/awsblogs/:locale?

🔗 Parameters:

  • locale
    • Optional
    • Description: N/A

🐙 Source Code: /amazon/awsblogs.ts

Android

SDK Platform Tools release notes

Security Bulletins

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL

💡 Example: https://rsshub.app/android/security-bulletin

🔥 Top Feeds on Folo:

🛎️ Route: /android/security-bulletin

🐙 Source Code: /android/security-bulletin.ts

Greasy Fork

Script Update

🔥 10🔍 Support Radar

👨‍💻 Author: imlonghao miles170

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • language
    • Required
    • Description: language, located on the top right corner of Greasy Fork's search page, set to all for including all languages
  • domain
    • Optional
    • Description: the script's target domain

🐙 Source Code: /greasyfork/scripts.ts

SortDescription
todayDaily installs
total_installsTotal installs
ratingsRatings
createdCreated date
updatedUpdated date
nameName

Script Feedback

🔥 2🟢 Passed Test🔍 Support Radar

👨‍💻 Author: miles170

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • script
    • Required
    • Description: Script id, can be found in URL

🐙 Source Code: /greasyfork/feedback.ts

Script Version History

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: miles170

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • script
    • Required
    • Description: Script id, can be found in URL

🐙 Source Code: /greasyfork/versions.ts

Typora

Changelog

🔥 13🔍 Support Radar

👨‍💻 Author: cnzgray

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

🔥 Top Feeds on Folo:

🛎️ 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

REPACK скачать

REPACK скачать

App Center

Release

🔥 7🟡 Missing Test🔍 Support Radar

👨‍💻 Author: Rongronggg9

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • user
    • Required
    • Description: User
  • app
    • Required
    • Description: App name
  • distribution_group
    • Required
    • Description: 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

Home Assistant

HACS Repositories

🔥 7🟡 Missing Test

👨‍💻 Author: DIYgod

💡 Example: https://rsshub.app/home-assistant/hacs/repositories

🔥 Top Feeds on Folo:

🛎️ Route: /home-assistant/hacs/repositories

🐙 Source Code: /home-assistant/hacs.ts

ASUS

BIOS

🔥 5🟢 Passed Test🔍 Support Radar

👨‍💻 Author: Fatpandac

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

🔥 Top Feeds on Folo:

🛎️ Route: /asus/bios/:model/:lang?

🔗 Parameters:

  • model
    • Required
    • Description: Model, can be found in product page
  • lang
    • Optional
    • Default: en
    • Options:
    • Description: Language, provide access routes for other parts of the world

🐙 Source Code: /asus/bios.ts

GPU Tweak

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL

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

🔥 Top Feeds on Folo:

🛎️ Route: /asus/gpu-tweak

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

F-Droid

App Update

🔥 6🟡 Missing Test🔍 Support Radar

👨‍💻 Author: garywill

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • app
    • Required
    • Description: App's package name

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

Google

Extension Update

🔥 6🔍 Support Radar

👨‍💻 Author: DIYgod

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • id
    • Required
    • Description: Extension id, can be found in extension url

🐙 Source Code: /google/extension.ts

Alpine Linux

Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

Packages

🔥 5🟢 Passed Test🔍 Support Radar

👨‍💻 Author: CaoMeiYouRen

💡 Example: https://rsshub.app/alpinelinux/pkgs/nodejs

🔥 Top Feeds on Folo:

🛎️ Route: /alpinelinux/pkgs/:name/:routeParams?

🔗 Parameters:

  • name
    • Required
    • Description: Packages name
  • routeParams
    • Optional
    • Description: Filters of packages type. E.g. branch=edge&repo=main&arch=armv7&maintainer=Jakub%20Jirutka

🐙 Source Code: /alpinelinux/pkgs.ts

Alpine Linux packages update

Brave

Release Notes

🔥 5🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /brave/latest

🐙 Source Code: /brave/latest.ts

异次元软件世界

分类

🔥 3🔍 Support Radar

👨‍💻 Author: cscnk52

💡 Example: https://rsshub.app/iplaysoft/category/system

🔥 Top Feeds on Folo:

🛎️ Route: /iplaysoft/category/:slug

🔗 Parameters:

  • slug
    • Required
    • Description: 分类名称

🐙 Source Code: /iplaysoft/category.ts

标签

🔥 2🔍 Support Radar

👨‍💻 Author: cscnk52

💡 Example: https://rsshub.app/iplaysoft/tag/windows

🔥 Top Feeds on Folo:

🛎️ Route: /iplaysoft/tag/:slug

🔗 Parameters:

  • slug
    • Required
    • Description: 标签名称

🐙 Source Code: /iplaysoft/tag.ts

首页

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: williamgateszhao cscnk52 LokHsu

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

🛎️ Route: /iplaysoft/

🐙 Source Code: /iplaysoft/index.ts

IPSW.me

Apple Firmware Update-IPSWs/OTAs version

🔥 5🟢 Passed Test

👨‍💻 Author: Jeason0228

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • ptype
    • Required
    • Description: Fill in ipsws or otas to get different versions of firmware
  • pname
    • Required
    • Description: 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

NPM

Package

🔥 5🟢 Passed Test🔍 Support Radar

👨‍💻 Author: Fatpandac

💡 Example: https://rsshub.app/npm/package/rsshub

🔥 Top Feeds on Folo:

🛎️ Route: /npm/package/:name{(@[a-z0-9-~][a-z0-9-._~]*/)?[a-z0-9-~][a-z0-9-._~]*}

🔗 Parameters:

  • name{(@[a-z0-9-~][a-z0-9-._~]
    • Required
    • Description: N/A

🐙 Source Code: /npm/package.ts

TradingView

Unknown

🔥 5🟡 Missing Test

👨‍💻 Author:

🔥 Top Feeds on Folo:

🛎️ Route: /tradingview/blog/:category{.+}?

🔗 Parameters:

  • category{.}
    • Optional
    • Description: N/A

🐙 Source Code: /tradingview/blog.ts

Desktop releases and release notes

🔍 Support Radar

👨‍💻 Author: nczitzk

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

🛎️ Route: /tradingview/desktop

🐙 Source Code: /tradingview/desktop.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author:

🛎️ Route: /tradingview/pine/:version?

🔗 Parameters:

  • version
    • Optional
    • Description: N/A

🐙 Source Code: /tradingview/pine.ts

Mozilla

Unknown

🔥 4🟡 Missing Test

👨‍💻 Author:

🔥 Top Feeds on Folo:

🛎️ Route: /firefox/release/:platform?

🔗 Parameters:

  • platform
    • Optional
    • Description: N/A

🐙 Source Code: /firefox/release.ts

Add-ons Update

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: DIYgod

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

🛎️ Route: /firefox/addons/:id

🔗 Parameters:

  • id
    • Required
    • Description: Add-ons id, can be found in add-ons url

🐙 Source Code: /firefox/addons.ts

qBittorrent

News

🔥 4🔍 Support Radar

👨‍💻 Author: TonyRL

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

🔥 Top Feeds on Folo:

🛎️ Route: /qbittorrent/news

🐙 Source Code: /qbittorrent/news.ts

AppStare

Comments

🔥 3🔍 Support Radar

👨‍💻 Author: zhixideyu

💡 Example: https://rsshub.app/appstare/comments/cn/989673964

🔥 Top Feeds on Folo:

🛎️ Route: /appstare/comments/:country/:appid

🔗 Parameters:

  • country
    • Required
    • Description: App Store country code, e.g., US, CN
  • appid
    • Required
    • Description: Unique App Store application identifier (app id)

🐙 Source Code: /appstare/comments.ts

Retrieve only the comments of the app from the past 7 days.

Neat Download Manager

Download

🔥 3🟢 Passed Test🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • os
    • Optional
    • Description: Operating system, windows or macos, all by default

🐙 Source Code: /neatdownloadmanager/download.ts

腾讯

更新日志

🔥 3🟢 Passed Test

👨‍💻 Author: nuomi1

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • platform
    • Required
    • Description: 平台,iOS / Android

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

Typst

Compose papers faster: Focus on your text and let Typst take care of layout and formatting.

Universe

🔥 3🔍 Support Radar

👨‍💻 Author: HPDell

💡 Example: https://rsshub.app/typst/universe

🔥 Top Feeds on Folo:

🛎️ Route: /typst/universe

🐙 Source Code: /typst/universe.ts

Anytxt Searcher

Release Notes

🔥 2🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /anytxt/release-notes

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

哔哩哔哩 bilibili

更新情报

🔥 2

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • id
    • Optional
    • Description: 客户端 id,见下表,默认为安卓版

🐙 Source Code: /bilibili/app.ts

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

IPSW.dev

Download the latest beta firmware for iPhone, iPad, Mac, Apple Vision Pro, and Apple TV. Check the signing status of the beta firmware.

Apple latest beta firmware

🔥 2🟡 Missing Test

👨‍💻 Author: RieN7

💡 Example: https://rsshub.app/ipsw.dev/index/iPhone16,1

🔥 Top Feeds on Folo:

🛎️ Route: /ipsw.dev/index/:productID

🔗 Parameters:

  • productID
    • Required
    • Description: Product ID

🐙 Source Code: /ipsw.dev/index.ts

联想

驱动

🔥 2🟢 Passed Test🔍 Support Radar

👨‍💻 Author: cscnk52

💡 Example: https://rsshub.app/lenovo/drive/PF3WRD2G

🔥 Top Feeds on Folo:

🛎️ Route: /lenovo/drive/:selName

🔗 Parameters:

  • selName
    • Required
    • Description: 产品序列号

🐙 Source Code: /lenovo/drive.ts

Unraid

Community Apps

🔥 2🟢 Passed Test🔍 Support Radar

👨‍💻 Author: KTachibanaM

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

🔥 Top Feeds on Folo:

🛎️ Route: /unraid/community-apps

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

ImageMagick

Changelog

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /imagemagick/changelog

🐙 Source Code: /imagemagick/changelog.ts

MacUpdate

Update

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • appId
    • Required
    • Description: Application unique ID, can be found in URL
  • appSlug
    • Optional
    • Description: Application slug, can be found in URL

🐙 Source Code: /macupdate/app.ts

Not a Tesla App

Tesla Software Updates

🔥 1🔍 Support Radar

👨‍💻 Author: mrbruce516

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

🔥 Top Feeds on Folo:

🛎️ Route: /notateslaapp/ota

🐙 Source Code: /notateslaapp/update.ts

Postman

Release Notes

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /postman/release-notes

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

PuTTY

Change Log

🔥 1🔍 Support Radar

👨‍💻 Author: nczitzk

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

🔥 Top Feeds on Folo:

🛎️ Route: /putty/changes

🐙 Source Code: /putty/changes.ts

RemNote

Changelog

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL amakerlife

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

🔥 Top Feeds on Folo:

🛎️ Route: /remnote/changelog

🐙 Source Code: /remnote/changelog.ts

Sony

Software Downloads

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: EthanWng97

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

🔥 Top Feeds on Folo:

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

🔗 Parameters:

  • productType
    • Required
    • Description: product type
  • productId
    • Required
    • Description: 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.

Syosetu

なろう小説 API の更新履歴

🔥 1🔍 Support Radar

👨‍💻 Author: SnowAgar25

💡 Example: https://rsshub.app/syosetu/dev

🔥 Top Feeds on Folo:

🛎️ Route: /syosetu/dev

🐙 Source Code: /syosetu/dev.ts

TiddlyWiki

Releases

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: p3psi-boo

💡 Example: https://rsshub.app/tiddlywiki/releases

🔥 Top Feeds on Folo:

🛎️ Route: /tiddlywiki/releases

🐙 Source Code: /tiddlywiki/releases.ts

WebCatalog

Changelog

🔥 1🟢 Passed Test🔍 Support Radar

👨‍💻 Author: Tsuyumi25

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

🔥 Top Feeds on Folo:

🛎️ Route: /webcatalog/changelog

🐙 Source Code: /webcatalog/changelog.ts

Amazfitwatchfaces

amazfitwatchfaces.com is the world's largest collection of watch faces for Amazfit, Zepp, Bip, Pace, Stratos, Cor, Verge, Verge Lite, GTR, GTS, T-Rex, watches. Here you can find everything you need to customize & personalize your device! The website also has catalogs of watch faces for Xiaomi, Haylou, Honor and Huawei watches.

Watch Faces

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/amazfitwatchfaces/amazfit-x/fresh

🛎️ Route: /amazfitwatchfaces/:device/:sort/:searchParams?

🔗 Parameters:

  • device
    • Required
    • Options:
    • Description: Device Id
  • sort
    • Required
    • Options:
    • Description: Sort By
  • searchParams
    • Optional
    • Description: Search Params

🐙 Source Code: /amazfitwatchfaces/index.ts

TIP

If you subscribe to Updated watch faces for Amazfit X,where the URL is https://amazfitwatchfaces.com/amazfit-x/updated, extract the part https://amazfitwatchfaces.com/ to the end, which is amazfit-x/updated, and use it as the parameter to fill in. Therefore, the route will be /amazfitwatchfaces/amazfit-x/updated.

If you subscribe to TOP for the last 6 months (Only new) - Xiaomi Smart Band 9,where the URL is https://amazfitwatchfaces.com/mi-band/top?compatible=Smart_Band_9&topof=6months, extract the part https://amazfitwatchfaces.com/ to the end, which is mi-band/top, and use it as the parameter to fill in. Therefore, the route will be /amazfitwatchfaces/mi-band/top/compatible=Smart_Band_9&topof=6months.

More devices
Device NameDevice Id
Amazfit Xamazfit-x
Amazfit Bandamazfit-band
Amazfit Bipbip
Amazfit Activeactive
Amazfit Balancebalance
Amazfit Cheetahcheetah
Amazfit Falconfalcon
Amazfit GTRgtr
Amazfit GTSgts
Amazfit T-Rext-rex
Amazfit Stratospace
Amazfit Verge Liteverge-lite
Haylou Watcheshaylou
Huawei Watcheshuawei-watch-gt
Xiaomi Mi Band 4mi-band-4
Xiaomi Mi Band 5mi-band-5
Xiaomi Mi Band 6mi-band-6
Xiaomi Mi Band 7mi-band-7
Xiaomi Smart Band 8mi-band
Xiaomi Smart Band 9mi-band

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
    • Description: Package name
  • region
    • Optional
    • Description: Region code, en by default

🐙 Source Code: /apkpure/versions.ts

AppSales

Most recent discounted and temporarily free Android apps and games on Google Play

Category

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/app-sales/highlights

🛎️ Route: /app-sales/:category?/:country?

🔗 Parameters:

  • category
    • Optional
    • Options:
    • Description: Category, highlights as Highlights by default
  • country
    • Optional
    • Options:
    • Description: Country ID, us as United States by default

🐙 Source Code: /app-sales/index.ts

TIP

To subscribe to Highlights, where the source URL is https://www.app-sales.net/highlights/, extract the certain parts from this URL to be used as parameters, resulting in the route as /app-sales/highlights.

HighlightsActive SalesNow Free
highlightsactivesalesnowfree
More countries
CurrencyCountryID
USDUnited Statesus
EURAustriaat
AUDAustraliaau
BRLBrazilbr
CADCanadaca
EURFrancefr
EURGermanyde
INRIndiain
EURItalyit
EURNetherlandsnl
PLNPolandpl
RUBRussiaru
EURSpaines
SEKSwedense
GBPGreat Britaingb

Watchlist Charts

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/app-sales/mostwanted

🛎️ Route: /app-sales/mostwanted/:time?/:country?

🔗 Parameters:

  • time
    • Optional
    • Options:
    • Description: Time, 24h as Last 24h by default
  • country
    • Optional
    • Options:
    • Description: Country ID, us as United States by default

🐙 Source Code: /app-sales/mostwanted.ts

Last 24hLast WeekAll Time
24hweekalltime
More countries
CurrencyCountryID
USDUnited Statesus
EURAustriaat
AUDAustraliaau
BRLBrazilbr
CADCanadaca
EURFrancefr
EURGermanyde
INRIndiain
EURItalyit
EURNetherlandsnl
PLNPolandpl
RUBRussiaru
EURSpaines
SEKSwedense
GBPGreat Britaingb

AppsTorrent

Programs

👨‍💻 Author: xzzpig

💡 Example: https://rsshub.app/appstorrent/programs

🛎️ Route: /appstorrent/programs

🐙 Source Code: /appstorrent/programs.ts

Bandisoft

History

🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/bandisoft/history/bandizip

🛎️ Route: /bandisoft/history/:id?/:language?

🔗 Parameters:

  • id
    • Optional
    • Options:
    • Description: ID, bandizip by default
  • language
    • Optional
    • Options:
    • Description: Language, en by default

🐙 Source Code: /bandisoft/history.ts

TIP

To subscribe to Bandizip Version History, where the source URL is https://www.bandisoft.com/bandizip/history/, extract the certain parts from this URL to be used as parameters, resulting in the route as /bandisoft/history/bandizip.

More languages
LanguageID
Englishen
中文(简体)cn
中文(繁體)tw
日本語jp
Русскийru
Españoles
Françaisfr
Deutschde
Italianoit
Slovenčinask
Українськаuk
Беларускаяbe
Danskda
Polskipl
Português Brasileirobr
Češtinacs
Nederlandsnl
Slovenščinasl
Türkçetr
ภาษาไทยth
Ελληνικάgr
Oʻzbekuz
Romanianro
한국어kr

BlueStacks

BlueStacks 5 Release Notes

🟢 Passed Test🚨 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

CPUID

News

🟢 Passed Test🔍 Support Radar

👨‍💻 Author:

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

🛎️ Route: /cpuid/news

🐙 Source Code: /cpuid/news.ts

daum

Potplayer Update History

🔍 Support Radar

👨‍💻 Author: nczitzk

💡 Example: https://rsshub.app/daum/potplayer

🛎️ Route: /daum/potplayer/:lang?

🔗 Parameters:

  • lang
    • Optional
    • Options:
    • Description: Language, Korean by default

🐙 Source Code: /daum/potplayer.ts

TIP

To subscribe to Potplayer Update History, where the source URL is https://t1.daumcdn.net/potplayer/PotPlayer/v4/Update2/UpdateEng.html, extract the certain parts from this URL to be used as parameters, resulting in the route as /daum/potplayer/Eng.

LanguageId
한국어
中文(简体)Chs
中文(繁体)Cht
ENGLISHEng
УкраїнськаEng
РУССКИЙEng
PolskiEng

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

FossHub

Software Update

👨‍💻 Author: nczitzk

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

🛎️ Route: /fosshub/:id

🔗 Parameters:

  • id
    • Required
    • Description: Software id, can be found in URL

🐙 Source Code: /fosshub/index.ts

iFi audio

Download Hub

🟡 Missing Test

👨‍💻 Author: EthanWng97

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

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

🔗 Parameters:

  • val
    • Required
    • Description: product val
  • id
    • Required
    • Description: 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

Microsoft

Addons Update

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: hoilc DIYgod

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

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

🔗 Parameters:

  • crxid
    • Required
    • Description: Addon id, can be found in addon url

🐙 Source Code: /microsoft/addon.ts

Product tags in mcr.microsoft.com

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: margani

💡 Example: https://rsshub.app/microsoft/mcr/product/dotnet/framework/runtime

🛎️ Route: /microsoft/mcr/product/*

🐙 Source Code: /microsoft/mcr.ts

MIUI

New firmware

👨‍💻 Author: Indexyz

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

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

🔗 Parameters:

  • device
    • Required
    • Description: the device codename eg. aries for Mi 2S
  • type
    • Optional
    • Description: type
  • region
    • Optional
    • Description: Region, default to cn

🐙 Source Code: /miui/firmware/index.ts

stabledevelopment
releasedev
regionregion
Chinacn
Globalglobal

O&O Software

Changelog

🟡 Missing Test

👨‍💻 Author: nczitzk

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

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

🔗 Parameters:

  • id
    • Required
    • Description: 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

OpenAI

ChatGPT - Release Notes

👨‍💻 Author:

💡 Example: https://rsshub.app/openai/chatgpt/release-notes

🛎️ Route: /openai/chatgpt/release-notes

🐙 Source Code: /openai/chatgpt.ts

SourceForge

Software

👨‍💻 Author: JimenezLi

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

🛎️ Route: /sourceforge/:routeParams?

🔗 Parameters:

  • routeParams
    • Optional
    • Description: 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.

Western Digital

Download

🟢 Passed Test

👨‍💻 Author:

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

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

🔗 Parameters:

  • id
    • Optional
    • Description: Software id, can be found in URL, 279 as Western Digital Dashboard by default

🐙 Source Code: /wdc/download.ts

winstall

Apps Update

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: TonyRL

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

🛎️ Route: /winstall/:appId

🔗 Parameters:

  • appId
    • Required
    • Description: Application ID

🐙 Source Code: /winstall/update.ts

WziFile

Version History

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: Fatpandac

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

🛎️ Route: /wizfile/updates

🐙 Source Code: /wizfile/index.ts

基于 MIT 许可发布