Skip to main content

💬 Social Media

755

用户时间线

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/755/user/akimoto-manatsu

🚏 Route: /755/user/:username

⚙️ Parameters:

  • username, required - 用户名, 可在 URL 中找到

bilibili

番剧

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/bangumi/media/9192

🚏 Route: /bilibili/bangumi/media/:mediaid

⚙️ Parameters:

  • mediaid, required - 番剧媒体 id, 番剧主页 URL 中获取

用户追番列表

🔍 Support Radar

👨‍💻 Author: @wdssmq

💡 Example: https://rsshub.moeyy.cn/bilibili/user/bangumi/208259

🚏 Route: /bilibili/user/bangumi/:uid/:type?

⚙️ Parameters:

  • uid, required - 用户 id
  • type, optional - 1为番,2为剧,留空为1

UP 主投稿

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/user/video/2267573

🚏 Route: /bilibili/user/video/:uid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭
动态的专栏显示全文

可以使用 UP 主动态路由作为代替绕过反爬限制

UP 主专栏

🔍 Support Radar

👨‍💻 Author: @lengthmin

💡 Example: https://rsshub.moeyy.cn/bilibili/user/article/334958638

🚏 Route: /bilibili/user/article/:uid

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到

UP 主动态

🔍 Support Radar

👨‍💻 Author: @DIYgod @zytomorrow @CaoMeiYouRen @JimenezLi

💡 Example: https://rsshub.moeyy.cn/bilibili/user/dynamic/2267573

🚏 Route: /bilibili/user/dynamic/:uid/:routeParams?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • routeParams, optional - 额外参数;请参阅以下说明和表格
含义接受的值默认值
showEmoji显示或隐藏表情图片0/1/true/falsefalse
disableEmbed关闭内嵌视频0/1/true/falsefalse
useAvid视频链接使用 AV 号 (默认为 BV 号)0/1/true/falsefalse
directLink使用内容直链0/1/true/falsefalse

用例:/bilibili/user/dynamic/2267573/showEmoji=1&disableEmbed=1&useAvid=1

动态的专栏显示全文

动态的专栏显示全文请使用通用参数里的 mode=fulltext

举例: bilibili 专栏全文输出 /bilibili/user/dynamic/2267573/?mode=fulltext

UP 主频道的合集

👨‍💻 Author: @shininome

💡 Example: https://rsshub.moeyy.cn/bilibili/user/collection/245645656/529166

🚏 Route: /bilibili/user/collection/:uid/:sid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • sid, required - 合集 id, 可在合集页面的 URL 中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

UP 主频道的视频列表

👨‍💻 Author: @weirongxu

💡 Example: https://rsshub.moeyy.cn/bilibili/user/channel/2267573/396050

🚏 Route: /bilibili/user/channel/:uid/:sid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • sid, required - 频道 id, 可在频道的 URL 中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

UP 主默认收藏夹

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/user/fav/2267573

🚏 Route: /bilibili/user/fav/:uid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

UP 主非默认收藏夹

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/fav/756508/50948568

🚏 Route: /bilibili/fav/:uid/:fid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • fid, required - 收藏夹 ID, 可在收藏夹的 URL 中找到, 默认收藏夹建议使用 UP 主默认收藏夹功能
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

UP 主投币视频

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/user/coin/208259

🚏 Route: /bilibili/user/coin/:uid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

UP 主粉丝

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/user/followers/2267573/3

🚏 Route: /bilibili/user/followers/:uid/:loginUid

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • loginUid, required - 用于登入的用户id,需要配置对应的 Cookie 值
warning

UP 主粉丝现在需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

UP 主关注用户

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/user/followings/2267573/3

🚏 Route: /bilibili/user/followings/:uid/:loginUid

⚙️ Parameters:

  • uid, required - 用户 id, 可在 UP 主主页中找到
  • loginUid, required - 用于登入的用户id,需要配置对应的 Cookie 值
warning

UP 主关注用户现在需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

分区视频

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/partion/33

🚏 Route: /bilibili/partion/:tid/:disableEmbed?

⚙️ Parameters:

  • tid, required - 分区 id
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

动画

MAD·AMVMMD·3D短片・手书・配音特摄综合
2425478627

番剧

连载动画完结动画资讯官方延伸
333251152

国创

国产动画国产原创相关布袋戏动态漫・广播剧资讯
153168169195170

音乐

原创音乐翻唱VOCALOID·UTAU电音演奏MV音乐现场音乐综合OP/ED/OST
283130194591932913054

舞蹈

宅舞街舞明星舞蹈中国舞舞蹈综合舞蹈教程
20198199200154156

游戏

单机游戏电子竞技手机游戏网络游戏桌游棋牌GMV音游Mugen
171711726517312113619

知识

科学科普社科人文财经校园学习职业职场野生技术协会
201124207208209122

科技

演讲・公开课星海机械汽车
399698176

数码

手机平板电脑装机摄影摄像影音智能
95189190191

生活

搞笑日常美食圈动物圈手工绘画运动汽车其他ASMR
138217675161162163176174175

鬼畜

鬼畜调教音 MAD人力 VOCALOID教程演示
2226126127

时尚

美妆服饰健身T 台风向标
157158164159192

广告

广告
166

资讯

热点环球社会综合
203204205206

娱乐

综艺明星Korea 相关
71137131

影视

影视杂谈影视剪辑短片预告・资讯
18218385184

纪录片

全部人文・历史科学・探索・自然军事社会・美食・旅行
17737178179180

电影

全部华语电影欧美电影日本电影其他国家
2314714514683

电视剧

全部国产剧海外剧
11185187

分区视频排行榜

👨‍💻 Author: @lengthmin

💡 Example: https://rsshub.moeyy.cn/bilibili/partion/ranking/171/3

🚏 Route: /bilibili/partion/ranking/:tid/:days?/:disableEmbed?

⚙️ Parameters:

  • tid, required - 分区 id, 见上方表格
  • days, optional - 缺省为 7, 指最近多少天内的热度排序
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

视频选集列表

👨‍💻 Author: @sxzz

💡 Example: https://rsshub.moeyy.cn/bilibili/video/page/BV1i7411M7N9

🚏 Route: /bilibili/video/page/:bvid/:disableEmbed?

⚙️ Parameters:

  • bvid, required - 可在视频页 URL 中找到
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

视频评论

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/video/reply/BV1vA411b7ip

🚏 Route: /bilibili/video/reply/:bvid

⚙️ Parameters:

  • bvid, required - 可在视频页 URL 中找到

视频弹幕

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/video/danmaku/BV1vA411b7ip/1

🚏 Route: /bilibili/video/danmaku/:bvid/:pid?

⚙️ Parameters:

  • bvid, required - 视频AV号,可在视频页 URL 中找到
  • pid, optional - 分P号,不填默认为1

👨‍💻 Author: @Qixingchen

💡 Example: https://rsshub.moeyy.cn/bilibili/link/news/live

🚏 Route: /bilibili/link/news/:product

⚙️ Parameters:

  • product, required - 公告分类, 包括 直播:live 小视频:vc 相簿:wh

视频搜索

👨‍💻 Author: @Symty

💡 Example: https://rsshub.moeyy.cn/bilibili/vsearch/RSSHub

🚏 Route: /bilibili/vsearch/:kw/:order?/:disableEmbed?/:tid?

⚙️ Parameters:

  • kw, required - 检索关键字
  • order, optional - 排序方式, 综合:totalrank 最多点击:click 最新发布:pubdate(缺省) 最多弹幕:dm 最多收藏:stow
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭
  • tid, optional - 分区 id

分区 id 的取值请参考下表:

全部分区动画番剧国创音乐舞蹈游戏知识科技运动汽车生活美食动物圈鬼畜时尚资讯娱乐影视纪录片电影电视剧
0113167312943618823422316021121711915520251811772311

用户关注动态

⚙️ Config required

👨‍💻 Author: @TigerCubDen @JimenezLi

💡 Example: https://rsshub.moeyy.cn/bilibili/followings/dynamic/109937383

🚏 Route: /bilibili/followings/dynamic/:uid/:routeParams?

⚙️ Parameters:

  • uid, required - 用户 id
  • routeParams, optional - 额外参数;请参阅 #UP 主动态 的说明和表格
warning

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户关注视频动态

⚙️ Config required

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/bilibili/followings/video/2267573

🚏 Route: /bilibili/followings/video/:uid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭
warning

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户关注专栏

⚙️ Config required

👨‍💻 Author: @woshiluo

💡 Example: https://rsshub.moeyy.cn/bilibili/followings/article/99800931

🚏 Route: /bilibili/followings/article/:uid

⚙️ Parameters:

  • uid, required - 用户 id
warning

用户动态需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

用户稍后再看

⚙️ Config required

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/bilibili/watchlater/2267573

🚏 Route: /bilibili/watchlater/:uid/:disableEmbed?

⚙️ Parameters:

  • uid, required - 用户 id
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭
warning

用户稍后再看需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

直播开播

#哔哩哔哩直播

直播搜索

#哔哩哔哩直播

直播分区

#哔哩哔哩直播

会员购新品上架

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/mall/new/1

🚏 Route: /bilibili/mall/new/:category?

⚙️ Parameters:

  • category, optional - 分类,默认全部,见下表
全部手办魔力赏周边游戏
01736

会员购作品

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/mall/ip/0_3000294

🚏 Route: /bilibili/mall/ip/:id

⚙️ Parameters:

  • id, required - 作品 id, 可在作品列表页 URL 中找到

会员购票务

👨‍💻 Author: @nightmare-mio

💡 Example: https://rsshub.moeyy.cn/bilibili/platform/-1

🚏 Route: /bilibili/platform/:area?/:p_type?/:uid?

⚙️ Parameters:

  • area, optional - 省市-国标码,默认为-1即全国
  • p_type, optional - 类型:见下表,默认为全部类型
  • uid, optional - 用户id,可以不填,不过不填不设置cookie,搜索结果与登入账号后搜索结果不一样。可以在url中找到,需要配置cookie值,只需要SESSDATA的值即可
类型
演出
展览
本地生活

综合热门

👨‍💻 Author: @ziminliu

💡 Example: https://rsshub.moeyy.cn/bilibili/popular/all

🚏 Route: /bilibili/popular/all

Parameters: N/A

热搜

排行榜

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/bilibili/ranking/0/3/1

🚏 Route: /bilibili/ranking/:tid/:days?/:arc_type?/:disableEmbed?

⚙️ Parameters:

  • tid, required - 排行榜分区 id, 默认 0
  • days, optional - 时间跨度, 可为 1 3 7 30
  • arc_type, optional - 投稿时间, 可为 0(全部投稿) 1(近期投稿) , 默认 1
  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭
全站动画国创相关音乐舞蹈游戏科技数码生活鬼畜时尚娱乐影视
0116831294361881601191555181

歌单

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/bilibili/audio/10624

🚏 Route: /bilibili/audio/:id

⚙️ Parameters:

  • id, required - 歌单 id, 可在歌单页 URL 中找到

专栏文集

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/bilibili/readlist/25611

🚏 Route: /bilibili/readlist/:listid

⚙️ Parameters:

  • listid, required - 文集 id, 可在专栏文集 URL 中找到

B 站每周必看

👨‍💻 Author: @ttttmr

💡 Example: https://rsshub.moeyy.cn/bilibili/weekly

🚏 Route: /bilibili/weekly/:disableEmbed?

⚙️ Parameters:

  • disableEmbed, optional - 默认为开启内嵌视频, 任意值为关闭

漫画更新

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/bilibili/manga/update/26009

🚏 Route: /bilibili/manga/update/:comicid

⚙️ Parameters:

  • comicid, required - 漫画 id, 可在 URL 中找到, 支持带有mc前缀

用户追漫更新

⚙️ Config required

👨‍💻 Author: @yindaheng98

💡 Example: https://rsshub.moeyy.cn/bilibili/manga/followings/26009

🚏 Route: /bilibili/manga/followings/:uid/:limits?

⚙️ Parameters:

  • uid, required - 用户 id
  • limits, optional - 抓取最近更新前多少本漫画,默认为10
warning

用户追漫需要 b 站登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

Bluesky (bsky)

Post

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/bsky/profile/bsky.app

🚏 Route: /bsky/profile/:handle

⚙️ Parameters:

  • handle, required - User handle, can be found in URL

Keywords

🔍 Support Radar

👨‍💻 Author: @untitaker

💡 Example: https://rsshub.moeyy.cn/bsky/keyword/hello

🚏 Route: /bsky/keyword/:keyword

⚙️ Parameters:

  • keyword, required - N

Crossbell

Notes

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/crossbell/notes

🚏 Route: /crossbell/notes

Parameters: N/A

Notes of character

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/crossbell/notes/character/10

🚏 Route: /crossbell/notes/character/:characterId

⚙️ Parameters:

  • characterId, required - N

Notes of source

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/crossbell/notes/source/xlog

🚏 Route: /crossbell/notes/source/:source

⚙️ Parameters:

  • source, required - N

Feeds of following

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/crossbell/feeds/following/10

🚏 Route: /crossbell/feeds/following/:characterId

⚙️ Parameters:

  • characterId, required - N

CuriousCat

User

👨‍💻 Author: @lucasew

💡 Example: https://rsshub.moeyy.cn/curiouscat/user/kretyn

🚏 Route: /curiouscat/user/:name

⚙️ Parameters:

  • name, required - name, username that is in the URL

Curius

User

👨‍💻 Author: @Ovler-Young

💡 Example: https://rsshub.moeyy.cn/curius/links/yuu-yuu

🚏 Route: /curius/links/:name

⚙️ Parameters:

  • name, required - Username, can be found in URL

Daily.dev

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.moeyy.cn/daily

🚏 Route: /daily

Parameters: N/A

Most Discussed

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.moeyy.cn/daily/discussed

🚏 Route: /daily/discussed

Parameters: N/A

Most upvoted

👨‍💻 Author: @Rjnishant530

💡 Example: https://rsshub.moeyy.cn/daily/upvoted

🚏 Route: /daily/upvoted

Parameters: N/A

Dev.to

Top Posts

👨‍💻 Author: @dwemerx

💡 Example: https://rsshub.moeyy.cn/dev.to/top/month

🚏 Route: /dev.to/top/:period

⚙️ Parameters:

  • period, required - period
dev.to weekly topdev.to monthly topdev.to yearly topdev.to top posts of all time
weekmonthyearinfinity

Discord

Channel Messages

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/discord/channel/950465850056536084

🚏 Route: /discord/channel/:channelId

⚙️ Parameters:

  • channelId, required - Channel ID

Disqus

Comment

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/disqus/posts/diygod-me

🚏 Route: /disqus/posts/:forum

⚙️ Parameters:

  • forum, required - forum, disqus name of the target website

Fur Affinity

Home

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/home

🚏 Route: /furaffinity/home/:type?/:nsfw?

⚙️ Parameters:

  • type, optional - Art Type, default to be artwork
  • nsfw, optional - NSFW Mode, do not filter NSFW contents when value set to 1

Type

artworkcraftsmusicwriting
artworkcraftsmusicwriting

Browse

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/browse

🚏 Route: /furaffinity/browse/:nsfw?

⚙️ Parameters:

  • nsfw, optional - NSFW Mode, do not filter NSFW contents when value set to 1

Website Status

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/status

🚏 Route: /furaffinity/status

Parameters: N/A

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/search/tiger

🚏 Route: /furaffinity/search/:keyword/:nsfw?

⚙️ Parameters:

  • keyword, required - Search keyword, enter any words you want to search, require English
  • nsfw, optional - NSFW Mode,do not filter NSFW contents when value set to 1

Userpage Profile

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/user/tiger-jungle

🚏 Route: /furaffinity/user/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

User's Watching List

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/watching/okami9312

🚏 Route: /furaffinity/watching/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

User's Watcher List

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/watchers/malikshadowclaw

🚏 Route: /furaffinity/watchers/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

User's Commission Information

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/commissions/flashlioness

🚏 Route: /furaffinity/commissions/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

User's Shouts

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/shouts/redodgft

🚏 Route: /furaffinity/shouts/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

User's Journals

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/journals/rukis

🚏 Route: /furaffinity/journals/:username

⚙️ Parameters:

  • username, required - Username, can find in userpage

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/gallery/flashlioness

🚏 Route: /furaffinity/gallery/:username/:nsfw?

⚙️ Parameters:

  • username, required - Username, can find in userpage
  • nsfw, optional - NSFW Mode, do not filter NSFW contents when value set to 1

User's Scraps

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/scraps/flashlioness

🚏 Route: /furaffinity/scraps/:username/:nsfw?

⚙️ Parameters:

  • username, required - Username, can find in userpage
  • nsfw, optional - NSFW Mode, do not filter NSFW contents when value set to 1

User's Favorites

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/favorites/tiger-jungle

🚏 Route: /furaffinity/favorites/:username/:nsfw?

⚙️ Parameters:

  • username, required - Username, can find in userpage
  • nsfw, optional - NSFW Mode, do not filter NSFW contents when value set to 1

Submission Comments

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/submission_comments/34909983

🚏 Route: /furaffinity/submission_comments/:id

⚙️ Parameters:

  • id, required - Submission id, can find in URL of submission page

Journal Comments

🔍 Support Radar

👨‍💻 Author: @TigerCubDen

💡 Example: https://rsshub.moeyy.cn/furaffinity/journal_comments/9750669

🚏 Route: /furaffinity/journal_comments/:id

⚙️ Parameters:

  • id, required - Journal id, can find in URL of journal page

Gab

User's Posts

👨‍💻 Author: @zphw

💡 Example: https://rsshub.moeyy.cn/gab/user/realdonaldtrump

🚏 Route: /gab/user/:username

⚙️ Parameters:

  • username, required - Username

GETTR

User timeline

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/gettr/user/jasonmillerindc

🚏 Route: /gettr/user/:id

⚙️ Parameters:

  • id, required - User id

iCity

用户动态

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.moeyy.cn/icity/sai

🚏 Route: /icity/:id

⚙️ Parameters:

  • id, required - 用户 id

Instagram

tip

It's highly recommended to deploy with Redis cache enabled.

User Profile / Hashtag

tip

You may need to setup cookie for a less restrictive rate limit and private profiles.

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/instagram/2/user/stefaniejoosten

🚏 Route: /instagram/2/:category/:key

⚙️ Parameters:

  • category, required - Feed category, see table below
  • key, required - Username / Hashtag name
User timelineHashtag
usertags

User Profile / Hashtag - Private API

warning

Due to Instagram Private API restrictions, you have to setup your credentials on the server. 2FA is not supported. See deployment guide for more.

🚨 Strict anti-crawling⚙️ Config required🔍 Support Radar

👨‍💻 Author: @oppilate @DIYgod

💡 Example: https://rsshub.moeyy.cn/instagram/user/stefaniejoosten

🚏 Route: /instagram/:category/:key

⚙️ Parameters:

  • category, required - Feed category, see table above
  • key, required - Username / Hashtag name

User Profile - Picnob

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/picnob/user/stefaniejoosten

🚏 Route: /picnob/profile/:id

⚙️ Parameters:

  • id, required - Instagram id

User Profile - Picuki

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @hoilc @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/picuki/profile/stefaniejoosten

🚏 Route: /picuki/profile/:id/:functionalFlag?

⚙️ Parameters:

  • id, required - Instagram id
  • functionalFlag, optional - functional flag, see the table below
functionalFlagVideo embeddingFetching Instagram Stories
0off, only show video poster as an imageoff
1 (default)onoff
10onon
warning

Instagram Stories do not have a reliable guid. It is possible that your RSS reader show the same story more than once. Though, every Story expires after 24 hours, so it may be not so serious.

Keep

运动日记

👨‍💻 Author: @Dectinc @DIYgod

💡 Example: https://rsshub.moeyy.cn/keep/user/556b02c1ab59390afea671ea

🚏 Route: /keep/user/:id

⚙️ Parameters:

  • id, required - Keep 用户 id

Lemmy

Community

⚙️ Config required

👨‍💻 Author: @wb14123

💡 Example: https://rsshub.moeyy.cn/lemmy/technology@lemmy.world/Hot

🚏 Route: /lemmy/:community/:sort?

⚙️ Parameters:

  • community, required - Lemmmy community, for example technology@lemmy.world
  • sort, optional - Sort by, defaut to Active

Lofter

User

👨‍💻 Author: @hoilc @nczitzk

💡 Example: https://rsshub.moeyy.cn/lofter/user/i

🚏 Route: /lofter/user/:name?

⚙️ Parameters:

  • name, optional - Lofter user name, can be found in the URL

Tag

👨‍💻 Author: @hoilc @nczitzk

💡 Example: https://rsshub.moeyy.cn/lofter/tag/cosplay/date

🚏 Route: /lofter/tag/:name?/:type?

⚙️ Parameters:

  • name, optional - tag name, such as 名侦探柯南, 摄影 by default
  • type, optional - ranking type, see below, new by default
newdateweekmonthtotal
最新日榜周榜月榜总榜

Mastodon

tip

Official user RSS:

  • RSS: https://**:instance**/users/**:username**.rss (Example)
  • Atom: https://**:instance**/users/**:username**.atom (Only for pawoo.net, example)

These feed do not include boosts (a.k.a. reblogs). RSSHub provides a feed for user timeline based on the Mastodon API, but to use that, you may need to create application on a Mastodon instance, and configure your RSSHub instance. Check the Deploy Guide for route-specific configurations.

User timeline

👨‍💻 Author: @notofoe

💡 Example: https://rsshub.moeyy.cn/mastodon/acct/CatWhitney@mastodon.social/statuses

🚏 Route: /mastodon/acct/:acct/statuses/:only_media?

⚙️ Parameters:

  • acct, required - Webfinger account URI, like user@host
  • only_media, optional - whether only display media content, default to false, any value to true

Started from Mastodon v4.0.0, the use of the search API in the route no longer requires a user token. If the domain of your Webfinger account URI is the same as the API host of the instance (i.e., no delegation called in some other protocols), then no configuration is required and the route is available out of the box. However, you can still specify these route-specific configurations if you need to override them.

Instance timeline (local)

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/mastodon/timeline/pawoo.net/true

🚏 Route: /mastodon/timeline/:site/:only_media?

⚙️ Parameters:

  • site, required - instance address, only domain, no http:// or https:// protocol header
  • only_media, optional - whether only display media content, default to false, any value to true

If the instance address is not mastodon.social or pawoo.net, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN to be true.

Instance timeline (federated)

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/mastodon/remote/pawoo.net/true

🚏 Route: /mastodon/remote/:site/:only_media?

⚙️ Parameters:

  • site, required - instance address, only domain, no http:// or https:// protocol header
  • only_media, optional - whether only display media content, default to false, any value to true

If the instance address is not mastodon.social or pawoo.net, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN to be true.

User timeline (backup)

👨‍💻 Author: @notofoe

💡 Example: https://rsshub.moeyy.cn/mastodon/account_id/mastodon.social/23634/statuses/only_media

🚏 Route: /mastodon/account/:site/:account_id/statuses/:only_media?

⚙️ Parameters:

  • site, required - instance address, only domain, no http:// or https:// protocol header
  • account_id, required - account id. login your instance, then search for the user profile; the account id is in the url
  • only_media, optional - whether only display media content, default to false, any value to true

If the instance address is not mastodon.social or pawoo.net, then the route requires ALLOW_USER_SUPPLY_UNSAFE_DOMAIN to be true.

Misskey

🔍 Support Radar

👨‍💻 Author: @Misaka13514

💡 Example: https://rsshub.moeyy.cn/misskey/notes/featured/misskey.io

🚏 Route: /misskey/notes/featured/:site

⚙️ Parameters:

  • site, required - instance address, domain only, without http:// or https:// protocol header

piapro

User latest works

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/piapro/user/shine_longer

🚏 Route: /piapro/user/:pid

⚙️ Parameters:

  • pid, required - User ID, can be found in url

Website latest works

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/piapro/public/music/miku/2

🚏 Route: /piapro/public/:type/:tag?/:category?

⚙️ Parameters:

  • type, required - work type, can be music,illust,text
  • tag, optional - tag parameter in url
  • category, optional - category ID, categoryId parameter in url

pixiv

User Bookmark

🔍 Support Radar

👨‍💻 Author: @EYHN

💡 Example: https://rsshub.moeyy.cn/pixiv/user/bookmarks/15288095

🚏 Route: /pixiv/user/bookmarks/:id

⚙️ Parameters:

  • id, required - user id, available in user's homepage URL

User Activity

🔍 Support Radar

👨‍💻 Author: @EYHN

💡 Example: https://rsshub.moeyy.cn/pixiv/user/15288095

🚏 Route: /pixiv/user/:id

⚙️ Parameters:

  • id, required - user id, available in user's homepage URL

User Novels

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/pixiv/user/novels/27104704

🚏 Route: /pixiv/user/novels/:id

⚙️ Parameters:

  • id, required - User id, available in user's homepage URL

Rankings

🔍 Support Radar

👨‍💻 Author: @EYHN

💡 Example: https://rsshub.moeyy.cn/pixiv/ranking/week

🚏 Route: /pixiv/ranking/:mode/:date?

⚙️ Parameters:

  • mode, required - rank type
  • date, optional - format: 2018-4-25
daily rankweekly rankmonthly rankmale rankfemale rankAI-generated work Rankingsoriginal rankrookie user rank
dayweekmonthday_maleday_femaleday_aiweek_originalweek_rookie
R-18 daily rankR-18 AI-generated workR-18 male rankR-18 female rankR-18 weekly rankR-18G rank
day_r18day_r18_aiday_male_r18day_female_r18week_r18week_r18g

Keyword

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/pixiv/search/Nezuko/popular/2

🚏 Route: /pixiv/search/:keyword/:order?/:mode?

⚙️ Parameters:

  • keyword, required - keyword
  • order, optional - rank mode, empty or other for time order, popular for popular order
  • mode, optional - filte R18 content
only not R18only R18no filter
safer18empty or other

Following timeline

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @ClarkeCheng

💡 Example: https://rsshub.moeyy.cn/pixiv/user/illustfollows

🚏 Route: /pixiv/user/illustfollows

Parameters: N/A

warning

Only for self-hosted

pixivFANBOX

User

👨‍💻 Author: @sgqy

💡 Example: https://rsshub.moeyy.cn/fanbox/otomeoto

🚏 Route: /fanbox/:user?

⚙️ Parameters:

  • user, optional - User name. Can be found in URL. Default is official news

Plurk

Topic

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/topic/standwithukraine

🚏 Route: /plurk/topic/:topic

⚙️ Parameters:

  • topic, required - Topic ID, can be found in URL

Top

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/top/topReplurks

🚏 Route: /plurk/top/:category?/:lang?

⚙️ Parameters:

  • category, optional - Category, see the table below, topReplurks by default
  • lang, optional - Language, see the table below, en by default
Top ReplurksTop FavoritesTop Responded
topReplurkstopFavoritestopResponded
English中文(繁體)
enzh

Anonymous

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/anonymous

🚏 Route: /plurk/anonymous

Parameters: N/A

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/search/FGO

🚏 Route: /plurk/search/:keyword

⚙️ Parameters:

  • keyword, required - Search keyword

Plurk News

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/news/:lang?

🚏 Route: /plurk/news/:lang?

⚙️ Parameters:

  • lang, optional - Language, see the table above, en by default

User

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/plurk/user/plurkoffice

🚏 Route: /plurk/user/:user

⚙️ Parameters:

  • user, required - User ID, can be found in URL

Rattibha

User Threads

🔍 Support Radar

👨‍💻 Author: @yshalsager

💡 Example: https://rsshub.moeyy.cn/rattibha/user/elonmusk

🚏 Route: /rattibha/user/:user

⚙️ Parameters:

  • user, required - Twitter username, without @

Soul

瞬间更新

😵 Not operational🔍 Support Radar

👨‍💻 Author: @ImSingee

💡 Example: https://rsshub.moeyy.cn/soul/Y2w2aTNWQVBLOU09

🚏 Route: /soul/:id

⚙️ Parameters:

  • id, required - 用户 id, 分享用户主页时的 URL 的 userIdEcpt 参数

热门瞬间

👨‍💻 Author: @BugWriter2

💡 Example: https://rsshub.moeyy.cn/soul/posts/hot/NXJiSlM5V21kamJWVlgvZUh1NEExdz09

🚏 Route: /soul/posts/hot/:pid*

⚙️ Parameters:

  • pid, zero or more - 瞬间 id, 分享用户瞬间时的 URL 的 postIdEcpt 参数
tip

提供不同内容的 pid, 可以得到不同的热门瞬间推荐,如果想看多个种类的热门可以用 / 把不同的 pid 连起来,例如: NXJiSlM5V21kamJWVlgvZUh1NEExdz09/MkM0amxSTUNiTEpLcHhzSlRzTEI1dz09

Telegram

Channel

🔍 Support Radar

👨‍💻 Author: @DIYgod @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/telegram/channel/awesomeDIYgod/searchQuery=twitter

🚏 Route: /telegram/channel/:username/:routeParams?

⚙️ Parameters:

  • username, required - channel username
  • routeParams, optional - extra parameters, see the table below
KeyDescriptionAcceptsDefaults to
showLinkPreviewShow the link preview from Telegram0/1/true/falsetrue
showViaBotFor messages sent via bot, show the bot0/1/true/falsetrue
showReplyToFor reply messages, show the target of the reply0/1/true/falsetrue
showFwdFromFor forwarded messages, show the forwarding source0/1/true/falsetrue
showFwdFromAuthorFor forwarded messages, show the author of the forwarding source0/1/true/falsetrue
showInlineButtonsShow inline buttons0/1/true/falsefalse
showMediaTagInTitleShow media tags in the title0/1/true/falsetrue
showMediaTagAsEmojiShow media tags as emoji0/1/true/falsetrue
includeFwdInclude forwarded messages0/1/true/falsetrue
includeReplyInclude reply messages0/1/true/falsetrue
includeServiceMsgInclude service messages (e.g. message pinned, channel photo updated)0/1/true/falsetrue
includeUnsupportedMsgInclude messages unsupported by t.me0/1/true/falsefalse
searchQuerysearch querykeywords; replace # by %23 for hashtag searching(search disabled)

Specify different option values than default values can meet different needs, URL

https://rsshub.moeyy.cn/telegram/channel/NewlearnerChannel/showLinkPreview=0&showViaBot=0&showReplyTo=0&showFwdFrom=0&showFwdFromAuthor=0&showInlineButtons=0&showMediaTagInTitle=1&showMediaTagAsEmoji=1&includeFwd=0&includeReply=1&includeServiceMsg=0&includeUnsupportedMsg=0

generates an RSS without any link previews and annoying metadata, with emoji media tags in the title, without forwarded messages (but with reply messages), and without messages you don't care about (service messages and unsupported messages), for people who prefer pure subscriptions.

tip

For backward compatibility reasons, invalid routeParams will be treated as searchQuery .

Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username.

Sticker Pack

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/telegram/stickerpack/DIYgod

🚏 Route: /telegram/stickerpack/:name

⚙️ Parameters:

  • name, required - Sticker Pack name, available in the sharing URL

Telegram Blog

👨‍💻 Author: @fengkx

💡 Example: https://rsshub.moeyy.cn/telegram/blog

🚏 Route: /telegram/blog

Parameters: N/A

Threads

User timeline

🔍 Support Radar

👨‍💻 Author: @ninboy

💡 Example: https://rsshub.moeyy.cn/threads/zuck

🚏 Route: /threads/:user/:routeParams?

⚙️ Parameters:

  • user, required - Username
  • routeParams, optional - Extra parameters, see the table below

Specify options (in the format of query string) in parameter routeParams to control some extra features for threads

KeyDescriptionAcceptsDefaults to
showAuthorInTitleShow author name in title0/1/true/falsetrue
showAuthorInDescShow author name in description (RSS body)0/1/true/falsetrue
showQuotedAuthorAvatarInDescShow avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalseP
showEmojiForQuotesAndReplyUse "🔁" instead of "QT", "↩️" instead of "Re"0/1/true/falsetrue
showQuotedInTitleShow quoted tweet in title0/1/true/falsetrue
repliesShow replies0/1/true/falsetrue

Specify different option values than default values to improve readability. The URL

https://rsshub.moeyy.cn/threads/zuck/showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForQuotesAndReply=1&showQuotedInTitle=1

TikTok

User

🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/tiktok/user/@linustech/true

🚏 Route: /tiktok/user/:user/:iframe?

⚙️ Parameters:

  • user, required - User ID, including @
  • iframe, optional - Use the official iframe to embed the video, which allows you to view the video if the default option does not work. Default to false

Twitter

Specify options (in the format of query string) in parameter routeParams to control some extra features for Tweets

KeyDescriptionAcceptsDefaults to
readableEnable readable layout0/1/true/falsefalse
authorNameBoldDisplay author name in bold0/1/true/falsefalse
showAuthorInTitleShow author name in title0/1/true/falsefalse (true in /twitter/followings)
showAuthorInDescShow author name in description (RSS body)0/1/true/falsefalse (true in /twitter/followings)
showQuotedAuthorAvatarInDescShow avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description)0/1/true/falsefalse
showEmojiForRetweetAndReplyUse "🔁" instead of "RT", "↩️" & "💬" instead of "Re"0/1/true/falsefalse
showSymbolForRetweetAndReplyUse " RT " instead of "", " Re " instead of ""0/1/true/falsetrue
showRetweetTextInTitleShow quote comments in title (if false, only the retweeted tweet will be shown in the title)0/1/true/falsetrue
addLinkForPicsAdd clickable links for Tweet pictures0/1/true/falsefalse
showTimestampInDescriptionShow timestamp in description0/1/true/falsefalse
showQuotedInTitleShow quoted tweet in title0/1/true/falsefalse
widthOfPicsWidth of Tweet picturesUnspecified/IntegerUnspecified
heightOfPicsHeight of Tweet picturesUnspecified/IntegerUnspecified
sizeOfAuthorAvatarSize of author's avatarInteger48
sizeOfQuotedAuthorAvatarSize of quoted tweet's author's avatarInteger24
excludeRepliesExclude replies, only available in /twitter/user0/1/true/falsefalse
includeRtsInclude retweets, only available in /twitter/user0/1/true/falsetrue
forceWebApiForce using Web API even if Developer API is configured, only available in /twitter/user and /twitter/keyword0/1/true/falsefalse
countcount parameter passed to Twitter API, only available in /twitter/userUnspecified/IntegerUnspecified

Specify different option values than default values to improve readability. The URL

https://rsshub.moeyy.cn/twitter/user/durov/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweetAndReply=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showQuotedInTitle=1&heightOfPics=150

generates

Readable Twitter RSS of Durov

User timeline

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @DIYgod @yindaheng98 @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/twitter/user/DIYgod

🚏 Route: /twitter/user/:id/:routeParams?

⚙️ Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • routeParams, optional - extra parameters, see the table above; particularly when routeParams=exclude_replies, replies are excluded; routeParams=exclude_rts excludes retweets,routeParams=exclude_rts_replies exclude replies and retweets; for default include all.

User media

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @yindaheng98 @Rongronggg9 @DIYgod

💡 Example: https://rsshub.moeyy.cn/twitter/media/DIYgod

🚏 Route: /twitter/media/:id/:routeParams?

⚙️ Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • routeParams, optional - extra parameters, see the table above.

Keyword

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @DIYgod @yindaheng98 @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/twitter/keyword/RSSHub

🚏 Route: /twitter/keyword/:keyword/:routeParams?

⚙️ Parameters:

  • keyword, required - keyword
  • routeParams, optional - extra parameters, see the table above

Tweet Details

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @LarchLiu @Rongronggg9 @DIYgod

💡 Example: https://rsshub.moeyy.cn/twitter/tweet/DIYgod/status/1650844643997646852

🚏 Route: /twitter/tweet/:id/status/:status/:original?

⚙️ Parameters:

  • id, required - username; in particular, if starts with +, it will be recognized as a unique ID, e.g. +44196397
  • status, required - tweet ID
  • original, optional - extra parameters, data type of return, if the value is not 0/false and config.isPackage is true, return the original data of twitter

User following timeline

😵 Not operational⚙️ Config required🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/twitter/followings/DIYgod

🚏 Route: /twitter/followings/:id/:routeParams?

⚙️ Parameters:

  • id, required - username
  • routeParams, optional - extra parameters, see the table above
warning

This route requires Twitter token's corresponding id, therefore it's only available when self-hosting, refer to the Deploy Guide for route-specific configurations.

List timeline

😵 Not operational🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/twitter/list/ladyleet/javascript

🚏 Route: /twitter/list/:id/:name/:routeParams?

⚙️ Parameters:

  • id, required - username
  • name, required - list name
  • routeParams, optional - extra parameters, see the table above

User likes

😵 Not operational🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/twitter/likes/DIYgod

🚏 Route: /twitter/likes/:id/:routeParams?

⚙️ Parameters:

  • id, required - username
  • routeParams, optional - extra parameters, see the table above

😵 Not operational🔍 Support Radar

👨‍💻 Author: @sakamossan

💡 Example: https://rsshub.moeyy.cn/twitter/trends/23424856

🚏 Route: /twitter/trends/:woeid?

⚙️ Parameters:

  • woeid, optional - Yahoo! Where On Earth ID. default to woeid=1 (World Wide)

Collection

😵 Not operational⚙️ Config required🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/twitter/collection/DIYgod/1527857429467172864

🚏 Route: /twitter/collection/:uid/:collectionId/:routeParams?

⚙️ Parameters:

  • uid, required - username, should match the generated token
  • collectionId, required - collection ID, can be found in URL
  • routeParams, optional - extra parameters, see the table above
warning

This route requires Twitter token's corresponding id, therefore it's only available when self-hosting, refer to the Deploy Guide for route-specific configurations.

Vimeo

User Profile

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.moeyy.cn/vimeo/user/filmsupply/picks

🚏 Route: /vimeo/user/:username/:cat?

⚙️ Parameters:

  • username, required - In this example https://vimeo.com/filmsupply is filmsupply
  • cat, optional - deafult for all latest videos, others categories in this example such as Docmentary, Narrative, Drama. Set picks for promote orders, just orderd like web page. When picks added, published date won't show up
Special category name attention

Some of the categories contain slash like 3D/CG , must change the slash / to the vertical bar|.

Channel

🔍 Support Radar

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.moeyy.cn/vimeo/channel/bestoftheyear

🚏 Route: /vimeo/channel/:channel

⚙️ Parameters:

Category

🔍 Support Radar

👨‍💻 Author: @MisteryMonster

💡 Example: https://rsshub.moeyy.cn/vimeo/category/documentary/staffpicks

🚏 Route: /vimeo/category/:category/:staffpicks?

⚙️ Parameters:

YouTube

User

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/youtube/user/JFlaMusic

🚏 Route: /youtube/user/:username/:embed?

⚙️ Parameters:

  • username, required - YouTuber id
  • embed, optional - Default to embed the video, set to any value to disable embedding

Channel

tip

YouTube provides official RSS feeds for channels, for instance https://www.youtube.com/feeds/videos.xml?channel_id=UCDwDMPOZfxVV0x_dz0eQ8KQ.

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ

🚏 Route: /youtube/channel/:id/:embed?

⚙️ Parameters:

  • id, required - YouTube channel id
  • embed, optional - Default to embed the video, set to any value to disable embedding

Custom URL

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/youtube/c/YouTubeCreators

🚏 Route: /youtube/c/:id/:embed?

⚙️ Parameters:

  • id, required - YouTube custom URL
  • embed, optional - Default to embed the video, set to any value to disable embedding

Playlist

🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.moeyy.cn/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z

🚏 Route: /youtube/playlist/:id/:embed?

⚙️ Parameters:

  • id, required - YouTube playlist id
  • embed, optional - Default to embed the video, set to any value to disable embedding

Community

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/youtube/community/@JFlaMusic

🚏 Route: /youtube/community/:handle

⚙️ Parameters:

  • handle, required - YouTube handles or channel id

Subscriptions

⚙️ Config required🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/youtube/subscriptions

🚏 Route: /youtube/subscriptions/:embed?

⚙️ Parameters:

  • embed, optional - Default to embed the video, set to any value to disable embedding

Music Charts

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/youtube/charts

🚏 Route: /youtube/charts/:category?/:country?/:embed?

⚙️ Parameters:

  • category, optional - Chart, see table below, default to TopVideos
  • country, optional - Country Code, see table below, default to global
  • embed, optional - Default to embed the video, set to any value to disable embedding

Chart

Top artistsTop songsTop music videosTrending
TopArtistsTopSongsTopVideosTrendingVideos

Country Code

ArgentinaAustraliaAustriaBelgiumBoliviaBrazilCanada
arauatbebobrca
ChileColombiaCosta RicaCzechiaDenmarkDominican RepublicEcuador
clcocrczdkdoec
EgyptEl SalvadorEstoniaFinlandFranceGermanyGuatemala
egsveefifrdegt
HondurasHungaryIcelandIndiaIndonesiaIrelandIsraelItaly
hnhuisinidieilit
JapanKenyaLuxembourgMexicoNetherlandsNew ZealandNicaragua
jpkelumxnlnzni
NigeriaNorwayPanamaParaguayPeruPolandPortugalRomania
ngnopapypeplptro
RussiaSaudi ArabiaSerbiaSouth AfricaSouth KoreaSpainSwedenSwitzerland
rusarszakressech
TanzaniaTurkeyUgandaUkraineUnited Arab EmiratesUnited KingdomUnited States
tztruguaaegbus
UruguayZimbabwe
uyzw

巴哈姆特

个人小屋

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/bahamut/creation/tpesamguo/338592

🚏 Route: /bahamut/creation/:author/:category?

⚙️ Parameters:

  • author, required - 作者 ID, 即为个人小屋 URL 中 owner 参数
  • category, optional - 分类ID, 即为创作分类 URL 中 c 参数

创作大厅

👨‍💻 Author: @hoilc

💡 Example: https://rsshub.moeyy.cn/bahamut/creation_index/4/0/2

🚏 Route: /bahamut/creation_index/:category?/:subcategory?/:type?

⚙️ Parameters:

  • category, optional - 分类 ID, 即为 URL 中 k1 参数, 0 或置空为不限
  • subcategory, optional - 子分类 ID, 即为 URL 中 k2 参数, 0或置空为不限
  • type, optional - 排行类型, 即为 URL 中 vt 参数, 0或置空为達人專欄

分类 ID 参考如下

不限日誌小說繪圖Cosplay同人商品
012345

子分类 ID 比较多不作列举

排行类型参考如下

達人專欄最新創作最新推薦熱門創作精選閣樓
12345

唱吧

用户

🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @kt286 @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/changba/skp6hhF59n48R-UpqO3izw

🚏 Route: /changba/:userid

⚙️ Parameters:

  • userid, required - 用户ID, 可在对应分享页面的 URL 中找到

抖音

warning

反爬严格,需要启用 puppeteer。
抖音的视频 CDN 会验证 Referer,意味着许多阅读器都无法直接播放内嵌视频,以下是一些变通解决方案:

  1. 启用内嵌视频 (embed=1), 参考 通用参数 -> 多媒体处理 配置 multimedia_hotlink_template wrap_multimedia_in_iframe
  2. 关闭内嵌视频 (embed=0),手动点击 视频直链 超链接,一般情况下均可成功播放视频。若仍然出现 HTTP 403,请复制 URL 以后到浏览器打开。
  3. 点击原文链接打开抖音网页版的视频详情页播放视频。

额外参数

含义默认值
embed是否启用内嵌视频0/1/true/falsefalse

博主

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

👨‍💻 Author: @Max-Tortoise @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao

🚏 Route: /douyin/user/:uid/:routeParams?

⚙️ Parameters:

  • uid, required - uid,可在用户页面 URL 中找到
  • routeParams, optional - 额外参数,query string 格式,请参阅上面的表格

标签

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

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.moeyy.cn/douyin/hashtag/1592824105719812

🚏 Route: /douyin/hashtag/:cid/:routeParams?

⚙️ Parameters:

  • cid, required - 标签 ID,可在标签页面 URL 中找到
  • routeParams, optional - 额外参数,query string 格式,请参阅上面的表格

直播

#抖音直播

豆瓣

正在上映的电影

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/douban/movie/playing

🚏 Route: /douban/movie/playing

Parameters: N/A

正在上映的高分电影

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/douban/movie/playing/7.5

🚏 Route: /douban/movie/playing/:score

⚙️ Parameters:

  • score, required - 返回大于等于这个分数的电影

即将上映的电影

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/douban/movie/later

🚏 Route: /douban/movie/later

Parameters: N/A

北美票房榜

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/douban/movie/ustop

🚏 Route: /douban/movie/ustop

Parameters: N/A

一周口碑榜

👨‍💻 Author: @umm233 @nczitzk

💡 Example: https://rsshub.moeyy.cn/douban/movie/weekly

🚏 Route: /douban/movie/weekly/:type?

⚙️ Parameters:

  • type, optional - 分类,可在榜单页 URL 中找到,默认为一周口碑电影榜
一周口碑电影榜华语口碑剧集榜
movie_weekly_besttv_chinese_best_weekly

豆瓣电影分类

👨‍💻 Author: @zzwab

💡 Example: https://rsshub.moeyy.cn/douban/movie/classification/R/7.5/Netflix,2020

🚏 Route: /douban/movie/classification/:sort?/:score?/:tags?

⚙️ Parameters:

  • sort, optional - 排序方式,默认为U
  • score, optional - 最低评分,默认不限制
  • tags, optional - 分类标签,多个标签之间用英文逗号分隔,常见的标签到豆瓣电影的分类页面查看,支持自定义标签

排序方式可选值如下

近期热门标记最多评分最高最近上映
UTSR

豆瓣电影人

👨‍💻 Author: @minimalistrojan

💡 Example: https://rsshub.moeyy.cn/douban/celebrity/1274261

🚏 Route: /douban/celebrity/:id/:sort?

⚙️ Parameters:

  • id, required - 电影人 id
  • sort, optional - 排序方式,缺省为 time(时间排序),可为 vote (评价排序)

豆瓣小组

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/douban/group/648102

🚏 Route: /douban/group/:groupid/:type?

⚙️ Parameters:

  • groupid, required - 豆瓣小组的 id
  • type, optional - 缺省 最新,essence 最热,elite 精华

浏览发现

👨‍💻 Author: @clarkzsd @Fatpandac

💡 Example: https://rsshub.moeyy.cn/douban/explore

🚏 Route: /douban/explore

Parameters: N/A

浏览发现分栏目

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/douban/explore/column/2

🚏 Route: /douban/explore_column/:id

⚙️ Parameters:

  • id, required - 分栏目id

新书速递

👨‍💻 Author: @fengkx

💡 Example: https://rsshub.moeyy.cn/douban/book/latest

🚏 Route: douban/book/latest

Parameters: N/A

最新增加的音乐

😵 Not operational

👨‍💻 Author: @fengkx @xyqfer

💡 Example: https://rsshub.moeyy.cn/douban/music/latest/chinese

🚏 Route: /douban/music/latest/:area?

⚙️ Parameters:

  • area, optional - 区域类型,默认全部
华语欧美日韩
chinesewesternjapankorean

热门同城活动

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/douban/event/hot/118172

🚏 Route: /douban/event/hot/:locationId

⚙️ Parameters:

  • locationId, required - 位置 id, 同城首页打开控制台执行 window.__loc_id__ 获取

商务印书馆新书速递

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/douban/commercialpress/latest

🚏 Route: /douban/commercialpress/latest

Parameters: N/A

豆瓣书店

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/douban/bookstore

🚏 Route: /douban/bookstore

Parameters: N/A

热门图书排行

👨‍💻 Author: @xyqfer @queensferryme

💡 Example: https://rsshub.moeyy.cn/douban/book/rank/fiction

🚏 Route: /douban/book/rank/:type?

⚙️ Parameters:

  • type, optional - 图书类型,默认合并列表
全部虚构非虚构
fictionnonfiction

豆瓣豆列

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/douban/doulist/37716774

🚏 Route: douban/doulist/:id

⚙️ Parameters:

  • id, required - 豆列id

用户广播

🔍 Support Radar

👨‍💻 Author: @alfredcai

💡 Example: https://rsshub.moeyy.cn/douban/people/62759792/status

🚏 Route: douban/people/:userid/status/:routeParams

⚙️ Parameters:

  • userid, required - 整数型用户 id
  • routeParams, required - 额外参数;见下
tip
  • 目前只支持整数型 id
  • 字母型的 id,可以通过头像图片链接来找到其整数型 id,图片命名规则ul[userid]-*.jpgu[userid]-*.jpg,即取文件名中间的数字
  • 例如:用户 id: MovieL他的头像图片链接:https://img1.doubanio.com/icon/ul1128221-98.jpg他的整数型 id: 1128221

对于豆瓣用户广播内容,在 routeParams 参数中以 query string 格式设置如下选项可以控制输出的样式

含义接受的值默认值
readable是否开启细节排版可读性优化0/1/true/falsefalse
authorNameBold是否加粗作者名字0/1/true/falsefalse
showAuthorInTitle是否在标题处显示作者0/1/true/falsetrue
showAuthorInDesc是否在正文处显示作者0/1/true/falsefalse
showAuthorAvatarInDesc是否在正文处显示作者头像(若阅读器会提取正文图片,不建议开启)0/1/true/falsefalse
showEmojiForRetweet显示 “🔁” 取代 “Fw”(转发)0/1/true/falsefalse
showRetweetTextInTitle在标题出显示转发评论(置为 false 则在标题只显示被转发的广播)0/1/true/falsefalse
addLinkForPics为图片添加可点击的链接0/1/true/falsefalse
showTimestampInDescription在正文处显示广播的时间戳0/1/true/falsefalse
showComments在正文处显示评论0/1/true/falsefalse
widthOfPics广播配图宽(生效取决于阅读器)不指定 / 数字不指定
heightOfPics广播配图高(生效取决于阅读器)不指定 / 数字不指定
sizeOfAuthorAvatar作者头像大小数字48

指定更多与默认值不同的参数选项可以改善 RSS 的可读性,如

https://rsshub.moeyy.cn/douban/people/113894409/status/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweet=1&showRetweetTextInTitle=1&addLinkForPics=1&showTimestampInDescription=1&showComments=1&widthOfPics=100

的效果为

豆瓣读书的可读豆瓣广播 RSS

日记最新回应

😵 Not operational

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.moeyy.cn/douban/replies/xiaoyaxiaoya

🚏 Route: /douban/replies/:uid

⚙️ Parameters:

  • uid, required - 用户id,可在用户日记页 URL 中找到

最新回应过的日记

😵 Not operational

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.moeyy.cn/douban/replied/xiaoyaxiaoya

🚏 Route: /douban/replied/:uid

⚙️ Parameters:

  • uid, required - 用户id,可在用户日记页 URL 中找到

话题

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/douban/topic/48823

🚏 Route: /douban/topic/:id/:sort?

⚙️ Parameters:

  • id, required - 话题id
  • sort, optional - 排序方式,hot或new,默认为new

频道专题

👨‍💻 Author: @umm233

💡 Example: https://rsshub.moeyy.cn/douban/channel/30168934/hot

🚏 Route: /douban/channel/:id/:nav?

⚙️ Parameters:

  • id, required - 频道id
  • nav, optional - 专题分类,可选,默认为 default
默认热门最新
defaulthotnew

频道书影音

👨‍💻 Author: @umm233

💡 Example: https://rsshub.moeyy.cn/douban/channel/30168934/subject/0

🚏 Route: /douban/channel/:id/subject/:nav

⚙️ Parameters:

  • id, required - 频道id
  • nav, required - 书影音分类
电影电视剧图书唱片
0123

用户想看

👨‍💻 Author: @exherb

💡 Example: https://rsshub.moeyy.cn/douban/people/exherb/wish

🚏 Route: /douban/people/:userid/wish/:routeParams?

⚙️ Parameters:

  • userid, required - 用户id
  • routeParams, optional - 额外参数;见下

对于豆瓣用户想看的内容,在 routeParams 参数中以 query string 格式设置如下选项可以控制输出的样式

含义接受的值默认值
pagesCount查询页面数1

豆瓣招聘

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.moeyy.cn/douban/jobs/campus

🚏 Route: /douban/jobs/:type

⚙️ Parameters:

  • type, required - 招聘类型,见下表
社会招聘校园招聘实习生招聘
socialcampusintern

豆瓣榜单与集合

👨‍💻 Author: @5upernova-heng @honue

💡 Example: https://rsshub.moeyy.cn/douban/list/subject_real_time_hotest

🚏 Route: /douban/list/:type?/:routeParams?

⚙️ Parameters:

  • type, optional - 榜单类型,见下表。默认为实时热门书影音
  • routeParams, optional - 额外参数;请参阅以下说明和表格
榜单 / 集合路由
实时热门书影音subject_real_time_hotest
影院热映movie_showing
实时热门电影movie_real_time_hotest
实时热门电视tv_real_time_hotest
一周口碑电影榜movie_weekly_best
华语口碑剧集榜tv_chinese_best_weekly
全球口碑剧集榜tv_global_best_weekly
国内口碑综艺榜show_chinese_best_weekly
国外口碑综艺榜show_global_best_weekly
热播新剧国产剧tv_domestic
热播新剧欧美剧tv_american
热播新剧日剧tv_japanese
热播新剧韩剧tv_korean
热播新剧动画tv_animation
虚构类小说热门榜book_fiction_hot_weekly
非虚构类小说热门榜book_nonfiction_hot_weekly
热门单曲榜music_single
华语新碟榜music_chinese
......
额外参数含义接受的值默认值
playable仅看有可播放片源的影片0/10
score筛选评分0-100

用例:/douban/list/tv_korean/playable=1&score=8

上面的榜单 / 集合并没有列举完整。

如何找到榜单对应的路由参数: 在豆瓣手机 APP 中,对应地榜单页面右上角,点击分享链接。链接路径 subject_collection 后的路径就是路由参数 type。 如:小说热门榜的分享链接为:https://m.douban.com/subject_collection/ECDIHUN4A,其对应本 RSS 路由的 typeECDIHUN4A,对应的订阅链接路由:/douban/list/ECDIHUN4A

豆瓣每月推荐片单

👨‍💻 Author: @honue

💡 Example: https://rsshub.moeyy.cn/douban/recommended/tv

🚏 Route: /douban/recommended/:type?/:routeParams?

⚙️ Parameters:

  • type, optional - 片单类型剧集/电影,tv或movie,默认为tv
  • routeParams, optional - 额外参数;请参阅以下说明和表格
额外参数含义接受的值默认值
playable仅看有可播放片源的影片0/10
score筛选评分0-100

用例:/douban/recommended/tv/playable=0&score=8

tip

整合了 /douban/list/ 路由,省去每月手动更新 id 参数,因为当月推荐剧集片单中,会有还未播出 / 开评分剧集、海外平台播出剧集,请自行考虑是否使用额外参数。

豆瓣读书论坛

👨‍💻 Author: @nightmare-mio

💡 Example: https://rsshub.moeyy.cn/douban/36328704/discussion

🚏 Route: /douban/:id/discussion

⚙️ Parameters:

  • id, required - 书本id;默认论坛文章使用"按回应时间排序",仅第一页文章

饭否

warning

部署时需要申请并配置饭否 Consumer Key、Consumer Secret、用户名和密码,具体见部署文档

用户动态

😵 Not operational⚙️ Config required

👨‍💻 Author: @junbaor

💡 Example: https://rsshub.moeyy.cn/fanfou/user_timeline/wangxing

🚏 Route: /fanfou/user_timeline/:uid

⚙️ Parameters:

  • uid, required - 用户的uid

当前登录用户的时间线

⚙️ Config required

👨‍💻 Author: @junbaor

💡 Example: https://rsshub.moeyy.cn/fanfou/home_timeline

🚏 Route: /fanfou/home_timeline

Parameters: N/A

用户收藏

😵 Not operational⚙️ Config required

👨‍💻 Author: @junbaor

💡 Example: https://rsshub.moeyy.cn/fanfou/favorites/wangxing

🚏 Route: /fanfou/favorites/:uid

⚙️ Parameters:

  • uid, required - 用户的uid

热门话题

😵 Not operational⚙️ Config required

👨‍💻 Author: @junbaor

💡 Example: https://rsshub.moeyy.cn/fanfou/trends

🚏 Route: /fanfou/trends

Parameters: N/A

饭否搜索

⚙️ Config required

👨‍💻 Author: @junbaor

💡 Example: https://rsshub.moeyy.cn/fanfou/public_timeline/RSSHub

🚏 Route: /fanfou/public_timeline/:keyword

⚙️ Parameters:

  • keyword, required - 关键字

方格子

出版專題

🔍 Support Radar

👨‍💻 Author: @Maecenas

💡 Example: https://rsshub.moeyy.cn/vocus/publication/bass

🚏 Route: /vocus/publication/:id

⚙️ Parameters:

  • id, required - 出版專題 id,可在出版專題主页的 URL 找到

用户个人文章

🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/vocus/user/tsetyan

🚏 Route: /vocus/user/:id

⚙️ Parameters:

  • id, required - 用户 id,可在用户主页的 URL 找到

即刻

用户动态

🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.moeyy.cn/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB

🚏 Route: /jike/user/:id

⚙️ Parameters:

  • id, required - 用户 id, 可在即刻分享出来的单条动态页点击用户头像进入个人主页,然后在个人主页的 URL 中找到,或者在单条动态页使用 RSSHub Radar 插件

圈子

🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.moeyy.cn/jike/topic/556688fae4b00c57d9dd46ee

🚏 Route: /jike/topic/:id/:showUid?

⚙️ Parameters:

  • id, required - 圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到
  • showUid, optional - 是否在内容中显示用户信息,设置为 1 则开启

圈子 - 纯文字

🔍 Support Radar

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.moeyy.cn/jike/topic/text/553870e8e4b0cafb0a1bef68

🚏 Route: /jike/topic/text/:id

⚙️ Parameters:

  • id, required - 圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到

简书

首页

🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.moeyy.cn/jianshu/home

🚏 Route: /jianshu/home

Parameters: N/A

专题

🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.moeyy.cn/jianshu/collection/xYuZYD

🚏 Route: /jianshu/collection/:id

⚙️ Parameters:

  • id, required - 专题 id, 可在专题页 URL 中找到

作者

🔍 Support Radar

👨‍💻 Author: @DIYgod @HenryQW @JimenezLi

💡 Example: https://rsshub.moeyy.cn/jianshu/user/yZq3ZV

🚏 Route: /jianshu/user/:id

⚙️ Parameters:

  • id, required - 作者 id, 可在作者主页 URL 中找到

酷安

图文

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/tuwen

🚏 Route: /coolapk/tuwen/:type?

⚙️ Parameters:

  • type, optional - 默认为hot
参数名称编辑精选最新
typehotlatest

头条

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/toutiao

🚏 Route: /coolapk/toutiao/:type?

⚙️ Parameters:

  • type, optional - 默认为history
参数名称历史头条最新
typehistorylatest

看看号

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/dyh/1524

🚏 Route: /coolapk/dyh/:dyhId

⚙️ Parameters:

  • dyhId, required - 看看号ID
tip

仅限于采集站内订阅的看看号的内容。看看号 ID 可在看看号界面右上分享 - 复制链接得到。

话题

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/huati/iPhone

🚏 Route: /coolapk/huati/:tag

⚙️ Parameters:

  • tag, required - 话题名称

用户

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/user/3177668/dynamic

🚏 Route: /coolapk/user/:uid/dynamic

⚙️ Parameters:

  • uid, required - 在个人界面右上分享-复制链接获取

热榜

👨‍💻 Author: @xizeyoupan

💡 Example: https://rsshub.moeyy.cn/coolapk/hot

🚏 Route: /coolapk/hot/:type?/:period?

⚙️ Parameters:

  • type, optional - 默认为jrrm
  • period, optional - 默认为daily
参数名称今日热门点赞榜评论榜收藏榜酷图榜
typejrrmdzbplbscbktb
参数名称日榜周榜
perioddailyweekly
tip

今日热门没有周榜,酷图榜日榜的参数会变成周榜,周榜的参数会变成月榜。

美拍

用户动态

👨‍💻 Author: @ihewro

💡 Example: https://rsshub.moeyy.cn/meipai/user/56537299

🚏 Route: /meipai/user/:id

⚙️ Parameters:

  • id, required - 用户 id, 可在 分享出去获得的用户主页 URL 中找到

全民 K 歌

用户作品列表

🎙️ Support Podcast🔍 Support Radar

👨‍💻 Author: @zhangxiang012

💡 Example: https://rsshub.moeyy.cn/qq/kg/639a9a86272c308e33

🚏 Route: /qq/kg/:userId

⚙️ Parameters:

  • userId, required - 用户 ID, 可在对应页面的 URL 中找到

用户作品评论动态

🔍 Support Radar

👨‍💻 Author: @zhangxiang012

💡 Example: https://rsshub.moeyy.cn/qq/kg/reply/OhXHMdO1VxLWQOOm

🚏 Route: /qq/kg/reply/:playId

⚙️ Parameters:

  • playId, required - 音频页 ID, 可在对应页面的 URL 中找到

数字尾巴

首页

👨‍💻 Author: @Erriy

💡 Example: https://rsshub.moeyy.cn/dgtle

🚏 Route: /dgtle

Parameters: N/A

闲置(分类)

👨‍💻 Author: @xyqfer @hoilc

💡 Example: https://rsshub.moeyy.cn/dgtle/trade/111

🚏 Route: /dgtle/trade/:typeId?

⚙️ Parameters:

  • typeId, optional - 分类 id,默认为全部
全部电脑手机平板相机影音外设生活公告
0111109110113114115112116

闲置(关键词)

👨‍💻 Author: @gaoliang @hoilc

💡 Example: https://rsshub.moeyy.cn/dgtle/trade/search/ipad

🚏 Route: /dgtle/trade/search/:keyword

⚙️ Parameters:

  • keyword, required - 搜索关键词

鲸图(分类)

👨‍💻 Author: @Erriy

💡 Example: https://rsshub.moeyy.cn/dgtle/whale/category/0

🚏 Route: /dgtle/whale/category/:category

⚙️ Parameters:

  • category, required - 分类 id
精选人物静物二次元黑白自然美食电影与游戏科技与艺术城市与建筑萌物美女
01234567891011

鲸图(排行榜)

👨‍💻 Author: @Erriy

💡 Example: https://rsshub.moeyy.cn/dgtle/whale/rank/download/day

🚏 Route: /dgtle/whale/rank/:type/:rule

⚙️ Parameters:

  • type, required - 排行榜类型
  • rule, required - 排行榜周期

type

下载排行榜点赞排行榜
downloadlike

rule

日排行周排行月排行总排行
dayweekmonthamount

微博

warning

微博会针对请求的来源地区返回不同的结果。
一个已知的例子为:部分视频因未知原因仅限中国大陆境内访问 (CDN 域名为 locallimit.us.sinaimg.cn 而非 f.video.weibocdn.com)。若一条微博含有这种视频且 RSSHub 实例部署在境外,抓取到的微博可能不含视频。将 RSSHub 部署在境内有助于抓取这种视频,但阅读器也必须处于境内网络环境以加载视频。

对于微博内容,在 routeParams 参数中以 query string 格式指定选项,可以控制输出的样式

含义接受的值默认值
readable是否开启细节排版可读性优化0/1/true/falsefalse
authorNameBold是否加粗作者名字0/1/true/falsefalse
showAuthorInTitle是否在标题处显示作者0/1/true/falsefalse(/weibo/keyword/中为 true)
showAuthorInDesc是否在正文处显示作者0/1/true/falsefalse(/weibo/keyword/中为 true)
showAuthorAvatarInDesc是否在正文处显示作者头像(若阅读器会提取正文图片,不建议开启)0/1/true/falsefalse
showEmojiForRetweet显示 “🔁” 取代 “转发” 两个字0/1/true/falsefalse
showRetweetTextInTitle在标题出显示转发评论(置为 false 则在标题只显示被转发微博)0/1/true/falsetrue
addLinkForPics为图片添加可点击的链接0/1/true/falsefalse
showTimestampInDescription在正文处显示被转发微博的时间戳0/1/true/falsefalse
widthOfPics微博配图宽(生效取决于阅读器)不指定 / 数字不指定
heightOfPics微博配图高(生效取决于阅读器)不指定 / 数字不指定
sizeOfAuthorAvatar作者头像大小数字48
displayVideo是否直接显示微博视频和 Live Photo,只在博主或个人时间线 RSS 中有效0/1/true/falsetrue
displayArticle是否直接显示微博文章,只在博主或个人时间线 RSS 中有效0/1/true/falsefalse
displayComments是否直接显示热门评论,只在博主或个人时间线 RSS 中有效0/1/true/falsefalse
showEmojiInDescription是否展示正文中的微博表情,关闭则替换为 [表情名]0/1/true/falsetrue
showLinkIconInDescription是否展示正文中的链接图标0/1/true/falsetrue
preferMobileLink是否使用移动版链接(默认使用 PC 版)0/1/true/falsefalse

指定更多与默认值不同的参数选项可以改善 RSS 的可读性,如

https://rsshub.moeyy.cn/weibo/user/1642909335/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweet=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showTimestampInDescription=1&heightOfPics=150

的效果为

微博小秘书的可读微博 RSS

博主

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod @iplusx @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/weibo/user/1195230310

🚏 Route: /weibo/user/:uid/:routeParams?

⚙️ Parameters:

  • uid, required - 用户 id, 博主主页打开控制台执行 $CONFIG.oid 获取
  • routeParams, optional - 额外参数;请参阅上面的说明和表格;特别地,当 routeParams=1 时开启微博视频显示
warning

部分博主仅登录可见,未提供 Cookie 的情况下不支持订阅,可以通过打开 https://m.weibo.cn/u/:uid 验证。如需要订阅该部分博主,可配置 Cookie 后订阅。

未提供 Cookie 的情况下偶尔会触发反爬限制,提供 Cookie 可缓解该情况。

微博用户 Cookie 的配置可参照部署文档

关键词

🔍 Support Radar

👨‍💻 Author: @DIYgod @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/weibo/keyword/DIYgod

🚏 Route: /weibo/keyword/:keyword/:routeParams?

⚙️ Parameters:

  • keyword, required - 你想订阅的微博关键词
  • routeParams, optional - 额外参数;请参阅上面的说明和表格

热搜榜

🔍 Support Radar

👨‍💻 Author: @xyqfer @shinemoon

💡 Example: https://rsshub.moeyy.cn/weibo/search/hot

🚏 Route: /weibo/search/hot/:fulltext?

⚙️ Parameters:

  • fulltext, optional - N
  • 使用/weibo/search/hot可以获取热搜条目列表;
  • 使用/weibo/search/hot/fulltext可以进一步获取热搜条目下的摘要信息(不含图片视频);
  • 使用/weibo/search/hot/fulltext?pic=true可以获取图片缩略(但需要配合额外的手段,例如浏览器上的 Header Editor 等来修改 referer 参数为https://weibo.com,以规避微博的外链限制,否则图片无法显示。)
  • 使用/weibo/search/hot/fulltext?pic=true&fullpic=true可以获取 Original 图片(但需要配合额外的手段,例如浏览器上的 Header Editor 等来修改 referer 参数为https://weibo.com,以规避微博的外链限制,否则图片无法显示。)

超话

🔍 Support Radar

👨‍💻 Author: @zengxs @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time

🚏 Route: /weibo/super_index/:id/:type?/:routeParams?

⚙️ Parameters:

  • id, required - 超话ID
  • type, optional - 类型:见下表
  • routeParams, optional - 额外参数;请参阅上面的说明和表格
type备注
soul精华
video视频(暂不支持)
album相册(暂不支持)
hot_sort热门
sort_time最新帖子
feed最新评论

个人时间线

⚙️ Config required

👨‍💻 Author: @zytomorrow @DIYgod @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/weibo/timeline/3306934123

🚏 Route: /weibo/timeline/:uid/:feature?/:routeParams?

⚙️ Parameters:

  • uid, required - 用户的uid
  • feature, optional - 过滤类型ID,0:全部、1:原创、2:图片、3:视频、4:音乐,默认为0。
  • routeParams, optional - 额外参数;请参阅上面的说明和表格
warning

需要对应用户打开页面进行授权生成 token 才能生成内容

自部署需要申请并配置微博 key,具体见部署文档

自定义分组

⚙️ Config required

👨‍💻 Author: @monologconnor @Rongronggg9

💡 Example: https://rsshub.moeyy.cn/weibo/group/4541216424989965

🚏 Route: /weibo/group/:gid/:gname?/:routeParams?

⚙️ Parameters:

  • gid, required - 分组id, 在网页版分组地址栏末尾?gid=处获取
  • gname, optional - 分组显示名称; 默认为: 微博分组
  • routeParams, optional - 额外参数;请参阅上面的说明和表格
warning

由于微博官方未提供自定义分组相关 api, 此方案必须使用用户Cookie进行抓取

因微博 cookies 的过期与更新方案未经验证,部署一次 Cookie 的有效时长未知

微博用户 Cookie 的配置可参照部署文档

微博绿洲

用户

👨‍💻 Author: @kt286

💡 Example: https://rsshub.moeyy.cn/weibo/oasis/user/1990895721

🚏 Route: /weibo/oasis/user/:userid

⚙️ Parameters:

  • userid, required - 用户 id, 可在用户主页 URL 中找到

小红书

用户笔记

🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @lotosbin

💡 Example: https://rsshub.moeyy.cn/xiaohongshu/user/593032945e87e77791e03696/notes

🚏 Route: /xiaohongshu/user/:user_id/notes/:fulltext?

⚙️ Parameters:

  • user_id, required - 用户 ID
  • fulltext, optional - 若为fulltext将抓取笔记全文,若为空则只抓取笔记标题
tip

笔记全文不支持显示视频

用户收藏

🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @lotosbin

💡 Example: https://rsshub.moeyy.cn/xiaohongshu/user/593032945e87e77791e03696/collect

🚏 Route: /xiaohongshu/user/:user_id/collect

⚙️ Parameters:

  • user_id, required - 用户 ID

专辑

🎭 Rely on Puppeteer🔍 Support Radar

👨‍💻 Author: @lotosbin

💡 Example: https://rsshub.moeyy.cn/xiaohongshu/board/5db6f79200000000020032df

🚏 Route: /xiaohongshu/board/:board_id

⚙️ Parameters:

  • board_id, required - 专辑 ID

新榜

warning

部署时需要配置 NEWRANK_COOKIE,具体见部署文档 请勿过高频抓取,新榜疑似对每天调用 token 总次数进行了限制,超限会报错

微信公众号

🚨 Strict anti-crawling⚙️ Config required

👨‍💻 Author: @lessmoe

💡 Example: https://rsshub.moeyy.cn/newrank/wechat/chijiread

🚏 Route: /newrank/wechat/:wxid

⚙️ Parameters:

  • wxid, required - 微信号,若微信号与新榜信息不一致,以新榜为准

抖音短视频

🚨 Strict anti-crawling⚙️ Config required

👨‍💻 Author: @lessmoe

💡 Example: https://rsshub.moeyy.cn/newrank/douyin/110266463747

🚏 Route: /newrank/douyin/:dyid

⚙️ Parameters:

  • dyid, required - 抖音ID,可在新榜账号详情 URL 中找到
warning

免费版账户抖音每天查询次数 20 次,如需增加次数可购买新榜会员或等待未来多账户支持

知乎

收藏夹

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @huruji @Colin-XKL @Fatpandac

💡 Example: https://rsshub.moeyy.cn/zhihu/collection/26444956

🚏 Route: /zhihu/collection/:id/:getAll?

⚙️ Parameters:

  • id, required - 收藏夹 id, 可在收藏夹页面 URL 中找到
  • getAll, optional - 获取全部收藏内容,任意值为打开

用户动态

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/zhihu/people/activities/diygod

🚏 Route: /zhihu/people/activities/:id

⚙️ Parameters:

  • id, required - 作者 id, 可在用户主页 URL 中找到

用户回答

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod @prnake

💡 Example: https://rsshub.moeyy.cn/zhihu/people/answers/diygod

🚏 Route: /zhihu/people/answers/:id

⚙️ Parameters:

  • id, required - 作者 id, 可在用户主页 URL 中找到

用户文章

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @whtsky @Colin-XKL

💡 Example: https://rsshub.moeyy.cn/zhihu/posts/people/frederchen

🚏 Route: /zhihu/posts/:usertype/:id

⚙️ Parameters:

  • usertype, required - 作者 id, 可在用户主页 URL 中找到
  • id, required - 用户类型usertype,参考用户主页的URL。目前有两种,见下表
普通用户机构用户
peopleorg

专栏

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/zhihu/zhuanlan/googledevelopers

🚏 Route: /zhihu/zhuanlan/:id

⚙️ Parameters:

  • id, required - 专栏 id, 可在专栏主页 URL 中找到

知乎日报

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @DHPO

💡 Example: https://rsshub.moeyy.cn/zhihu/daily

🚏 Route: /zhihu/daily

Parameters: N/A

知乎日报 - 合集

🚨 Strict anti-crawling

👨‍💻 Author: @ccbikai

💡 Example: https://rsshub.moeyy.cn/zhihu/daily/section/2

🚏 Route: /zhihu/daily/section/:sectionId

⚙️ Parameters:

  • sectionId, required - 合集 id, 可在 https://news-at.zhihu.com/api/7/sections 找到

知乎热榜

🔍 Support Radar

👨‍💻 Author: @DIYgod

💡 Example: https://rsshub.moeyy.cn/zhihu/hotlist

🚏 Route: /zhihu/hotlist

Parameters: N/A

知乎分类热榜

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.moeyy.cn/zhihu/hot

🚏 Route: /zhihu/hot/:category?

⚙️ Parameters:

  • category, optional - 分类,见下表,默认为全站
全站国际科学汽车视频时尚时事数码体育校园影视
totalfocussciencecarzvideofashiondepthdigitalsportschoolfilm

知乎想法热榜

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/zhihu/pin/hotlist

🚏 Route: /zhihu/pin/hotlist

Parameters: N/A

问题

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer @hacklu

💡 Example: https://rsshub.moeyy.cn/zhihu/question/59895982

🚏 Route: /zhihu/question/:questionId/:sortBy?

⚙️ Parameters:

  • questionId, required - 问题 id
  • sortBy, optional - 排序方式:default, created, updated。默认为 default

话题

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/zhihu/topic/19828946

🚏 Route: /zhihu/topic/:topicId

⚙️ Parameters:

  • topicId, required - 话题 id

用户想法

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/zhihu/people/pins/kan-dan-45

🚏 Route: /zhihu/people/pins/:id

⚙️ Parameters:

  • id, required - 作者 id, 可在用户主页 URL 中找到

知乎书店 - 新书

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/zhihu/bookstore/newest

🚏 Route: /zhihu/bookstore/newest

Parameters: N/A

知乎想法 - 24 小时新闻汇总

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.moeyy.cn/zhihu/pin/daily

🚏 Route: /zhihu/pin/daily

Parameters: N/A

知乎书店 - 知乎周刊

🚨 Strict anti-crawling🔍 Support Radar

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.moeyy.cn/zhihu/weekly

🚏 Route: /zhihu/weekly

Parameters: N/A

用户关注时间线

🚨 Strict anti-crawling⚙️ Config required

👨‍💻 Author: @SeanChao

💡 Example: https://rsshub.moeyy.cn/zhihu/timeline

🚏 Route: /zhihu/timeline

Parameters: N/A

warning

用户关注动态需要登录后的 Cookie 值,所以只能自建,详情见部署页面的配置模块。

xhu - 用户动态

xhu

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/people/activities/246e6cf44e94cefbf4b959cb5042bc91

🚏 Route: /zhihu/xhu/people/activities/:hexId

⚙️ Parameters:

  • hexId, required - 用户的 16 进制 id,获取方式见下方说明
tip

用户的 16 进制 id 获取方式:

  1. 可以通过 RSSHub Radar 扩展获取;
  2. 或者在用户主页打开 F12 控制台,执行以下代码:console.log(/"id":"([0-9a-f]*?)","urlToken"/.exec(document.getElementById('js-initialData').innerHTML)[1]); 即可获取用户的 16 进制 id。

xhu - 用户回答

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/people/answers/246e6cf44e94cefbf4b959cb5042bc91

🚏 Route: /zhihu/xhu/people/answers/:hexId

⚙️ Parameters:

xhu - 用户文章

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/people/posts/246e6cf44e94cefbf4b959cb5042bc91

🚏 Route: /zhihu/xhu/people/posts/:hexId

⚙️ Parameters:

xhu - 收藏夹

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/collection/26444956

🚏 Route: /zhihu/xhu/collection/:id

⚙️ Parameters:

  • id, required - 收藏夹 id, 可在收藏夹页面 URL 中找到

xhu- 专栏

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/zhuanlan/githubdaily

🚏 Route: /zhihu/xhu/zhuanlan/:id

⚙️ Parameters:

  • id, required - 专栏 id, 可在专栏主页 URL 中找到

xhu - 问题

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/question/264051433

🚏 Route: /zhihu/xhu/question/:questionId/:sortBy?

⚙️ Parameters:

  • questionId, required - 问题 id
  • sortBy, optional - 排序方式:default, created, updated。默认为 default

xhu - 话题

🔍 Support Radar

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.moeyy.cn/zhihu/xhu/topic/19566035

🚏 Route: /zhihu/xhu/topic/:topicId

⚙️ Parameters:

  • topicId, required - 话题ID