picture
500px 摄影社区
部落影集
💡 Example: https://rsshub.app/500px/tribe/set/f5de0b8aa6d54ec486f5e79616418001
🛎️ Route: /500px/tribe/set/:id
🔗 Parameters:
id
, required - 部落 ID
🐙 Source Code: /500px/tribe-set.ts
摄影师作品
💡 Example: https://rsshub.app/500px/user/works/hujunli
🛎️ Route: /500px/user/works/:id
🔗 Parameters:
id
, required - 摄影师 ID
🐙 Source Code: /500px/user.ts
8KCosplay
标签
💡 Example: https://rsshub.app/8kcos/tag/cosplay
🛎️ Route: /8kcos/tag/:tag
🔗 Parameters:
tag
, required - 标签名
🐙 Source Code: /8kcos/tag.ts
最新
ArtStation
Artist Profolio
💡 Example: https://rsshub.app/artstation/wlop
🛎️ Route: /artstation/:handle
🔗 Parameters:
handle
, required - Artist handle, can be found in URL
🐙 Source Code: /artstation/user.ts
Booru
MMDArchive 标签查询
💡 Example: https://rsshub.app/booru/mmda/tags/full_body%20blue_eyes
🛎️ Route: /booru/mmda/tags/:tags?
🔗 Parameters:
tags
, optional - 标签,多个标签使用%20
连接,如需根据作者查询则在user:
后接上作者名,如:user:xxxx
🐙 Source Code: /booru/mmda.ts
For example:
- 默认查询 (什么 tag 都不加):
/booru/mmda/tags
- 默认查询单个 tag:
/booru/mmda/tags/full_body
- 默认查询多个 tag:
/booru/mmda/tags/full_body%20blue_eyes
- 默认查询根据作者查询:
/booru/mmda/tags/user:xxxx
E-Hentai
For RSS content, specify options in the routeParams
parameter in query string format to control additional functionality
Key | Meaning | Accepted keys | Default value |
---|---|---|---|
bittorrent | Whether include a link to the latest torrent | 0/1/true/false | false |
embed_thumb | Whether the cover image is embedded in the RSS feed rather than given as a link | 0/1/true/false | false |
Favorites
🚨 Strict anti-crawling🔄 Support BT
💡 Example: https://rsshub.app/ehentai/favorites/0/posted/1
🛎️ Route: /ehentai/favorites/:favcat?/:order?/:page?/:routeParams?
🔗 Parameters:
favcat
, optional - Favorites folder numberorder
, optional -posted
(Sort by gallery release time) ,favorited
(Sort by time added to favorites)page
, optional - Page numberrouteParams
, optional - Additional parameters, see the table above
🐙 Source Code: /ehentai/favorites.ts
Search
🚨 Strict anti-crawling🔄 Support BT
💡 Example: https://rsshub.app/ehentai/search/f_search=artist%3Amana%24/1
🛎️ Route: /ehentai/search/:params?/:page?/:routeParams?
🔗 Parameters:
params
, optional - Search parameters. You can copy the content afterhttps://e-hentai.org/?
page
, optional - Page numberrouteParams
, optional - Additional parameters, see the table above
🐙 Source Code: /ehentai/search.ts
Tag
🚨 Strict anti-crawling🔄 Support BT
💡 Example: https://rsshub.app/ehentai/tag/language:chinese/1
🛎️ Route: /ehentai/tag/:tag/:page?/:routeParams?
🔗 Parameters:
tag
, required - Tagpage
, optional - Page numberrouteParams
, optional - Additional parameters, see the table above
🐙 Source Code: /ehentai/tag.ts
Fantia
Search
💡 Example: https://rsshub.app/fantia/search/posts/all/daily
🛎️ Route: /fantia/search/:type?/:caty?/:period?/:order?/:rating?/:keyword?
🔗 Parameters:
type
, optional - Type, see the table below,posts
by defaultcaty
, optional - Category, see the table below, can also be found in search page URL,すべてのクリエイター
by defaultperiod
, optional - Ranking period, see the table below, empty by defaultorder
, optional - Sorting, see the table below,更新の新しい順
by defaultrating
, optional - Rating, see the table below,すべて
by defaultkeyword
, optional - Keyword, empty by default
🐙 Source Code: /fantia/search.ts
Type
クリエイター | 投稿 | 商品 | コミッション |
---|---|---|---|
fanclubs | posts | products | commissions |
Category
分类 | 分类名 |
---|---|
イラスト | illust |
漫画 | comic |
コスプレ | cosplay |
YouTuber・配信者 | youtuber |
Vtuber | vtuber |
音声作品・ASMR | voice |
声優・歌い手 | voiceactor |
アイドル | idol |
アニメ・映像・写真 | anime |
3D | 3d |
ゲーム制作 | game |
音楽 | music |
小説 | novel |
ドール | doll |
アート・デザイン | art |
プログラム | program |
創作・ハンドメイド | handmade |
歴史・評論・情報 | history |
鉄道・旅行・ミリタリー | railroad |
ショップ | shop |
その他 | other |
Ranking period
デイリー | ウィークリー | マンスリー | 全期間 |
---|---|---|---|
daily | weekly | monthly | all |
Sorting
更新の新しい順 | 更新の古い順 | 投稿の新しい順 | 投稿の古い順 | お気に入り数順 |
---|---|---|---|---|
updater | update_old | newer | create_old | popular |
Rating
すべて | 一般のみ | R18 のみ |
---|---|---|
all | general | adult |
User Posts
💡 Example: https://rsshub.app/fantia/user/3498
🛎️ Route: /fantia/user/:id
🔗 Parameters:
id
, required - User id, can be found in user profile URL
🐙 Source Code: /fantia/user.ts
Google
Public Albums
💡 Example: https://rsshub.app/google/album/msFFnAzKmQmWj76EA
🛎️ Route: /google/album/:id
🔗 Parameters:
id
, required - album ID, can be found in URL, for example,https://photos.app.goo.gl/msFFnAzKmQmWj76EA
tomsFFnAzKmQmWj76EA
🐙 Source Code: /google/album.ts
Update
💡 Example: https://rsshub.app/google/doodles/zh-CN
🛎️ Route: /google/doodles/:language?
🔗 Parameters:
language
, optional - Language, default tozh-CN
, for other language values, you can get it from Google Doodles official website
🐙 Source Code: /google/doodles.ts
MM 范
标签
💡 Example: https://rsshub.app/95mm/tag/黑丝
🛎️ Route: /95mm/tag/:tag
🔗 Parameters:
tag
, required - 标签,可在对应标签页中找到
🐙 Source Code: /95mm/tag.ts
分类
💡 Example: https://rsshub.app/95mm/tab/热门
🛎️ Route: /95mm/tab/:tab?
🔗 Parameters:
tab
, optional - 分类,见下表,默认为最新
🐙 Source Code: /95mm/tab.ts
最新 | 热门 | 校花 | 森系 | 清纯 | 童颜 | 嫩模 | 少女 |
---|
集合
💡 Example: https://rsshub.app/95mm/category/1
🛎️ Route: /95mm/category/:category
🔗 Parameters:
category
, required - 集合,见下表
🐙 Source Code: /95mm/category.ts
清纯唯美 | 摄影私房 | 明星写真 | 三次元 | 异域美景 | 性感妖姬 | 游戏主题 | 美女壁纸 |
---|---|---|---|---|---|---|---|
1 | 2 | 4 | 5 | 6 | 7 | 9 | 11 |
NASA Astronomy Picture of the Day
Cheng Kung University Mirror
💡 Example: https://rsshub.app/nasa/apod-ncku
🛎️ Route: /nasa/apod-ncku
🐙 Source Code: /nasa/apod-ncku.ts
NASA 中文
NASA 中文 提供了每日天文图的中英双语图文说明,但在更新上偶尔略有一两天的延迟。
NASA
Pixabay
Search
⚙️ Config required🔍 Support Radar
💡 Example: https://rsshub.app/pixabay/search/cat
🛎️ Route: /pixabay/search/:q/:order?
🔗 Parameters:
q
, required - Search termorder
, optional - Order,popular
orlatest
,latest
by default
⚙️ Deployment Configs:
PIXABAY_KEY
, optional -
🐙 Source Code: /pixabay/search.ts
wallhaven
When parameter Need Details is set to true
yes
t
y
, RSS will add the title, uploader, upload time, and category information of each image, which can support the filtering function of RSS reader.
However, the number of requests to the site increases a lot when it is turned on, which causes the site to return Response code 429 (Too Many Requests)
. So you need to specify a smaller limit
parameter, i.e. add ?limit=<the number of posts for a request>
after the route, here is an example.
For example Latest Wallpapers, the route turning on Need Details is /wallhaven/latest/true, and then specify a smaller limit
. We can get /wallhaven/latest/true?limit=5.
Search
💡 Example: https://rsshub.app/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc
🛎️ Route: /wallhaven/search/:filter?/:needDetails?,/:filter?/:needDetails?
🐙 Source Code: /wallhaven/index.ts
Subscribe pages starting with https://wallhaven.cc/search
, fill the text after ?
as filter
in the route. The following is an example:
The text after ?
is q=id%3A711&sorting=random&ref=fp&seed=8g0dgd
for Wallpaper Search: #landscape - wallhaven.cc, so the route is /wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd
Search
💡 Example: https://rsshub.app/wallhaven/search/categories=110&purity=110&sorting=date_added&order=desc
🛎️ Route: /wallhaven/search/:filter?/:needDetails?,/:filter?/:needDetails?
🐙 Source Code: /wallhaven/index.ts
Subscribe pages starting with https://wallhaven.cc/search
, fill the text after ?
as filter
in the route. The following is an example:
The text after ?
is q=id%3A711&sorting=random&ref=fp&seed=8g0dgd
for Wallpaper Search: #landscape - wallhaven.cc, so the route is /wallhaven/q=id%3A711&sorting=random&ref=fp&seed=8g0dgd
北京天文馆
每日一图
国家地理
每日一图
💡 Example: https://rsshub.app/natgeo/dailyphoto
🛎️ Route: /natgeo/dailyphoto
🐙 Source Code: /natgeo/dailyphoto.ts
极品性感美女
本周热门
分类
💡 Example: https://rsshub.app/jpxgmn/tab
🛎️ Route: /jpxgmn/tab/:tab?
🔗 Parameters:
tab
, optional - 分类,默认为top
,包括top
、new
、hot
,以及源网站所包含的其他相对路径,比如Xiuren
、XiaoYu
等
🐙 Source Code: /jpxgmn/tab.ts
搜索
💡 Example: https://rsshub.app/jpxgmn/search/candy
🛎️ Route: /jpxgmn/search/:kw
🔗 Parameters:
kw
, required - 搜索关键词
🐙 Source Code: /jpxgmn/search.ts
喷嚏
图卦
主题
💡 Example: https://rsshub.app/dapenti/subject/184
🛎️ Route: /dapenti/subject/:id
🔗 Parameters:
id
, required - 主题 id
🐙 Source Code: /dapenti/subject.ts
奇葩买家秀
Unknown
💡 Example: https://rsshub.app/qipamaijia/fuli
🛎️ Route: /qipamaijia/:cate?
🔗 Parameters:
cate
, optional - 频道名,可在对应网址中找到,默认为最新
🐙 Source Code: /qipamaijia/index.ts