Skip to content

📚 阅读

51Read

章节

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @lazwa34

💡 Example: https://rsshub.app/51read/article/152685

🛎️ Route: /51read/article/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /51read/article.ts

69书吧

章节

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @eternasuno

💡 Example: https://rsshub.app/69shu/article/47117

🛎️ Route: /69shu/article/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /69shu/article.ts

Free Computer Books

Book List

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @cubroe

💡 Example: https://rsshub.app/freecomputerbooks/compscAlgorithmBooks

🛎️ Route: /freecomputerbooks/:category?

🔗 Parameters:

  • category
    • Optional
    • Description: A category id., which should be the HTML file name (but without the .html suffix) in the URL path of a book list page.

🐙 Source Code: /freecomputerbooks/index.ts

hameln

chapter

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @huangliangshusheng

💡 Example: https://rsshub.app/hameln/chapter/264928

🛎️ Route: /hameln/chapter/:id

🔗 Parameters:

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

🐙 Source Code: /hameln/chapter.ts

Eg: https://syosetu.org/novel/264928

Inoreader

HTML Clip

🟢 Passed Test

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/inoreader/html_clip/1005137674/user-favorites

🛎️ Route: /inoreader/html_clip/:user/:tag

🔗 Parameters:

  • user
    • Required
    • Description: N/A
  • tag
    • Required
    • Description: N/A

🐙 Source Code: /inoreader/index.ts

RSS

🟢 Passed Test

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/inoreader/rss/1005137674/user-favorites

🛎️ Route: /inoreader/rss/:user/:tag

🔗 Parameters:

  • user
    • Required
    • Description: user id, the interger after user/ in the example URL
  • tag
    • Required
    • Description: tag, the string after tag/ in the example URL

🐙 Source Code: /inoreader/rss.ts

Literotica

New Stories

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/literotica/new

🛎️ Route: /literotica/new

🐙 Source Code: /literotica/new.ts

Unknown

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @nczitzk

🛎️ Route: /literotica/category/:category

🔗 Parameters:

  • category
    • Required
    • Description: N/A

🐙 Source Code: /literotica/category.ts

MagazineLib

Latest Magazine

🔴 Failed Test

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/magazinelib/latest-magazine/new+yorker

🛎️ Route: /magazinelib/latest-magazine/:query?

🔗 Parameters:

  • query
    • Optional
    • Description: query, search page querystring

🐙 Source Code: /magazinelib/latest-magazine.ts

For instance, when doing search at https://magazinelib.com and you get url https://magazinelib.com/?s=new+yorker, the query is new+yorker

Penguin Random House

Articles

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @StevenRCE0

💡 Example: https://rsshub.app/penguin-random-house/articles

🛎️ Route: /penguin-random-house/articles

🐙 Source Code: /penguin-random-house/articles.ts

Book Lists

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @StevenRCE0

💡 Example: https://rsshub.app/penguin-random-house/the-read-down

🛎️ Route: /penguin-random-house/the-read-down

🐙 Source Code: /penguin-random-house/thereaddown.ts

Readwise

Reader Document List

🟡 Missing Test⚙️ Config Required🔍 Support Radar

👨‍💻 Author: @xbot

💡 Example: https://rsshub.app/readwise/list/location=new&category=article

🛎️ Route: /readwise/list/:routeParams?

🔗 Parameters:

  • routeParams
    • Optional
    • Description: Parameter combinations, see the description above.

⚙️ Deployment Configs:

  • READWISE_ACCESS_TOKEN, required - Visit https://readwise.io/access_token to get your access token.

🐙 Source Code: /readwise/list.ts

Specify options (in the format of query string) in parameter routeParams to filter documents.

ParameterDescriptionValuesDefault
locationThe document's location.new/later/shortlist/archive/feed
categoryThe document's category.article/email/rss/highlight/note/pdf/epub/tweet/video
updatedAfterFetch only documents updated after this date.string (formatted as ISO 8601 date)
tagThe document's tag, can be specified once or multiple times.
tagStrategyIf multiple tags are specified, should the documents match all of them or any of them.any/allany

Customise parameter values to fetch specific documents, for example:

https://rsshub.app/readwise/list/location=new&category=article

fetches articles in the Inbox.

https://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all

fetches articles tagged both by shortlist and AI.

SF 轻小说

章节

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @keocheung

💡 Example: https://rsshub.app/sfacg/novel/chapter/672431

🛎️ Route: /sfacg/novel/chapter/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /sfacg/novel-chapter.ts

SoBooks

标签

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sobooks/tag/小说

🛎️ Route: /sobooks/tag/:id?

🔗 Parameters:

  • id
    • Optional
    • Description: 标签, 见下表,默认为小说

🐙 Source Code: /sobooks/tag.ts

热门标签

小说文学历史日本科普管理推理社会经济
传记美国悬疑哲学心理商业金融思维经典
随笔投资文化励志科幻成长中国英国政治
漫画纪实艺术科学生活职场散文法国互联网
营销奇幻二战股票女性德国学习战争创业
绘本名著爱情军事理财教育世界人物沟通

归档

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/sobooks/date/2020-11

🛎️ Route: /sobooks/date/:date?

🔗 Parameters:

  • date
    • Optional
    • Description: 日期,见例子,默认为当前年月

🐙 Source Code: /sobooks/date.ts

首页

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

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

🛎️ Route: /sobooks/:category?

🔗 Parameters:

  • category
    • Optional
    • Description: 分类, 见下表

🐙 Source Code: /sobooks/index.ts

分类分类名
小说文学xiaoshuowenxue
历史传记lishizhuanji
人文社科renwensheke
励志成功lizhichenggong
经济管理jingjiguanli
学习教育xuexijiaoyu
生活时尚shenghuoshishang
英文原版yingwenyuanban

syosetu

chapter

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @huangliangshusheng

💡 Example: https://rsshub.app/syosetu/chapter/n1976ey

🛎️ Route: /syosetu/chapter/:id

🔗 Parameters:

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

🐙 Source Code: /syosetu/chapter.ts

Eg: https://ncode.syosetu.com/n1976ey/

Yen Press

Series

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/yenpress/series/alya-sometimes-hides-her-feelings-in-russian

🛎️ Route: /yenpress/series/:name

🔗 Parameters:

  • name
    • Required
    • Description: Series name

🐙 Source Code: /yenpress/series.ts

爱思想

Unknown

🟡 Missing Test

👨‍💻 Author: @HenryQW @nczitzk

🛎️ Route: /aisixiang/ranking/:id?/:period?,/toplist/:id?/:period?

🔗 Parameters:

  • id
    • Optional
    • Description: N/A
  • period
    • Optional
    • Description: N/A

🐙 Source Code: /aisixiang/toplist.ts

文章点击排行最近更新文章文章推荐排行
11011

栏目

🟢 Passed Test

👨‍💻 Author: @HenryQW @nczitzk

💡 Example: https://rsshub.app/aisixiang/column/722

🛎️ Route: /aisixiang/column/:id

🔗 Parameters:

  • id
    • Required
    • Description: 栏目 ID, 可在对应栏目 URL 中找到

🐙 Source Code: /aisixiang/column.ts

思想库(专栏)

🔴 Failed Test

👨‍💻 Author: @hoilc @nczitzk

💡 Example: https://rsshub.app/aisixiang/thinktank/WuQine/论文

🛎️ Route: /aisixiang/thinktank/:id/:type?

🔗 Parameters:

  • id
    • Required
    • Description: 专栏 ID,一般为作者拼音,可在URL中找到
  • type
    • Optional
    • Description: 栏目类型,参考下表,默认为全部

🐙 Source Code: /aisixiang/thinktank.ts

论文时评随笔演讲访谈著作读书史论译作诗歌书信科学

专题

🔴 Failed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/aisixiang/zhuanti/211

🛎️ Route: /aisixiang/zhuanti/:id

🔗 Parameters:

  • id
    • Required
    • Description: 专题 ID, 可在对应专题 URL 中找到

🐙 Source Code: /aisixiang/zhuanti.ts

TIP

更多专题请见 关键词

哔哩轻小说

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @rkscv

💡 Example: https://rsshub.app/linovelib/volume/8

🛎️ Route: /linovelib/volume/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 ID,可在小说页 URL 中找到

🐙 Source Code: /linovelib/volume.ts

小说更新

🔴 Failed Test🚨 Strict Anti-crawling

👨‍💻 Author: @misakicoca

💡 Example: https://rsshub.app/linovelib/novel/2547

🛎️ Route: /linovelib/novel/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id,对应书架开始阅读 URL 中找到

🐙 Source Code: /linovelib/novel.ts

超星

期刊

🔴 Failed Test🚨 Strict Anti-crawling

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437

🛎️ Route: /chaoxing/qk/:id/:needContent?

🔗 Parameters:

  • id
    • Required
    • Description: 期刊 id,可在期刊页 URL 中找到
  • needContent
    • Optional
    • Description: 需要获取文章全文,填写 true/yes 表示需要,默认需要

🐙 Source Code: /chaoxing/qk.ts

TIP

全部期刊可以在 这里 找到,你也可以从 学科分类期刊导航 中发现更多期刊。

如订阅 上海文艺,其 URL 为 http://m.chaoxing.com/mqk/list?mags=6b5c39b3dd84352be512e29df02974376b5c39b3dd84352be512e29df0297437 即为期刊 id,所得路由为 /chaoxing/qk/6b5c39b3dd84352be512e29df0297437

WARNING

你可以设置参数 需要获取文章全文true yes t y 等值(或者忽略这个参数),RSS 的条目会携带期刊中的 文章全文,而不仅仅是 文章概要。但因为发起访问请求过多会被该网站屏蔽,你可以将其关闭(设置该参数为 false no f n 等值),这将会大大减少请求次数从而更难触发网站的反爬机制。

路由默认会获取 30 个条目。在路由后指定 ?limit=<条目数量> 减少或增加单次获取条目数量,同样可以减少请求次数,如设置为一次获取 10 个条目,路由可以更改为 /chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10

在根据上文设置 需要获取文章全文 为不需要时,你可以将 limit 值增大,从而获取更多的条目,此时因为不获取全文也不会触发反爬机制,如 /chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100

刺猬猫

章节

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @keocheung

💡 Example: https://rsshub.app/ciweimao/chapter/100043404

🛎️ Route: /ciweimao/chapter/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /ciweimao/chapter.ts

東立出版社

新聞

🟢 Passed Test

👨‍💻 Author: @CokeMine

💡 Example: https://rsshub.app/tongli/news/6

🛎️ Route: /tongli/news/:type

🔗 Parameters:

  • type
    • Required
    • Description: 分類,可以在“新聞”鏈接中找到

🐙 Source Code: /tongli/news.ts

番茄小说

小说更新

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/fanqienovel/page/6621052928482348040

🛎️ Route: /fanqienovel/page/:bookId

🔗 Parameters:

  • bookId
    • Required
    • Description: 小说 ID,可在 URL 中找到

🐙 Source Code: /fanqienovel/page.ts

国门传媒在线

中国海关

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/gmcmonline/chinacustoms

🛎️ Route: /gmcmonline/chinacustoms

🐙 Source Code: /gmcmonline/chinacustoms.ts

欢乐书客

章节

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @keocheung

💡 Example: https://rsshub.app/hbooker/chapter/100113279

🛎️ Route: /hbooker/chapter/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /hbooker/chapter.ts

晋江文学城

作者最新作品

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/jjwxc/author/4364484

🛎️ Route: /jjwxc/author/:id?

🔗 Parameters:

  • id
    • Optional
    • Description: 作者 id,可在对应作者页中找到

🐙 Source Code: /jjwxc/author.ts

作品章节

🟢 Passed Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/jjwxc/book/7013024

🛎️ Route: /jjwxc/book/:id?

🔗 Parameters:

  • id
    • Optional
    • Description: 作品 id,可在对应作品页中找到

🐙 Source Code: /jjwxc/book.ts

明月中文网

榜单

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/56kog/top/weekvisit

🛎️ Route: /56kog/top/:category?

🔗 Parameters:

  • category
    • Optional
    • Description: 分类,见下表,默认为周点击榜

🐙 Source Code: /56kog/top.ts

周点击榜总收藏榜最新 入库
weekvisitgoodnumpostdate

分类

🟡 Missing Test

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/56kog/class/1_1

🛎️ Route: /56kog/class/:category?

🔗 Parameters:

  • category
    • Optional
    • Description: 分类,见下表,默认为玄幻魔法

🐙 Source Code: /56kog/class.ts

玄幻魔法武侠修真历史军事侦探推理网游动漫
1_12_14_15_16_1
恐怖灵异都市言情科幻女生小说其他
8_13_17_19_110_1

起点

讨论区

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @fuzy112

💡 Example: https://rsshub.app/qidian/forum/1010400217

🛎️ Route: /qidian/forum/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /qidian/forum.ts

限时免费下期预告

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/qidian/free-next

🛎️ Route: /qidian/free-next/:type?

🔗 Parameters:

  • type
    • Optional
    • Description: 默认不填为起点中文网,填 mm 为起点女生网

🐙 Source Code: /qidian/free-next.ts

限时免费

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/qidian/free

🛎️ Route: /qidian/free/:type?

🔗 Parameters:

  • type
    • Optional
    • Description: 默认不填为起点中文网,填 mm 为起点女生网

🐙 Source Code: /qidian/free.ts

作者

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @miles170

💡 Example: https://rsshub.app/qidian/author/9639927

🛎️ Route: /qidian/author/:id

🔗 Parameters:

  • id
    • Required
    • Description: 作者 id, 可在作者页面 URL 找到

🐙 Source Code: /qidian/author.ts

作品章节

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @fuzy112

💡 Example: https://rsshub.app/qidian/chapter/1010400217

🛎️ Route: /qidian/chapter/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /qidian/chapter.ts

轻小说文库

Unknown

🟡 Missing Test

👨‍💻 Author: @Fatpandac

🛎️ Route: /wenku8/:category?

🔗 Parameters:

  • category
    • Optional
    • Description: N/A

🐙 Source Code: /wenku8/index.ts

章节

🔴 Failed Test🚨 Strict Anti-crawling

👨‍💻 Author: @zsakvo

💡 Example: https://rsshub.app/wenku8/chapter/74

🛎️ Route: /wenku8/chapter/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /wenku8/chapter.ts

最新卷

🔴 Failed Test

👨‍💻 Author: @huangliangshusheng

💡 Example: https://rsshub.app/wenku8/volume/1163

🛎️ Route: /wenku8/volume/:id

🔗 Parameters:

  • id
    • Required
    • Description: 小说 id, 可在对应小说页 URL 中找到

🐙 Source Code: /wenku8/volume.ts

日本語多読道場

等级

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @eternasuno

💡 Example: https://rsshub.app/yomujp/n1

🛎️ Route: /yomujp/:level?

🔗 Parameters:

  • level
    • Optional
    • Description: 等级,n1~n6,为空默认全部

🐙 Source Code: /yomujp/level.ts

书伴

分类

🟢 Passed Test

👨‍💻 Author: @OdinZhang

💡 Example: https://rsshub.app/bookfere/skills

🛎️ Route: /bookfere/:category

🔗 Parameters:

  • category
    • Required
    • Options:
    • Description: 分类名

🐙 Source Code: /bookfere/category.ts

每周一书使用技巧图书推荐新闻速递精选短文
weeklyskillsbooksnewsessay

虚词

TIP

p-articles provides some official RSS feeds:

  • section: https://p-articles.com/section/:section
  • contributors: https://p-articles.com/contributors/:author

版块

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @Insomnia1437

💡 Example: https://rsshub.app/p-articles/section/critics

🛎️ Route: /p-articles/section/:section

🔗 Parameters:

  • section
    • Required
    • Description: 版块名称, 可在对应版块 URL 中找到, 子版块链接用-连接

🐙 Source Code: /p-articles/section.ts

虛詞作者

🟡 Missing Test🔍 Support Radar

👨‍💻 Author: @Insomnia1437

💡 Example: https://rsshub.app/p-articles/contributors/黃衍仁

🛎️ Route: /p-articles/contributors/:author

🔗 Parameters:

  • author
    • Required
    • Description: 虛詞作者, 可在作者页面 URL 找到

🐙 Source Code: /p-articles/contributors.ts

意林杂志

近期文章汇总

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @g0ngjie

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

🛎️ Route: /yilinzazhi/latest

🐙 Source Code: /yilinzazhi/latest.ts

最近一期的文章汇总

文章列表

🟢 Passed Test🔍 Support Radar

👨‍💻 Author: @g0ngjie

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

🛎️ Route: /yilinzazhi/

🐙 Source Code: /yilinzazhi/index.ts

中文成人文學網

短篇

🟢 Passed Test

👨‍💻 Author: @Lyunvy

💡 Example: https://rsshub.app/xbookcn/精选作品

🛎️ Route: /xbookcn/:label?

🔗 Parameters:

  • label
    • Optional
    • Description: 按名称分类,详见https://blog.xbookcn.net/p/all.html

🐙 Source Code: /xbookcn/blog.ts

カクヨム

投稿

🔴 Failed Test🔍 Support Radar

👨‍💻 Author: @KarasuShin

💡 Example: https://rsshub.app/kakuyomu/works/1177354054894027232

🛎️ Route: /kakuyomu/works/:id

🔗 Parameters:

  • id
    • Required
    • Description: 投稿 ID

🐙 Source Code: /kakuyomu/works.ts

基于 MIT 许可发布