Skip to main content

bbs

19 楼​

头条​

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/19lou/jiaxing

🛎️ Route: /19lou/:city?

🔗 Parameters:

  • city, optional - 分类,见下表,默认为 www,即杭州

🐙 Source Code: /19lou/index.ts

杭州台州嘉兴宁波湖州
wwwtaizhoujiaxingningbohuzhou
绍兴湖州温州金华舟山
shaoxinghuzhouwenzhoujinhuazhoushan
衢州丽水义乌萧山余杭
quzhoulishuiyiwuxiaoshanyuhang
临安富阳桐庐建德淳安
linanfuyangtonglujiandechunan

8264​

列表​

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/8264/list/751

🛎️ Route: /8264/list/:id?

🔗 Parameters:

  • id, optional - 列表 id,见下表,默认为 751,即热门推荐

🐙 Source Code: /8264/list.ts

热门推荐户外知识户外装备
751238204
更多列表

热门推荐​

业界国际专访图说户外登山攀岩
489733746902914934935

户外知识​

徒步露营安全急救领队登雪山
242950931920915
攀岩骑行跑步滑雪水上运动
916917918919921
钓鱼潜水攀冰冲浪网球
951952953966967
绳索知识高尔夫马术户外摄影羽毛球
968969970973971
游泳溯溪健身瑜伽
974975976977

户外装备​

服装冲锋衣抓绒衣皮肤衣速干衣
209923924925926
羽绒服软壳户外鞋登山鞋徒步鞋
927929211928930
越野跑鞋溯溪鞋登山杖帐篷睡袋
933932220208212
炉具灯具水具面料背包
792218219222207
防潮垫电子导航冰岩绳索综合装备
214216215223

Dcard​

warning

僅能透過台灣 IP 抓取。

板塊帖子​

🚨 Strict anti-crawling🎭 Rely on Puppeteer

👨‍💻 Author: @HenryQW

💡 Example: https://rsshub.app/dcard/funny/popular

🛎️ Route: /dcard/:section/:type?

🔗 Parameters:

  • section, required - 板塊名稱,URL 中獲得
  • type, optional - 排序,popular 熱門;latest 最新,默認為 latest

🐙 Source Code: /dcard/section.ts

Discourse​

warning

You need to set the environment variable DISCOURSE_CONFIG_{id} before using it. Please refer to Configuration section in the Deploy page of the documentation.

Latest posts​

⚙️ Config required

👨‍💻 Author: @dzx-dzx

💡 Example: https://rsshub.app/discourse/0/posts

🛎️ Route: /discourse/:configId/posts

🔗 Parameters:

  • configId, required - Environment variable configuration id, see above

⚙️ Deployment Configs:

  • DISCOURSE_CONFIG_*, required -

🐙 Source Code: /discourse/posts.ts

Notifications​

⚙️ Config required

👨‍💻 Author:

💡 Example: https://rsshub.app/discourse/0/notifications

🛎️ Route: /discourse/:configId/notifications/:fulltext?

🔗 Parameters:

  • configId, required - Environment variable configuration id, see above
  • fulltext, optional - Fetch the content if the notification points to a post. This is disabled by default, set it to 1 to enable it.

⚙️ Deployment Configs:

  • DISCOURSE_CONFIG_*, required -

🐙 Source Code: /discourse/notifications.ts

warning

If you opt to enable fulltext feature, consider adding limit parameter to your query to avoid sending too many request.

Elastic 中文社区​

发现​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/elasticsearch-cn

🛎️ Route: /elasticsearch-cn/:params?

🔗 Parameters:

  • params, optional - 分类,可在对应分类页 URL 中找到

🐙 Source Code: /elasticsearch-cn/index.ts

如 Elasticsearch 最新 的 URL 为 https://elasticsearch.cn/category-2,则分类参数处填写 category-2,最后得到路由地址 /elasticsearch-cn/category-2。

又如 求职招聘 30 天热门 的 URL 为 https://elasticsearch.cn/sort_type-hot____category-12__day-30,则分类参数处填写 sort_type-hot____category-12__day-30,最后得到路由地址 /elasticsearch-cn/sort_type-hot____category-12__day-30。

LearnKu​

社区​

🔍 Support Radar

👨‍💻 Author: @kayw-geek

💡 Example: https://rsshub.app/learnku/laravel/qa

🛎️ Route: /learnku/:community/:category?

🔗 Parameters:

  • community, required - 社区 标识,可在 https://learnku.com/communities 找到
  • category, optional - 分类,如果不传 category 则获取全部分类

🐙 Source Code: /learnku/topic.ts

招聘翻译问答链接
jobstranslationsqalinks

Meteor​

看板列表​

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/meteor/boards

🛎️ Route: /meteor/boards

🐙 Source Code: /meteor/boards.ts

看板​

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/meteor/all

🛎️ Route: /meteor/:board?

🔗 Parameters:

  • board, optional - 看板 ID 或簡稱,可在 URL 或下方路由找到,預設為 all

🐙 Source Code: /meteor/index.ts

NGA​

分区帖子​

👨‍💻 Author: @xyqfer

💡 Example: https://rsshub.app/nga/forum/489

🛎️ Route: /nga/forum/:fid/:recommend?

🔗 Parameters:

  • fid, required - 分区 id, 可在分区主页 URL 找到, 没有 fid 时 stid 同样适用
  • recommend, optional - 是否只显示精华主题, 留空为否, 任意值为是

🐙 Source Code: /nga/forum.ts

帖子​

👨‍💻 Author: @xyqfer @syrinka

💡 Example: https://rsshub.app/nga/post/18449558

🛎️ Route: /nga/post/:tid/:authorId?

🔗 Parameters:

  • tid, required - 帖子 id, 可在帖子 URL 找到
  • authorId, optional - 作者 id

🐙 Source Code: /nga/post.ts

Pikabu​

User​

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/pikabu/user/@bula.dragon

🛎️ Route: /pikabu/user/:name

🔗 Parameters:

  • name, required - User name

🐙 Source Code: /pikabu/user.ts

PKMer​

最近更新​

🔍 Support Radar

👨‍💻 Author: @Gnoyong

💡 Example: https://rsshub.app/pkmer/recent

🛎️ Route: /pkmer/recent

🐙 Source Code: /pkmer/recent.ts

PLAYNO.1 玩樂達人​

AV​

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/playno1/av

🛎️ Route: /playno1/av/:catid?

🔗 Parameters:

  • catid, optional - 分类,见下表,默认为全部文章

🐙 Source Code: /playno1/av.ts

warning

目前观测到该博客可能禁止日本 IP 访问。建议部署在日本区以外的服务器上。

全部文章AV 新聞AV 導覽
7835

情趣​

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/playno1/st

🛎️ Route: /playno1/st/:catid?

🔗 Parameters:

  • catid, optional - 分类,见下表,默认为全部文章

🐙 Source Code: /playno1/st.ts

全部文章情趣體驗報告情趣新聞情趣研究所
allexperiencenewsgraduate

Saraba1st​

论坛摘要​

👨‍💻 Author: @shinemoon

💡 Example: https://rsshub.app/saraba1st/digest/forum-75-1

🛎️ Route: /saraba1st/digest/:tid

🔗 Parameters:

  • tid, required - 论坛 id

🐙 Source Code: /saraba1st/digest.ts

版面网址如果为 https://bbs.saraba1st.com/2b/forum-75-1.html 那么论坛 id 就是 forum-75-1。

帖子​

👨‍💻 Author: @zengxs

💡 Example: https://rsshub.app/saraba1st/thread/1842868

🛎️ Route: /saraba1st/thread/:tid

🔗 Parameters:

  • tid, required - 帖子 id

🐙 Source Code: /saraba1st/thread.ts

帖子网址如果为 https://bbs.saraba1st.com/2b/thread-1842868-1-1.html 那么帖子 id 就是 1789863。

The Ring of Wonder​

首页更新​

🔍 Support Radar

👨‍💻 Author: @shiningdracon

💡 Example: https://rsshub.app/trow/portal

🛎️ Route: /trow/portal

🐙 Source Code: /trow/portal.ts

V2EX​

标签​

👨‍💻 Author: @liyefox

💡 Example: https://rsshub.app/v2ex/tab/hot

🛎️ Route: /v2ex/tab/:tabid

🔗 Parameters:

  • tabid, required - tab标签ID,在 URL 可以找到

🐙 Source Code: /v2ex/tab.ts

帖子​

🔍 Support Radar

👨‍💻 Author: @kt286

💡 Example: https://rsshub.app/v2ex/post/584403

🛎️ Route: /v2ex/post/:postid

🔗 Parameters:

  • postid, required - 帖子ID,在 URL 可以找到

🐙 Source Code: /v2ex/post.ts

最热 / 最新主题​

👨‍💻 Author: @WhiteWorld

💡 Example: https://rsshub.app/v2ex/topics/latest

🛎️ Route: /v2ex/topics/:type

🔗 Parameters:

  • type, required - hot 或 latest

🐙 Source Code: /v2ex/topics.ts

ZodGame​

forum​

⚙️ Config required

👨‍💻 Author: @FeCCC

💡 Example: https://rsshub.app/zodgame/forum/13

🛎️ Route: /zodgame/forum/:fid?

🔗 Parameters:

  • fid, optional - forum id, can be found in URL

⚙️ Deployment Configs:

  • ZODGAME_COOKIE, required -

🐙 Source Code: /zodgame/forum.ts

Zuvio​

看板列表​

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/zuvio/student5/boards

🛎️ Route: /zuvio/student5/boards

🐙 Source Code: /zuvio/boards.ts

校園話題​

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/zuvio/student5/34

🛎️ Route: /zuvio/student5/:board?

🔗 Parameters:

  • board, optional - 看板 ID,空为全站文章,可在看板 URL 或下方路由找到

🐙 Source Code: /zuvio/student5.ts

百度​

精品帖子​

👨‍💻 Author: @u3u

💡 Example: https://rsshub.app/baidu/tieba/forum/good/女图

🛎️ Route: /baidu/tieba/forum/good/:kw/:cid?/:sortBy?,/tieba/forum/:kw/:sortBy?

🐙 Source Code: /baidu/tieba/forum.ts

精品帖子​

👨‍💻 Author: @u3u

💡 Example: https://rsshub.app/baidu/tieba/forum/good/女图

🛎️ Route: /baidu/tieba/forum/good/:kw/:cid?/:sortBy?,/tieba/forum/:kw/:sortBy?

🐙 Source Code: /baidu/tieba/forum.ts

帖子动态​

🔍 Support Radar

👨‍💻 Author: @u3u

💡 Example: https://rsshub.app/baidu/tieba/post/686961453

🛎️ Route: /baidu/tieba/post/:id,/tieba/post/lz/:id

🐙 Source Code: /baidu/tieba/post.ts

帖子动态​

🔍 Support Radar

👨‍💻 Author: @u3u

💡 Example: https://rsshub.app/baidu/tieba/post/686961453

🛎️ Route: /baidu/tieba/post/:id,/tieba/post/lz/:id

🐙 Source Code: /baidu/tieba/post.ts

贴吧搜索​

👨‍💻 Author: @JimenezLi

💡 Example: https://rsshub.app/baidu/tieba/search/neuro

🛎️ Route: /baidu/tieba/search/:qw/:routeParams?

🔗 Parameters:

  • qw, required - 搜索关键词
  • routeParams, optional - 额外参数;请参阅以下说明和表格

🐙 Source Code: /baidu/tieba/search.ts

键含义接受的值默认值
kw在名为 kw 的贴吧中搜索任意名称 / 无无
only_thread只看主题帖,默认为 0 关闭0/10
rn返回条目的数量1-2020
sm排序方式,0 为按时间顺序,1 为按时间倒序,2 为按相关性顺序0/1/21

用例:/baidu/tieba/search/neuro/kw=neurosama&only_thread=1&sm=2

用户帖子​

👨‍💻 Author: @igxlin @nczitzk

💡 Example: https://rsshub.app/baidu/tieba/user/斗鱼游戏君

🛎️ Route: /baidu/tieba/user/:uid

🔗 Parameters:

  • uid, required - 用户 ID

🐙 Source Code: /baidu/tieba/user.ts

用户 ID 可以通过打开用户的主页后查看地址栏的 un 字段来获取。

第一会所​

子版块​

👨‍💻 Author:

💡 Example: https://rsshub.app/sis001/forum/322

🛎️ Route: /sis001/forum/:id?

🔗 Parameters:

  • id, optional - 子版块 ID,可在子论坛 URL 找到,默认为 Funny Jokes | 短篇笑话区

🐙 Source Code: /sis001/forum.ts

电鸭社区​

分类文章​

👨‍💻 Author: @running-grass

💡 Example: https://rsshub.app/eleduck/posts/4

🛎️ Route: /eleduck/posts/:id?

🔗 Parameters:

  • id, optional - 分类id,可以论坛的URL找到,默认为全部

🐙 Source Code: /eleduck/posts.ts

id分类
0全部
1讨论
2分享
3露个脸
4访谈故事
5招聘
10海外移民
12英语
14电鸭官方
15独立产品
17闲话开源
19Web3
21设计
22人才库
23Upwork
24经验课

工作机会​

🔍 Support Radar

👨‍💻 Author: @sfyumi

💡 Example: https://rsshub.app/eleduck/jobs

🛎️ Route: /eleduck/jobs

🐙 Source Code: /eleduck/jobs.ts

丁香园​

个人帖子​

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dxy/bbs/profile/thread/8335054

🛎️ Route: /dxy/bbs/profile/thread/:userId

🔗 Parameters:

  • userId, required - 个人 ID,可在 URL 中找到

🐙 Source Code: /dxy/profile/thread.ts

专题​

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/dxy/bbs/special/72

🛎️ Route: /dxy/bbs/special/:specialId

🔗 Parameters:

  • specialId, required - 专题 ID,可在对应专题页 URL 中找到

🐙 Source Code: /dxy/special.ts

斗鱼直播​

鱼吧帖子​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/douyu/group/1011

🛎️ Route: /douyu/group/:id/:sort?

🔗 Parameters:

  • id, required - 鱼吧 id,可在鱼吧页 URL 中找到
  • sort, optional - 排序方式,见下表,默认为发布时间排序

🐙 Source Code: /douyu/group.ts

回复时间排序发布时间排序
12

鱼吧跟帖​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/douyu/post/631737151576473201

🛎️ Route: /douyu/post/:id

🔗 Parameters:

  • id, required - 帖子 id,可在帖子页 URL 中找到

🐙 Source Code: /douyu/post.ts

恩山无线论坛​

板块​

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/right/forum/31

🛎️ Route: /right/forum/:id?

🔗 Parameters:

  • id, optional - 板块 id,可在板块页 URL 中找到,默认为新手入门及其它(硬件)

🐙 Source Code: /right/forum.ts

虎扑​

热帖​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/hupu/all/topic-daily

🛎️ Route: /hupu/all/:id?

🔗 Parameters:

  • id, optional - 编号,可在对应热帖版面 URL 中找到,默认为步行街每日话题

🐙 Source Code: /hupu/all.ts

tip

更多热帖版面参见 论坛

社区​

🔍 Support Radar

👨‍💻 Author: @LogicJake @nczitzk

💡 Example: https://rsshub.app/hupu/bbs/topic-daily

🛎️ Route: /hupu/bbs/:id?/:order?,/bxj/:id?/:order?

🐙 Source Code: /hupu/bbs.ts

tip

更多社区参见 社区

社区​

🔍 Support Radar

👨‍💻 Author: @LogicJake @nczitzk

💡 Example: https://rsshub.app/hupu/bbs/topic-daily

🛎️ Route: /hupu/bbs/:id?/:order?,/bxj/:id?/:order?

🐙 Source Code: /hupu/bbs.ts

tip

更多社区参见 社区

火线​

Zone​

👨‍💻 Author: @p7e4

💡 Example: https://rsshub.app/huoxian/zone

🛎️ Route: /huoxian/zone

🐙 Source Code: /huoxian/zone.ts

集思录​

广场​

🔍 Support Radar

👨‍💻 Author: @nczitzk

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

🛎️ Route: /jisilu/:category?/:sort?/:day?

🔗 Parameters:

  • category, optional - 分类,见下表,默认为全部,可在 URL 中找到
  • sort, optional - 排序,见下表,默认为最新,可在 URL 中找到
  • day, optional - 几天内,见下表,默认为30天,本参数仅在排序参数设定为 热门 后才可生效

🐙 Source Code: /jisilu/index.ts

分类

全部债券 / 可转债基金套利新股
4753

排序

最新热门按发表时间
hotadd_time

几天内

30 天7 天当天
3071

牛客网​

面经​

🔍 Support Radar

👨‍💻 Author: @huyyi

💡 Example: https://rsshub.app/nowcoder/experience/639?order=3&companyId=665&phaseId=0

🛎️ Route: /nowcoder/experience/:tagId

🔗 Parameters:

🐙 Source Code: /nowcoder/experience.ts

可选参数:

  • companyId:公司 id,🔗查询链接, 复制打开
  • order:3 - 最新;1 - 最热
  • phaseId:0 - 所有;1 - 校招;2 - 实习;3 - 社招

求职推荐​

🔍 Support Radar

👨‍💻 Author: @junfengP

💡 Example: https://rsshub.app/nowcoder/recommend

🛎️ Route: /nowcoder/recommend

🐙 Source Code: /nowcoder/recommend.ts

实习广场 & 社招广场​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/nowcoder/jobcenter/1/北京/1/1/true

🛎️ Route: /nowcoder/jobcenter/:recruitType?/:city?/:type?/:order?/:latest?

🔗 Parameters:

  • recruitType, optional - 招聘分类,1 指 实习广场,2 指 社招广场,默认为 1
  • city, optional - 所在城市,可选城市见下表,若空则为 全国
  • type, optional - 职位类型,可选职位代码见下表,若空则为 全部
  • order, optional - 排序参数,可选排序参数代码见下表,若空则为 默认
  • latest, optional - 是否仅查看最近一周,可选 true 和 false,默认为 false

🐙 Source Code: /nowcoder/jobcenter.ts

可选城市有:北京、上海、广州、深圳、杭州、南京、成都、厦门、武汉、西安、长沙、哈尔滨、合肥、其他

职位类型代码见下表:

研发测试数据算法前端产品运营其他
12345670

排序参数见下表:

最新发布最快处理处理率最高
123

讨论区​

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/nowcoder/discuss/2/4

🛎️ Route: /nowcoder/discuss/:type/:order

🔗 Parameters:

  • type, required - 讨论区分区id 在 URL 中可以找到
  • order, required - 排序方式

🐙 Source Code: /nowcoder/discuss.ts

最新回复最新发表最新精华
0314

校招日程​

🔍 Support Radar

👨‍💻 Author: @junfengP

💡 Example: https://rsshub.app/nowcoder/schedule

🛎️ Route: /nowcoder/schedule/:propertyId?/:typeId?

🔗 Parameters:

  • propertyId, optional - 行业, 在控制台中抓取接口,可获得行业id,默认0
  • typeId, optional - 类别,同上

🐙 Source Code: /nowcoder/schedule.ts

品葱​

发现​

🚨 Strict anti-crawling🎭 Rely on Puppeteer

👨‍💻 Author: @zphw

💡 Example: https://rsshub.app/pincong/category/1/new

🛎️ Route: /pincong/category/:category?/:sort?

🔗 Parameters:

  • category, optional - 分类,与官网分类 URL category- 后的数字对应,默认为全部
  • sort, optional - 排序方式,参数可见下表,默认为推荐

🐙 Source Code: /pincong/index.ts

最新推荐热门
newrecommendhot

精选​

🚨 Strict anti-crawling🎭 Rely on Puppeteer

👨‍💻 Author: @zphw

💡 Example: https://rsshub.app/pincong/hot

🛎️ Route: /pincong/hot/:category?

🔗 Parameters:

  • category, optional - 分类,与官网分类 URL category- 后的数字对应,默认为全部

🐙 Source Code: /pincong/hot.ts

司机社​

论坛​

👨‍💻 Author: @akynazh

💡 Example: https://rsshub.app/xsijishe/forum/51

🛎️ Route: /xsijishe/forum/:fid

🔗 Parameters:

  • fid, required - 子论坛 id

🐙 Source Code: /xsijishe/forum.ts

关于子论坛 id 的获取方法

/xsijishe/forum/51 对应于论坛 https://xsijishe.com/forum-51-1.html,这个论坛的 fid 为 51,也就是 forum-{fid}-1 中的 fid。

排行榜​

👨‍💻 Author: @akynazh

💡 Example: https://rsshub.app/xsijishe/rank/weekly

🛎️ Route: /xsijishe/rank/:type

🔗 Parameters:

  • type, required - 排行榜类型: weekly | monthly

🐙 Source Code: /xsijishe/rank.ts

通信人家园​

论坛 频道​

👨‍💻 Author: @Fatpandac

💡 Example: https://rsshub.app/txrjy/fornumtopic

🛎️ Route: /txrjy/fornumtopic/:channel?

🔗 Parameters:

  • channel, optional - 频道的 id,见下表,默认为最新500个主题帖

🐙 Source Code: /txrjy/fornumtopic.ts

最新 500 个主题帖最新 500 个回复帖最新精华帖最新精华帖一周热帖本月热帖
123456

威锋​

社区​

🔍 Support Radar

👨‍💻 Author: @TonyRL

💡 Example: https://rsshub.app/feng/forum/1

🛎️ Route: /feng/forum/:id/:type?

🔗 Parameters:

  • id, required - 版块 ID,可在版块 URL 找到
  • type, optional - 排序,见下表,默认为 all

🐙 Source Code: /feng/forum.ts

最新回复最新发布热门精华
newestallhotessence

小特社区​

首页帖子​

🔍 Support Radar

👨‍💻 Author: @wxsimon

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

🛎️ Route: /xiaote/news

🐙 Source Code: /xiaote/index.ts

一亩三分地​

标签​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/1point3acres/category/h1b

🛎️ Route: /1point3acres/category/:id?/:type?/:order?

🔗 Parameters:

  • id, optional - 标签 id,默认为全部
  • type, optional - 帖子分类, 见下表,默认为 hot,即热门帖子
  • order, optional - 排序方式,见下表,默认为空,即最新回复

🐙 Source Code: /1point3acres/category.ts

tip

更多标签可以在 标签列表 中找到。

分类

热门帖子最新帖子
hotnew

排序方式

最新回复最新发布
post

博客​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/1point3acres/blog

🛎️ Route: /1point3acres/blog/:category?

🔗 Parameters:

  • category, optional - 分类,见下表,可在对应分类页 URL 中找到

🐙 Source Code: /1point3acres/blog.ts

留学申请找工求职生活攻略投资理财签证移民时政要闻
studyinusacareerlifestyleinvestvisanews

分区​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/1point3acres/section/345

🛎️ Route: /1point3acres/section/:id?/:type?/:order?

🔗 Parameters:

  • id, optional - 分区 id,见下表,默认为全部
  • type, optional - 帖子分类, 见下表,默认为 hot,即热门帖子
  • order, optional - 排序方式,见下表,默认为空,即最新回复

🐙 Source Code: /1point3acres/section.ts

分区

分区id
留学申请257
世界公民379
投资理财400
生活干货31
职场达人345
人际关系391
海外求职38
签证移民265

分类

热门帖子最新帖子
hotnew

排序方式

最新回复最新发布
post

录取结果​

🔍 Support Radar

👨‍💻 Author: @EthanWng97

💡 Example: https://rsshub.app/1point3acres/offer/12/null/CMU

🛎️ Route: /1point3acres/offer/:year?/:major?/:school?

🔗 Parameters:

  • year, optional - 录取年份 id,空为null
  • major, optional - 录取专业 id,空为null
  • school, optional - 录取学校 id,空为null

🐙 Source Code: /1point3acres/offer.ts

三个 id 获取方式
  1. 打开 https://offer.1point3acres.com
  2. 打开控制台
  3. 切换到 Network 面板
  4. 点击 搜索 按钮
  5. 点击 results?ps=15&pg=1 POST 请求
  6. 找到 Request Payload 请求参数,例如 filters: {planyr: "13", planmajor: "1", outname_w: "ACADIAU"} ,则三个 id 分别为: 13,1,ACADIAU

用户回帖​

🔍 Support Radar

👨‍💻 Author: @Maecenas

💡 Example: https://rsshub.app/1point3acres/user/1/posts

🛎️ Route: /1point3acres/user/:id/posts

🔗 Parameters:

  • id, required - 用户 id,可在 Instant 版网站的个人主页 URL 找到

🐙 Source Code: /1point3acres/user/post.ts

用户主题帖​

🔍 Support Radar

👨‍💻 Author: @Maecenas

💡 Example: https://rsshub.app/1point3acres/user/1/threads

🛎️ Route: /1point3acres/user/:id/threads

🔗 Parameters:

  • id, required - 用户 id,可在 Instant 版网站的个人主页 URL 找到

🐙 Source Code: /1point3acres/user/thread.ts

直播吧​

Unknown​

🔍 Support Radar

👨‍💻 Author: @nczitzk

💡 Example: https://rsshub.app/zhibo8/more/nba

🛎️ Route: /zhibo8/more/:category?

🔗 Parameters:

  • category, optional - 分类,见下表,默认为 NBA

🐙 Source Code: /zhibo8/more.ts

回帖​

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/zhibo8/post/3050708

🛎️ Route: /zhibo8/post/:id

🔗 Parameters:

  • id, required - 帖子 id,可在帖子 URL 找到

🐙 Source Code: /zhibo8/post.ts

子论坛​

👨‍💻 Author: @LogicJake

💡 Example: https://rsshub.app/zhibo8/forum/8

🛎️ Route: /zhibo8/forum/:id

🔗 Parameters:

  • id, required - 子论坛 id,可在子论坛 URL 找到

🐙 Source Code: /zhibo8/forum.ts