📰 Traditional media
ABC News
Channel & Topic
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/wa
🛎️ Route: /abc/:category{.+}?
🔗 Parameters:
category{.}
- Optional
- Description: N/A
🐙 Source Code: /abc/index.ts
TIP
All Topics in Topic Library are supported, you can fill in the field after topic
in its URL, or fill in the documentId
.
For example, the URL for Computer Science is https://www.abc.net.au/news/topic/computer-science
, the category
is news/topic/computer-science
, and the documentId
of the Topic is 2302
, so the route is /abc/news/topic/computer-science and /abc/2302.
The supported channels are all listed in the table below. For other channels, please find the documentId
in the source code of the channel page and fill it in as above.
AP News
News
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/apnews/rss/business
🛎️ Route: /apnews/rss/:category?
🔗 Parameters:
category
- Optional
- Default: index
- Description: Category from the first segment of the corresponding site, or
index
for the front page.
🐙 Source Code: /apnews/rss.ts
Sitemap
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/apnews/sitemap/ap-sitemap-latest
🛎️ Route: /apnews/sitemap/:route
🔗 Parameters:
route
- Required
- Description: Route for sitemap, excluding the
.xml
extension
🐙 Source Code: /apnews/sitemap.ts
Topics
BBC
News
🟢 Passed Test
💡 Example: https://rsshub.app/bbc/world-asia
🛎️ Route: /bbc/:site?/:channel?
🔗 Parameters:
site
- Optional
- Description: 语言,简体或繁体中文
channel
- Optional
- Description: channel, default to
top stories
🐙 Source Code: /bbc/index.ts
Provides a better reading experience (full text articles) over the official ones.
Support major channels, refer to [BBC RSS feeds](https://www.bbc.co.uk/news/10628494). Eg, `business` for `https://feeds.bbci.co.uk/news/business/rss.xml`.
- Channel contains sub-directories, such as `https://feeds.bbci.co.uk/news/world/asia/rss.xml`, replace `/` with `-`, `/bbc/world-asia`.
Caixin Global
Latest News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/caixinglobal/latest
🛎️ Route: /caixinglobal/latest
🐙 Source Code: /caixinglobal/latest.ts
Canadian Broadcasting Corporation
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/cbc/topics
🛎️ Route: /cbc/topics/:topic?
🔗 Parameters:
topic
- Optional
- Description: Channel,
Top Stories
by default. For secondary channel likecanada/toronto
, use-
to replace/
🐙 Source Code: /cbc/topics.ts
Council on Foreign Relations
News
🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/cfr/asia
🛎️ Route: /cfr/:category/:subCategory?
🔗 Parameters:
category
- Required
- Description: category, find it in the URL
subCategory
- Optional
- Description: sub-category, find it in the URL
🐙 Source Code: /cfr/index.ts
CNBC
Full article RSS
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/cnbc/rss
🛎️ Route: /cnbc/rss/:id?
🔗 Parameters:
id
- Optional
- Description: Channel ID, can be found in Official RSS URL,
100003114
(Top News) by default
🐙 Source Code: /cnbc/rss.ts
Provides a better reading experience (full articles) over the official ones.
Support all channels, refer to CNBC RSS feeds.
Corona Virus Disease 2019
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/scmp/3
🛎️ Route: /scmp/:category_id
🔗 Parameters:
category_id
- Required
- Description: Category
🐙 Source Code: /scmp/index.ts
See the official RSS page to get the ID of each category. This route provides fulltext that the offical feed doesn't.
Topics
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/scmp/topics/coronavirus-pandemic-all-stories
🛎️ Route: /scmp/topics/:topic
🔗 Parameters:
topic
- Required
- Description: Topic, can be found in URL
🐙 Source Code: /scmp/topic.ts
DealStreetAsia
Home
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/dealstreetasia/home
🛎️ Route: /dealstreetasia/home
🐙 Source Code: /dealstreetasia/home.ts
Section
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/dealstreetasia/section/private-equity
🛎️ Route: /dealstreetasia/section/:section
🔗 Parameters:
section
- Required
- Description: target section
🐙 Source Code: /dealstreetasia/section.ts
DNA India
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/dnaindia/headlines
🛎️ Route: /dnaindia/:category
🔗 Parameters:
category
- Required
- Description: Find it in the URL, or tables below
🐙 Source Code: /dnaindia/news.ts
Categories:
Headlines | Explainer | India | Entertainment | Sports | Viral | Lifestyle | Education | Business | World |
---|---|---|---|---|---|---|---|---|---|
headlines | explainer | india | entertainment | sports | viral | lifestyle | education | business | world |
Topic
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/dnaindia/topic/dna-verified
🛎️ Route: /dnaindia/topic/:topic
🔗 Parameters:
topic
- Required
- Description: N/A
🐙 Source Code: /dnaindia/topic.ts
Topics:
DNA verified |
---|
dna-verified |
TIP
The URL of the form https://www.dnaindia.com/topic/dna-verified
demonstrates the utilization of the subdomain topic
.
DW Deutsche Welle
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/dw/news
🛎️ Route: /dw/news/:lang?/:id?
🔗 Parameters:
lang
- Optional
- Description: Language, see below, default to en
id
- Optional
- Description: Category ID, see below, default to the id of the Top Stories Page of the language chosen
🐙 Source Code: /dw/news.ts
TIP
Parameters can be obtained from the official website, for instance: For the site https://www.dw.com/de/deutschland/s-12321 the language code would be de
and the category ID would be s-1432
.
RSS
🟢 Passed Test
💡 Example: https://rsshub.app/dw/rss/rss-en-all
🛎️ Route: /dw/rss/:channel?
🔗 Parameters:
channel
- Optional
- Description: N/A
🐙 Source Code: /dw/rss.ts
For a full list of RSS Feed Channels in English, please refer to DW RSS Feeds. RSS Feed Channels in other languages are also available, for example: rss-chi-all
renders the RSS feed in Chinese and rss-de-all
for the RSS Feed in German
Ekantipur / कान्तिपुर (Nepal)
Full Article RSS
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/ekantipur/news
🛎️ Route: /ekantipur/:channel?
🔗 Parameters:
channel
- Optional
- Description: Find it in the ekantipur.com menu or pick from the list below:
🐙 Source Code: /ekantipur/issue.ts
Channels:
समाचार | अर्थ / वाणिज्य | विचार | खेलकुद | उपत्यका | मनोरञ्जन | फोटोफिचर | फिचर | विश्व | ब्लग |
---|---|---|---|---|---|---|---|---|---|
news | business | opinion | sports | national | entertainment | photo_feature | feature | world | blog |
ESPN
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/espn/news/nba
🛎️ Route: /espn/news/:sport
🔗 Parameters:
sport
- Required
- Description: sport category, can be nba, nfl, mlb, nhl etc.
🐙 Source Code: /espn/news.ts
Get the news feed of the sport you love on ESPN.
Sport | sport | Sport | sport |
---|---|---|---|
🏀 NBA | nba | 🎾 Tennis | tennis |
🏀 WNBA | wnba | ⛳️ Golf | golf |
🏈 NFL | nfl | 🏏 Cricket | cricket |
⚾️ MLB | mlb | ⚽️ Soccer | soccer |
🏒 NHL | nhl | 🏎️ F1 | f1 |
⛹️ College Basketball | ncb | 🥊 MMA | mma |
🏟️️ College Football | ncf | 🏈 UFL | ufl |
🏉 Rugby | rugby | 🃏 Poker | poker |
Financial Times
myFT personal RSS
🔴 Failed Test
💡 Example: https://rsshub.app/ft/myft/rss-key
🛎️ Route: /ft/myft/:key
🔗 Parameters:
key
- Required
- Description: the last part of myFT personal RSS address
🐙 Source Code: /ft/myft.ts
TIP
- Visit ft.com -> myFT -> Contact Preferences to enable personal RSS feed, see help.ft.com
- Obtain the key from the personal RSS address, it looks like
12345678-abcd-4036-82db-vdv20db024b8
FT 中文网
FT 中文网
🔴 Failed Test
💡 Example: https://rsshub.app/ftchinese/simplified/hotstoryby7day
🛎️ Route: /ftchinese/:language/:channel?
🔗 Parameters:
language
- Required
- Description: 语言,简体
simplified
,繁体traditional
channel
- Optional
- Description: 频道,缺省为每日更新
🐙 Source Code: /ftchinese/channel.ts
TIP
- 不支持付费文章。
通过提取文章全文,以提供比官方源更佳的阅读体验。
支持所有频道,频道名称见 官方频道 RSS.
- 频道为单一路径,如
http://www.ftchinese.com/rss/news
则为/ftchinese/simplified/news
. - 频道包含多重路径,如
http://www.ftchinese.com/rss/column/007000002
则替换/
为-
/ftchinese/simplified/column-007000002
.
GQ
News
Korean Central News Agency (KCNA) 朝鲜中央通讯社
News
🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/kcna/en
🛎️ Route: /kcna/:lang/:category?
🔗 Parameters:
lang
- Required
- Description: Language, refer to the table below
category
- Optional
- Description: Category, refer to the table below
🐙 Source Code: /kcna/news.ts
Language | 조선어 | English | 中国语 | Русский | Español | 日本語 |
---|---|---|---|---|---|---|
:lang | kp | en | cn | ru | es | jp |
Category | :category |
---|---|
WPK General Secretary Kim Jong Un's Revolutionary Activities | 54c0ca4ca013a92cc9cf95bd4004c61a |
Latest News (default) | 1ee9bdb7186944f765208f34ecfb5407 |
Top News | 5394b80bdae203fadef02522cfb578c0 |
Home News | b2b3bcc1b0a4406ab0c36e45d5db58db |
Documents | a8754921399857ebdbb97a98a1e741f5 |
World | 593143484cf15d48ce85c26139582395 |
Society-Life | 93102e5a735d03979bc58a3a7aefb75a |
External | 0f98b4623a3ef82aeea78df45c423fd0 |
News Commentary | 12c03a49f7dbe829bceea8ac77088c21 |
La Jornada
News
🟢 Passed Test
💡 Example: https://rsshub.app/jornada/2022-10-12/capital
🛎️ Route: /jornada/:date?/:category?
🔗 Parameters:
date
- Optional
- Description: Date string, must be in format of
YYYY-MM-DD
. You can get today's news usingtoday
category
- Optional
- Description: Category, refer to the table below
🐙 Source Code: /jornada/index.ts
Provides a way to get an specific rss feed by date and category over the official one.
Category | :category |
---|---|
Capital | capital |
Cartones | cartones |
Ciencia y Tecnología | ciencia |
Cultura | cultura |
Deportes | deportes |
Economía | economia |
Estados | estados |
Mundo | mundo |
Opinión | opinion |
Política | politica |
Sociedad | sociedad |
L'Orient-Le Jour/L'Orient Today
RSS feed for the Lebanon-based French-language newspaper L'Orient-Le Jour and its English edition L'Orient Today
Category
🟢 Passed Test⚙️ Config Required🔍 Support Radar
💡 Example: https://rsshub.app/lorientlejour/977-lebanon
🛎️ Route: /lorientlejour/:category?
🔗 Parameters:
category
- Optional
- Description: Category from the last segment of the URL of the corresponding site, see below for more information, /977-Lebanon by default
⚙️ Deployment Configs:
LORIENTLEJOUR_USERNAME
, optional - L'Orient-Le Jour/L'Orient Today Email or UsernameLORIENTLEJOUR_PASSWORD
, optional - L'Orient-Le Jour/L'Orient Today PasswordLORIENTLEJOUR_TOKEN
, optional - To obtain a token, log into L'Orient-Le Jour/L'Orient Today App and inspect the connection request to find the token parameter from the request URL
🐙 Source Code: /lorientlejour/index.ts
TIP
For example, the path for the sites https://today.lorientlejour.com/section/977-lebanon and https://www.lorientlejour.com/rubrique/1-liban would be /lorientlejour/977-lebanon and /lorientlejour/1-liban respectively. Multiple categories seperated by '|' is also supported, e.g. /lorientlejour/977-lebanon|1-liban.
New Yorker
Articles
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/newyorker/latest
🛎️ Route: /newyorker/:category
🔗 Parameters:
category
- Required
- Description: tab name. can be found at url
🐙 Source Code: /newyorker/news.ts
NHK
News Web Easy
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/nhk/news_web_easy
🛎️ Route: /nhk/news_web_easy
🐙 Source Code: /nhk/news-web-easy.ts
WORLD-JAPAN - Top Stories
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nhk/news/en
🔗 Parameters:
lang
- Optional
- Default: en
- Options:
- Description: Language, see below
🐙 Source Code: /nhk/news.ts
Now 新聞
新聞
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/now/news
🛎️ Route: /now/news/:category?/:id?
🔗 Parameters:
category
- Optional
- Description: 分类,见下表,默认为首页
id
- Optional
- Description: 编号,可在对应专题/节目页 URL 中找到 topicId
🐙 Source Code: /now/news.ts
TIP
编号 仅对事件追蹤、評論節目、新聞專題三个分类起作用,例子如下:
对于 事件追蹤 中的 塔利班奪權 话题,其网址为 https://news.now.com/home/tracker/detail?catCode=123&topicId=1056
,其中 topicId
为 1056,则对应路由为 /now/news/tracker/1056
首頁 | 港聞 | 兩岸國際 | 娛樂 |
---|---|---|---|
local | international | entertainment |
生活 | 科技 | 財經 | 體育 |
---|---|---|---|
life | technology | finance | sports |
事件追蹤 | 評論節目 | 新聞專題 |
---|---|---|
tracker | feature | opinion |
National Public Radio
News
🟢 Passed Test
💡 Example: https://rsshub.app/npr/1001
🛎️ Route: /npr/:endpoint?
🔗 Parameters:
endpoint
- Optional
- Description: Channel ID, can be found in Official RSS URL,
1001
by default
🐙 Source Code: /npr/full.ts
Provide full article RSS for CBC topics.
Reuters
TIP
You can use sophi=true
query parameter to invoke the experimental method, which can, if possible, fetch more articles(between 20 and 100) with limit
given. But some articles from the old method might not be available.
Category/Topic/Author
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/reuters/world/us
🛎️ Route: /reuters/:category/:topic?
🔗 Parameters:
category
- Required
- Default: world
- Options:
- Description: find it in the URL, or tables below
topic
- Optional
- Description: find it in the URL, or tables below, leave empty for
All
🐙 Source Code: /reuters/common.ts
:category
:World Business Legal Markets Breakingviews Technology Graphics world business legal markets breakingviews technology graphics world/:topic
:All Africa Americas Asia Pacific China Europe India Middle East United Kingdom United States The Great Reboot Reuters Next africa americas asia-pacific china europe india middle-east uk us the-great-reboot reuters-next business/:topic
:All Aerospace & Defense Autos & Transportation Energy Environment Finance Healthcare & Pharmaceuticals Media & Telecom Retail & Consumer Sustainable Business Charged Future of Health Future of Money Take Five Reuters Impact aerospace-defense autos-transportation energy environment finance healthcare-pharmaceuticals media-telecom retail-consumer sustainable-business charged future-of-health future-of-money take-five reuters-impact legal/:topic
:All Government Legal Industry Litigation Transactional government legalindustry litigation transactional authors/:topic
:Default Jonathan Landay any other authors reuters jonathan-landay their name in URL
More could be found in the URL of the category/topic page.
Inverstigates
🟢 Passed Test
💡 Example: https://rsshub.app/reuters/investigates
🛎️ Route: /reuters/investigates
🐙 Source Code: /reuters/investigates.ts
Radio Free Asia (RFA) 自由亚洲电台
News
🔴 Failed Test
💡 Example: https://rsshub.app/rfa/english
🛎️ Route: /rfa/:language?/:channel?/:subChannel?
🔗 Parameters:
language
- Optional
- Description: language, English by default
channel
- Optional
- Description: channel
subChannel
- Optional
- Description: subchannel, where applicable
🐙 Source Code: /rfa/index.ts
Delivers a better experience by supporting parameter specification.
Parameters can be obtained from the official website, for instance:
https://www.rfa.org/cantonese/news
corresponds to /rfa/cantonese/news
https://www.rfa.org/cantonese/news/htm
corresponds to /rfa/cantonese/news/htm
Rodong Sinmun 劳动新闻
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/rodong/news
🛎️ Route: /rodong/news/:language?
🔗 Parameters:
language
- Optional
- Description: Language, see below,
ko
by default
🐙 Source Code: /rodong/news.ts
조선어 | English | 中文 |
---|---|---|
ko | en | cn |
Russian News Agency TASS
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/tass/politics
🛎️ Route: /tass/:category?
🔗 Parameters:
category
- Optional
- Description: Category, can be found in URL,
politics
by default
🐙 Source Code: /tass/news.ts
Russian Politics & Diplomacy | World | Business & Economy | Military & Defense | Science & Space | Emergencies | Society & Culture | Press Review | Sports |
---|---|---|---|---|---|---|---|---|
politics | world | economy | defense | science | emergencies | society | pressreview | sports |
Solidot
最新消息
🟢 Passed Test
💡 Example: https://rsshub.app/solidot/linux
🔗 Parameters:
type
- Optional
- Default: www
- Options:
- Description: 消息类型,在网站上方选择后复制子域名或参见 https://www.solidot.org/index.rss 即可
🐙 Source Code: /solidot/main.ts
Sputnik News 俄罗斯卫星通讯社
Category
🟢 Passed Test
💡 Example: https://rsshub.app/sputniknews
🛎️ Route: /sputniknews/:category?/:language?
🔗 Parameters:
category
- Optional
- Description: Category, can be found in URL,
news
by default
language
- Optional
- Description: Language, see below, English by default
🐙 Source Code: /sputniknews/index.ts
Categories for International site:
WORLD | COVID-19 | BUSINESS | SPORT | TECH | OPINION |
---|---|---|---|---|---|
world | covid-19 | business | sport | tech | opinion |
Categories for Chinese site:
新闻 | 中国 | 俄罗斯 | 国际 | 俄中关系 | 评论 |
---|---|---|---|---|---|
news | china | russia | category_guoji | russia_china_relations | opinion |
Language
Language | Id |
---|---|
English | english |
Spanish | spanish |
German | german |
French | french |
Greek | greek |
Italian | italian |
Czech | czech |
Polish | polish |
Serbian | serbian |
Latvian | latvian |
Lithuanian | lithuanian |
Moldavian | moldavian |
Belarusian | belarusian |
Armenian | armenian |
Abkhaz | abkhaz |
Ssetian | ssetian |
Georgian | georgian |
Azerbaijani | azerbaijani |
Arabic | arabic |
Turkish | turkish |
Persian | persian |
Dari | dari |
Kazakh | kazakh |
Kyrgyz | kyrgyz |
Uzbek | uzbek |
Tajik | tajik |
Vietnamese | vietnamese |
Japanese | japanese |
Chinese | chinese |
Portuguese | portuguese |
The Australian Financial Review
Latest
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/afr/latest
🛎️ Route: /afr/latest
🐙 Source Code: /afr/latest.ts
Navigation
The Economist
Category
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/economist/latest
🛎️ Route: /economist/:endpoint
🔗 Parameters:
endpoint
- Required
- Description: Category name, can be found on the official page. For example, https://www.economist.com/china/rss.xml to china
🐙 Source Code: /economist/full.ts
Espresso
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/economist/espresso
🐙 Source Code: /economist/espresso.ts
Global Business Review
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/economist/global-business-review/cn-en
🛎️ Route: /economist/global-business-review/:language?
🔗 Parameters:
language
- Optional
- Description: Language,
en
,cn
,tw
are supported, support multiple options, default to cn-en
🐙 Source Code: /economist/global-business-review.ts
The Nikkei 日本経済新聞
Home
🔴 Failed Test
💡 Example: https://rsshub.app/nikkei/index
🛎️ Route: /nikkei/index
🐙 Source Code: /nikkei/index.ts
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nikkei/news/news
🛎️ Route: /nikkei/news/:category/:article_type?
🔗 Parameters:
category
- Required
- Description: Category, see table below
article_type
- Optional
- Description: Only includes free articles, set
free
to enable, disabled by default
🐙 Source Code: /nikkei/news.ts
総合 | オピニオン | 経済 | 政治 | 金融 | マーケット | ビジネス | マネーのまなび | テック | 国際 | スポーツ | 社会・調査 | 地域 | 文化 | ライフスタイル |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
news | opinion | economy | politics | financial | business | 不支持 | 不支持 | technology | international | sports | society | local | culture | lifestyle |
Nikkei Asia Latest News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nikkei/asia
🛎️ Route: /nikkei/asia
🐙 Source Code: /nikkei/asia/index.ts
中文版新闻
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nikkei/cn
🛎️ Route: /nikkei/cn/*
🐙 Source Code: /nikkei/cn/index.ts
TIP
如 中国 经济 日经中文网 的 URL 为 https://cn.nikkei.com/china/ceconomy.html
对应路由为 /nikkei/cn/cn/china/ceconomy
如 中國 經濟 日經中文網 的 URL 为 https://zh.cn.nikkei.com/china/ceconomy.html
对应路由为 /nikkei/cn/zh/china/ceconomy
特别地,当 path
填入 rss
后(如路由为 /nikkei/cn/cn/rss
),此时返回的是 官方 RSS 的内容
The New York Times
Best Seller Books
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/nytimes/book/combined-print-and-e-book-nonfiction
🛎️ Route: /nytimes/book/:category?
🔗 Parameters:
category
- Optional
- Default: combined-print-and-e-book-nonfiction
- Options:
- Description: Category, can be found on the official page
🐙 Source Code: /nytimes/book.ts
Daily Briefing
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nytimes/daily_briefing_chinese
🛎️ Route: /nytimes/daily_briefing_chinese
🐙 Source Code: /nytimes/daily-briefing-chinese.ts
URL: https://www.nytimes.com/zh-hans/series/daily-briefing-chinese
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/nytimes/dual
🔗 Parameters:
lang
- Optional
- Options:
- Description: language, default to Chinese
🐙 Source Code: /nytimes/index.ts
By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one.
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/nytimes/rss/HomePage
🔗 Parameters:
cat
- Optional
- Description: Category name, corresponding to the last segment of official feed's url.
🐙 Source Code: /nytimes/rss.ts
Enhance the official EN RSS feed
The Strait Times
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/straitstimes/singapore
🛎️ Route: /straitstimes/:category?/:section?
🔗 Parameters:
category
- Optional
- Description: Category, see below for more information
section
- Optional
- Description: Section, see below for more information
🐙 Source Code: /straitstimes/index.ts
Category | :category |
---|---|
Singapore | singapore |
Asia | asia |
World | world |
Opinion | opinion |
Life | life |
Business | business |
Jobs | jobs |
Parenting & Education | parenting-and-education |
Food | food |
Tech | tech |
Sport | sport |
Podcasts | podcasts |
Section | :section |
---|---|
Top Stories | top-stories |
Latest | latest |
Taiwan News
Hot News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/taiwannews/hot
🛎️ Route: /taiwannews/hot/:lang?
🔗 Parameters:
lang
- Optional
- Description: Language,
en
orzh
,en
by default
🐙 Source Code: /taiwannews/hot.ts
The Atlantic
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/theatlantic/latest
🛎️ Route: /theatlantic/:category
🔗 Parameters:
category
- Required
- Description: category, see below
🐙 Source Code: /theatlantic/news.ts
Popular | Latest | Politics | Technology | Business |
---|---|---|---|---|
most-popular | latest | politics | technology | business |
More categories (except photo) can be found within the navigation bar at https://www.theatlantic.com
The Hindu
Topic
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/thehindu/topic/rains
🛎️ Route: /thehindu/topic/:topic
🔗 Parameters:
topic
- Required
- Description: Topic slug, can be found in URL.
🐙 Source Code: /thehindu/topic.ts
The Washington Post
App
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/washingtonpost/app/national
🛎️ Route: /washingtonpost/app/:category{.+}?
🔗 Parameters:
category{.}
- Optional
- Description: N/A
🐙 Source Code: /washingtonpost/app.ts
TIP
For example, the category for https://www.washingtonpost.com/national/investigations would be /national/investigations.
The Wall Street Journal (WSJ) 华尔街日报
News
🔴 Failed Test
💡 Example: https://rsshub.app/wsj/en-us/opinion
🛎️ Route: /wsj/:lang/:category?
🔗 Parameters:
lang
- Required
- Description: Language,
en-us
,zh-cn
,zh-tw
category
- Optional
- Description: Category. See below
🐙 Source Code: /wsj/news.ts
en_us
World | U.S. | Politics | Economy | Business | Tech | Markets | Opinion | Books & Arts | Real Estate | Life & Work | Sytle | Sports |
---|---|---|---|---|---|---|---|---|---|---|---|---|
world | us | politics | economy | business | technology | markets | opinion | books-arts | realestate | life-work | style-entertainment | sports |
zh-cn / zh-tw
国际 | 中国 | 金融市场 | 经济 | 商业 | 科技 | 派 | 专栏与观点 |
---|---|---|---|---|---|---|---|
world | china | markets | economy | business | technology | life-arts | opinion |
Provide full article RSS for WSJ topics.
VICE
Topic
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/vice/topic/politics/en
🛎️ Route: /vice/topic/:topic/:language?
🔗 Parameters:
topic
- Required
- Description: Can be found in the URL
language
- Optional
- Description: defaults to
en
, use the website to discover other codes
🐙 Source Code: /vice/topic.ts
Voice of Mongolia
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/vom/featured
🛎️ Route: /vom/featured/:lang?
🔗 Parameters:
lang
- Optional
- Description: Language, see the table below,
mn
by default
🐙 Source Code: /vom/featured.ts
English | 日本語 | Монгол | Русский | 简体中文 |
---|---|---|---|---|
en | ja | mn | ru | zh |
WIRED
Tags
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/wired/tag/facebook
🛎️ Route: /wired/tag/:tag
🔗 Parameters:
tag
- Required
- Description: Tag name
🐙 Source Code: /wired/tag.ts
Yomiuri Shimbun 読売新聞
News
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/yomiuri/news
🛎️ Route: /yomiuri/:category?
🔗 Parameters:
category
- Optional
- Description: Category,
news
by default
🐙 Source Code: /yomiuri/news.ts
Free articles only.
Category | Parameter |
---|---|
新着・速報 | news |
社会 | national |
政治 | politics |
経済 | economy |
スポーツ | sports |
国際 | world |
地域 | local |
科学・IT | science |
エンタメ・文化 | culture |
ライフ | life |
医療・健康 | medical |
教育・就活 | kyoiku |
選挙・世論調査 | election |
囲碁・将棋 | igoshougi |
社説 | editorial |
皇室 | koushitsu |
北极星电力网
风电
🟢 Passed Test
💡 Example: https://rsshub.app/bjx/fd/yw
🛎️ Route: /bjx/fd/:type
🔗 Parameters:
type
- Required
- Description: 文章分类,详见下表
🐙 Source Code: /bjx/fd.ts
:type
类型可选如下
要闻 | 政策 | 数据 | 市场 | 企业 | 招标 | 技术 | 报道 |
---|---|---|---|---|---|---|---|
yw | zc | sj | sc | mq | zb | js | bd |
光伏
🟢 Passed Test
💡 Example: https://rsshub.app/bjx/gf/sc
🛎️ Route: /bjx/gf/:type
🔗 Parameters:
type
- Required
- Description: 分类,北极星光伏最后的
type
字段
🐙 Source Code: /bjx/types.ts
:type
类型可选如下
要闻 | 政策 | 市场行情 | 企业动态 | 独家观点 | 项目工程 | 招标采购 | 财经 | 国际行情 | 价格趋势 | 技术跟踪 |
---|---|---|---|---|---|---|---|---|---|---|
yw | zc | sc | mq | dj | xm | zb | cj | gj | sj | js |
环保要闻
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/bjx/huanbao
🛎️ Route: /bjx/huanbao
🐙 Source Code: /bjx/huanbao.ts
财新博客
网站部分内容需要付费订阅,RSS 仅做更新提醒,不含付费内容。若需要得到付费内容全文,请使用订阅账户在手机网页版登录,然后设置
CAIXIN_COOKIE
为至少包含cookie中的以下字段:SA_USER_UID
,SA_USER_UNIT
,SA_USER_DEVICE_TYPE
,USER_LOGIN_CODE
财新数据通
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/caixin/database
🛎️ Route: /caixin/database
🐙 Source Code: /caixin/database.ts
财新一线
🟢 Passed Test🎙️ Support Podcast
💡 Example: https://rsshub.app/caixin/k
🛎️ Route: /caixin/k
🐙 Source Code: /caixin/k.ts
财新周刊
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/caixin/weekly
🛎️ Route: /caixin/weekly
🐙 Source Code: /caixin/weekly.ts
首页新闻
🟢 Passed Test🎙️ Support Podcast🔍 Support Radar
💡 Example: https://rsshub.app/caixin/article
🛎️ Route: /caixin/article
🐙 Source Code: /caixin/article.ts
新闻分类
🟢 Passed Test🎙️ Support Podcast
💡 Example: https://rsshub.app/caixin/finance/regulation
🛎️ Route: /caixin/:column/:category
🔗 Parameters:
column
- Required
- Description: 栏目名
category
- Required
- Description: 栏目下的子分类名
🐙 Source Code: /caixin/category.ts
Column 列表:
经济 | 金融 | 政经 | 环科 | 世界 | 观点网 | 文化 | 周刊 |
---|---|---|---|---|---|---|---|
economy | finance | china | science | international | opinion | culture | weekly |
以金融板块为例的 category 列表:(其余 column 以类似方式寻找)
监管 | 银行 | 证券基金 | 信托保险 | 投资 | 创新 | 市场 |
---|---|---|---|---|---|---|
regulation | bank | stock | insurance_trust | investment | innovation | market |
Category 列表:
封面报道 | 开卷 | 社论 | 时事 | 编辑寄语 | 经济 | 金融 | 商业 | 环境与科技 | 民生 | 副刊 |
---|---|---|---|---|---|---|---|---|---|---|
coverstory | first | editorial | current_affairs | editor_desk | economy | finance | business | environment_technology | cwcivil | column |
最新文章
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/caixin/latest
🐙 Source Code: /caixin/latest.ts
说明:此 RSS feed 会自动抓取财新网的最新文章,但不包含 FM 及视频内容。订阅用户可根据文档设置环境变量后,在url传入fulltext=
以解锁全文。
参考消息
栏目
🟢 Passed Test
💡 Example: https://rsshub.app/cankaoxiaoxi/column/diyi
🛎️ Route: /cankaoxiaoxi/column/:id?,/:id?
🔗 Parameters:
id
- Optional
- Description: 栏目 id,默认为
diyi
,即第一关注
🐙 Source Code: /cankaoxiaoxi/index.ts
栏目 | id |
---|---|
第一关注 | diyi |
中国 | zhongguo |
国际 | gj |
观点 | guandian |
锐参考 | ruick |
体育健康 | tiyujk |
科技应用 | kejiyy |
文化旅游 | wenhualy |
参考漫谈 | cankaomt |
研究动态 | yjdt |
海外智库 | hwzk |
业界信息・观点 | yjxx |
海外看中国城市 | hwkzgcs |
译名趣谈 | ymymqt |
译名发布 | ymymfb |
双语汇 | ymsyh |
参考视频 | video |
军事 | junshi |
参考人物 | cankaorw |
大公文匯網
新聞
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/tkww/hong_kong
🛎️ Route: /tkww/:column{.+}?
🔗 Parameters:
column{.}
- Optional
- Description: N/A
🐙 Source Code: /tkww/index.ts
TIP
欄目可用名稱
或對應網頁的path
, 如 https://www.tkww.hk/hong_kong
的欄目可以填香港
或是hong_kong
而 https://www.tkww.hk/china/shanghai
的欄目則需填china/shanghai
第一财经
DT 财经
🟢 Passed Test
💡 Example: https://rsshub.app/yicai/dt/article
🛎️ Route: /yicai/dt/:column?/:category?
🔗 Parameters:
column
- Optional
- Description: 栏目,见下表,默认为文章
category
- Optional
- Description: 分类,见下表,默认为全部
🐙 Source Code: /yicai/dt.ts
文章
分类 | ID |
---|---|
全部 | article/0 |
新流行 | article/31 |
新趋势 | article/32 |
商业黑马 | article/33 |
新品 | article/34 |
营销 | article/35 |
大公司 | article/36 |
城市生活 | article/38 |
报告
分类 | ID |
---|---|
全部 | report/0 |
人群观念 | report/9 |
人群行为 | report/22 |
美妆个护 | report/23 |
3C 数码 | report/24 |
营销趋势 | report/25 |
服饰鞋包 | report/27 |
互联网 | report/28 |
城市与居住 | report/29 |
消费趋势 | report/30 |
生活趋势 | report/37 |
可视化
分类 | ID |
---|---|
全部 | visualization/0 |
新流行 | visualization/39 |
新趋势 | visualization/40 |
商业黑马 | visualization/41 |
新品 | visualization/42 |
营销 | visualization/43 |
大公司 | visualization/44 |
城市生活 | visualization/45 |
VIP 频道
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/vip/428
🛎️ Route: /yicai/vip/:id?
🔗 Parameters:
id
- Optional
- Description: 频道 id,可在对应频道页中找到,默认为一元点金
🐙 Source Code: /yicai/vip.ts
关注
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/feed/669
🛎️ Route: /yicai/feed/:id?
🔗 Parameters:
id
- Optional
- Description: 主题 id,可在对应主题页中找到,默认为一财早报
🐙 Source Code: /yicai/feed.ts
TIP
全部主题词见 此处
轮播
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/carousel
🛎️ Route: /yicai/carousel
🐙 Source Code: /yicai/carousel.ts
视听
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/video
🛎️ Route: /yicai/video/:id?
🔗 Parameters:
id
- Optional
- Description: 分类 id,见下表,可在对应分类页中找到,默认为视听
🐙 Source Code: /yicai/video.ts
Id | 名称 |
---|---|
youliao | 有料 |
appshipin | 此刻 |
yicaisudi | 速递 |
caishang | 财商 |
shiji | 史记 |
jinrigushi | 今日股市 |
tangulunjin | 谈股论金 |
gongsiyuhangye | 公司与行业 |
cjyxx | 财经夜行线 |
6thtradingday | 第六交易日 |
cjfw | 财经风味 |
chuangshidai | 创时代 |
weilaiyaoqinghan | 未来邀请函 |
tounaofengbao | 头脑风暴 |
zhongguojingyingzhe | 中国经营者 |
shichanglingjuli | 市场零距离 |
huanqiucaijing | 环球财经视界 |
zgjcqyjglsxftl | 中国杰出企业家管理思想访谈录 |
jiemacaishang | 解码财商 |
sxpl | 首席评论 |
zhongguojingjiluntan | 中国经济论坛 |
opinionleader | 意见领袖 |
xinjinrong | 解码新金融 |
diyidichan | 第一地产 |
zhichedaren | 智车达人 |
chuangtoufengyun | 创投风云 |
chunxiangrensheng | 醇享人生 |
diyishengyin | 第一声音 |
sanliangboqianjin | 财智双全 |
weilaiyaoqinghan | 未来邀请函 |
zjdy | 主角 ▪ 大医 |
leye | 乐业之城 |
sanrenxing | 价值三人行 |
yuandongli | 中国源动力 |
pioneerzone | 直击引领区 |
头条
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/headline
🛎️ Route: /yicai/headline
🐙 Source Code: /yicai/headline.ts
新闻
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/news
🛎️ Route: /yicai/news/:id?
🔗 Parameters:
id
- Optional
- Description: 分类 id,见下表,可在对应分类页中找到,默认为新闻
🐙 Source Code: /yicai/news.ts
Id | 名称 |
---|---|
gushi | A 股 |
kechuangban | 科创板 |
hongguan | 大政 |
jinrong | 金融 |
quanqiushichang | 海外市场 |
gongsi | 产经 |
shijie | 全球 |
kechuang | 科技 |
quyu | 区域 |
comment | 评论 |
dafengwenhua | 商业人文 |
books | 阅读周刊 |
loushi | 地产 |
automobile | 汽车 |
china_financial_herald | 对话陆家嘴 |
fashion | 时尚 |
ad | 商业资讯 |
info | 资讯 |
jzfxb | 价值风向标 |
shuducaijing | 数读财经 |
shujujiepan | 数据解盘 |
shudushenghuo | 数读生活 |
cbndata | CBNData |
dtcj | DT 财经 |
xfsz | 消费数知 |
一财号
正在
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/brief
🛎️ Route: /yicai/brief
🐙 Source Code: /yicai/brief.ts
最新
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/yicai/latest
🛎️ Route: /yicai/latest
🐙 Source Code: /yicai/latest.ts
东方网
24 小时热闻
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/eastday/24
🛎️ Route: /eastday/24/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,见下表,默认为社会
🐙 Source Code: /eastday/24.ts
推荐 | 社会 | 娱乐 | 国际 | 军事 |
---|
养生 | 汽车 | 体育 | 财经 | 游戏 |
---|
科技 | 国内 | 宠物 | 情感 | 人文 | 教育 |
---|
上海新闻
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/eastday/sh
🛎️ Route: /eastday/sh
🐙 Source Code: /eastday/sh.ts
原创
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/eastday/portrait
🛎️ Route: /eastday/portrait
🐙 Source Code: /eastday/portrait.ts
东网
Money18
🔴 Failed Test
💡 Example: https://rsshub.app/oncc/money18/exp
🛎️ Route: /oncc/money18/:id?
🔗 Parameters:
id
- Optional
- Description: 栏目 id,可在对应栏目页 URL 中找到,默认为 exp,即新聞總覽
🐙 Source Code: /oncc/money18.ts
新聞總覽 | 全日焦點 | 板塊新聞 | 國際金融 | 大行報告 | A 股新聞 | 地產新聞 | 投資理財 | 新股 IPO | 科技財情 |
---|---|---|---|---|---|---|---|---|---|
exp | fov | industry | int | recagent | ntlgroup | pro | weainvest | ipo | tech |
即時新聞
🟢 Passed Test
💡 Example: https://rsshub.app/oncc/zh-hant/news
🛎️ Route: /oncc/:language/:channel?
🔗 Parameters:
language
- Required
- Description:
zh-hans
为简体,zh-hant
为繁体
channel
- Optional
- Description: 频道,默认为港澳
🐙 Source Code: /oncc/index.ts
频道参数可以从官网的地址中获取,如:
https://hk.on.cc/hk/finance/index_cn.html
对应 /oncc/zh-hans/finance
https://hk.on.cc/hk/finance/index.html
对应 /oncc/zh-hant/finance
公視新聞網
Unknown
數位敘事
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/pts/projects
🛎️ Route: /pts/projects
🐙 Source Code: /pts/projects.ts
整理報導
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/pts/live/62e8e4bbb4de2cbd74468b2b
🛎️ Route: /pts/live/:id
🔗 Parameters:
id
- Required
- Description: 報導 id,可在对应整理報導页 URL 中找到
🐙 Source Code: /pts/live.ts
專題策展
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/pts/curations
🛎️ Route: /pts/curations
🐙 Source Code: /pts/curations.ts
共同网
最新报道
🔴 Failed Test
💡 Example: https://rsshub.app/kyodonews
🛎️ Route: /kyodonews/:language?/:keyword?
🔗 Parameters:
language
- Optional
- Description: 语言:
china
= 简体中文 (默认),tchina
= 繁體中文
keyword
- Optional
- Description: 关键词
🐙 Source Code: /kyodonews/index.ts
keyword
为关键词,由于共同网有许多关键词并不在主页列出,此处不一一列举,可从关键词页的 URL 的最后一级路径中提取。如 日中关系
的关键词页 URL 为 https://china.kyodonews.net/news/japan-china_relationship
, 则将 japan-china_relationship
填入 keyword
。特别地,当填入 rss
时,将从共同网官方 RSS 中抓取文章;略去时,将从首页抓取最新报道 (注意:首页更新可能比官方 RSS 稍慢)。
广州日报
客户端
🔴 Failed Test
💡 Example: https://rsshub.app/gzdaily/app/74
🛎️ Route: /gzdaily/app/:column?
🔗 Parameters:
column
- Optional
- Description: 栏目 ID,点击对应栏目后在地址栏找到
🐙 Source Code: /gzdaily/app.ts
TIP
在北京时间深夜可能无法获取内容。
常用栏目 ID:
栏目名 | ID |
---|---|
首页 | 74 |
时局 | 374 |
广州 | 371 |
大湾区 | 397 |
城区 | 2980 |
河北网络广播电视台
农博士在行动
🟢 Passed Test🔄 Support BT🎙️ Support Podcast🔍 Support Radar
💡 Example: https://rsshub.app/hebtv/nbszxd
🛎️ Route: /hebtv/nbszxd
🐙 Source Code: /hebtv/nong-bo-shi-zai-xing-dong.ts
湖南日报
电子刊物
🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/hnrb
🛎️ Route: /hnrb/:id?
🔗 Parameters:
id
- Optional
- Description: 编号,见下表,默认为全部
🐙 Source Code: /hnrb/index.ts
版 | 编号 |
---|---|
全部 | |
第 01 版:头版 | 1 |
第 02 版:要闻 | 2 |
第 03 版:要闻 | 3 |
第 04 版:深度 | 4 |
第 05 版:市州 | 5 |
第 06 版:理论・学习 | 6 |
第 07 版:观察 | 7 |
第 08 版:时事 | 8 |
第 09 版:中缝 | 9 |
華視
新聞
🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/cts/real
🛎️ Route: /cts/:category
🔗 Parameters:
category
- Required
- Description: 类别
🐙 Source Code: /cts/news.ts
即時 | 氣象 | 政治 | 國際 | 社會 | 運動 | 生活 | 財經 | 台語 | 地方 | 產業 | 綜合 | 藝文 | 娛樂 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
real | weather | politics | international | society | sports | life | money | taiwanese | local | pr | general | arts | entertain |
环球网
分类
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/huanqiu/news/china
🛎️ Route: /huanqiu/news/:category?
🔗 Parameters:
category
- Optional
- Description: 类别,可以使用二级域名作为参数,默认为:china
🐙 Source Code: /huanqiu/index.ts
国内新闻 | 国际新闻 | 军事 | 台海 | 评论 |
---|---|---|---|---|
china | world | mil | taiwai | opinion |
鏡週刊 Mirror Media
分类
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/mirrormedia/category/political
🛎️ Route: /mirrormedia/category/:category,/section/:section
🔗 Parameters:
category
- Required
- Description: 分类名
🐙 Source Code: /mirrormedia/category.ts
首页
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/mirrormedia
🛎️ Route: /mirrormedia/
🐙 Source Code: /mirrormedia/index.ts
客家電視台
新聞首頁
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/hakkatv/news
🛎️ Route: /hakkatv/news/:type?
🔗 Parameters:
type
- Optional
- Description: 新聞,見下表,留空為全部
🐙 Source Code: /hakkatv/type.ts
客家焦點 | 政經要聞 | 民生醫療 | 地方風采 | 國際萬象 |
---|---|---|---|---|
hakka | political | medical | local | international |
理论网
学习时报
🔴 Failed Test
💡 Example: https://rsshub.app/cntheory/paper
🛎️ Route: /cntheory/paper/:id?
🔗 Parameters:
id
- Optional
- Description: 板块,默认为全部
🐙 Source Code: /cntheory/paper.ts
如订阅 第 A1 版:国内大局,路由为 /cntheory/paper/国内大局
。
联合早报
WARNING
由于 RSSHub#10309 中的问题,使用靠近香港的服务器部署将从 hk 版联合早报爬取内容,造成输出的新闻段落顺序错乱。如有订阅此源的需求,建议寻求部署在远离香港的服务器上的 RSSHub,或者在自建时选择远离香港的服务器。
互动新闻
🟢 Passed Test
💡 Example: https://rsshub.app/zaobao/interactive-graphics
🛎️ Route: /zaobao/interactive-graphics
🐙 Source Code: /zaobao/interactive.ts
即时新闻
🟢 Passed Test
💡 Example: https://rsshub.app/zaobao/realtime/china
🛎️ Route: /zaobao/realtime/:section?
🔗 Parameters:
section
- Optional
- Description: 分类,缺省为 china
🐙 Source Code: /zaobao/realtime.ts
中国 | 新加坡 | 国际 | 财经 |
---|---|---|---|
china | singapore | world | zfinance |
其他栏目
🟢 Passed Test
💡 Example: https://rsshub.app/zaobao/other/lifestyle/health
🛎️ Route: /zaobao/other/:type?/:section?
🔗 Parameters:
type
- Optional
- Description: https://www.zaobao.com/lifestyle/health 中的 lifestyle
section
- Optional
- Description: https://www.zaobao.com/lifestyle/health 中的 health
🐙 Source Code: /zaobao/other.ts
除了上面两个兼容规则之外,联合早报网站里所有页面形如 https://www.zaobao.com/lifestyle/health 这样的栏目都能被这个规则解析到,早报的大部分栏目都是这个样式的。你可以测试之后再订阅。
新闻
🟢 Passed Test
💡 Example: https://rsshub.app/zaobao/znews/china
🛎️ Route: /zaobao/znews/:section?
🔗 Parameters:
section
- Optional
- Description: 分类,缺省为 china
🐙 Source Code: /zaobao/znews.ts
中国 | 新加坡 | 东南亚 | 国际 | 体育 |
---|---|---|---|---|
china | singapore | sea | world | sports |
聯合新聞網
即時新聞
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/udn/news/breakingnews/99
🛎️ Route: /udn/news/breakingnews/:id
🔗 Parameters:
id
- Required
- Description: 类别
🐙 Source Code: /udn/breaking-news.ts
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 99 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
精選 | 要聞 | 社會 | 地方 | 兩岸 | 國際 | 財經 | 運動 | 娛樂 | 生活 | 股市 | 文教 | 數位 | 不分類 |
轉角國際 - 首頁
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/udn/global
🛎️ Route: /udn/global/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,见下表,默认为首頁
🐙 Source Code: /udn/global/index.ts
首頁 | 最新文章 | 熱門文章 |
---|---|---|
new | hot |
轉角國際 - 標籤
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/udn/global/tag/過去24小時
🛎️ Route: /udn/global/tag/:tag?
🔗 Parameters:
tag
- Optional
- Description: 标签,可在对应标签页 URL 中找到
🐙 Source Code: /udn/global/tag.ts
過去 24 小時 | 鏡頭背後 | 深度專欄 | 重磅廣播 |
---|
南方周末
频道
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/infzm/1
🛎️ Route: /infzm/:id
🔗 Parameters:
id
- Required
- Description: 南方周末频道 id, 可在该频道的 URL 中找到(即 https://www.infzm.com/contents?term_id=:id)
🐙 Source Code: /infzm/index.ts
下面给出部分参考:
推荐 | 新闻 | 观点 | 文化 | 人物 | 影像 | 专题 | 生活 | 视频 |
---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 7 | 8 | 6 | 5 | 131 |
热门文章
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/infzm/hot
🛎️ Route: /infzm/hot
🐙 Source Code: /infzm/hot.ts
南方都市报
Unknown
🟡 Missing Test
🛎️ Route: /oeeee/app/channel/:id
🔗 Parameters:
id
- Required
- Description: N/A
🐙 Source Code: /oeeee/app/channel.ts
奥一网
🟢 Passed Test
💡 Example: https://rsshub.app/oeeee/web/170
🛎️ Route: /oeeee/web/:channel
🔗 Parameters:
channel
- Required
- Description: 频道 ID
🐙 Source Code: /oeeee/web.ts
- 若在桌面端打开奥一网栏目页(如
https://www.oeeee.com/api/channel.php?s=/index/index/channel/gz
),可查看该页源代码,搜索OECID
。 - 若在移动端打开奥一网栏目页(格式例:
https://m.oeeee.com/m.php?s=/m2/channel&channel_id=169
),即可从 url 中获取。需注意的是,如果该栏目页的 url 格式为https://m.oeeee.com/detailChannel_indexData.html?channel_id=266
,则266
并非为本路由可用的频道 ID,建议从桌面端获取。
南都客户端(按记者)
🟢 Passed Test
💡 Example: https://rsshub.app/oeeee/app/reporter/249
🛎️ Route: /oeeee/app/reporter/:id
🔗 Parameters:
id
- Required
- Description: 记者 UID
🐙 Source Code: /oeeee/app/reporter.ts
记者的 UID 可通过 m.mp.oeeee.com
下的文章页面获取。点击文章下方的作者头像,进入该作者的个人主页,即可从 url 中获取。
南方网
南方 +(按栏目 ID)
🟢 Passed Test
💡 Example: https://rsshub.app/southcn/nfapp/column/38
🛎️ Route: /southcn/nfapp/column/:column?
🔗 Parameters:
column
- Optional
- Description: 栏目或南方号 ID
🐙 Source Code: /southcn/nfapp/column.ts
TIP
若此处输入的是栏目 ID(而非南方号 ID),则该接口会返回与输入栏目相关联栏目的文章。例如,输入栏目 ID 38
(广州),则返回的结果还会包含 ID 为 3547
(市长报道集)的文章。
pc.nfapp.southcn.com
下的文章页面,可通过 url 查看,例:http://pc.nfapp.southcn.com/13707/7491109.html
的栏目 ID 为13707
。static.nfapp.southcn.com
下的文章页面,可查看网页源代码,搜索columnid
。- https://m.nfapp.southcn.com/column/all 列出了部分栏目,
id
即为栏目 ID。
南方 +(按作者)
🟢 Passed Test
💡 Example: https://rsshub.app/southcn/nfapp/reporter/969927791
🛎️ Route: /southcn/nfapp/reporter/:reporter
🔗 Parameters:
reporter
- Required
- Description: 作者 UUID
🐙 Source Code: /southcn/nfapp/reporter.ts
作者的 UUID 只可通过 static.nfapp.southcn.com
下的文章页面获取。点击文章下方的作者介绍,进入该作者的个人主页,即可从 url 中获取。
内蒙古广播电视台
点播
🔴 Failed Test
💡 Example: https://rsshub.app/nmtv/column/877
🛎️ Route: /nmtv/column/:id?
🔗 Parameters:
id
- Optional
- Description: 栏目 id,可在对应栏目 URL 中找到
🐙 Source Code: /nmtv/column.ts
TIP
如 蒙古语卫视新闻联播 的 URL 为 http://www.nmtv.cn/folder292/folder663/folder301/folder830/folder877
,其栏目 id 为末尾数字编号,即 877
。可以得到其对应路由为 /nmtv/column/877
澎湃新闻
以下所有路由可使用参数old
以采取旧全文获取方法。该方法会另外获取网页中的图片与视频资源。在原始 url 追加?old=yes
以启用.
Unknown
Unknown
🟡 Missing Test🔍 Support Radar
🛎️ Route: /thepaper/839studio/:id
🔗 Parameters:
id
- Required
- Description: N/A
🐙 Source Code: /thepaper/839studio/category.ts
Unknown
栏目
🟢 Passed Test
💡 Example: https://rsshub.app/thepaper/list/25457
🛎️ Route: /thepaper/list/:id
🔗 Parameters:
id
- Required
- Description: 栏目 id,可在栏目页 URL 中找到
🐙 Source Code: /thepaper/list.ts
栏目 ID | 栏目名 |
---|---|
26912 | 上直播 |
26913 | 七环视频 |
26965 | 温度计 |
26908 | 一级视场 |
27260 | World 湃 |
26907 | 湃客科技 |
33168 | 纪录湃 |
26911 | 围观 |
26918 | @所有人 |
26906 | 大都会 |
26909 | 追光灯 |
26910 | 运动装 |
26914 | 健寻记 |
82188 | AI 播报 |
89035 | 眼界 |
92278 | 关键帧 |
90069 | 战疫 |
25462 | 中国政库 |
25488 | 中南海 |
97924 | 初心之路 |
25489 | 舆论场 |
25490 | 打虎记 |
25423 | 人事风向 |
25426 | 法治中国 |
25424 | 一号专案 |
25463 | 港台来信 |
25491 | 长三角政商 |
25428 | 直击现场 |
68750 | 公益湃 |
27604 | 暖闻 |
25464 | 澎湃质量报告 |
25425 | 绿政公署 |
25429 | 澎湃国际 |
25481 | 外交学人 |
25430 | 澎湃防务 |
25678 | 唐人街 |
25427 | 澎湃人物 |
25422 | 浦江头条 |
25487 | 教育家 |
25634 | 全景现场 |
25635 | 美数课 |
25600 | 快看 |
25434 | 10% 公司 |
25436 | 能见度 |
25433 | 地产界 |
25438 | 财经上下游 |
25435 | 金改实验室 |
25437 | 牛市点线面 |
119963 | IPO 最前线 |
25485 | 澎湃商学院 |
25432 | 自贸区连线 |
37978 | 进博会在线 |
36079 | 湃客 |
27392 | 政务 |
77286 | 媒体 |
27234 | 科学湃 |
119445 | 生命科学 |
119447 | 未来 2% |
119446 | 元宇宙观察 |
119448 | 科创 101 |
119449 | 科学城邦 |
25444 | 社论 |
27224 | 澎湃评论 |
26525 | 思想湃 |
26878 | 上海书评 |
25483 | 思想市场 |
25457 | 私家历史 |
25574 | 翻书党 |
25455 | 艺术评论 |
26937 | 古代艺术 |
25450 | 文化课 |
25482 | 逝者 |
25536 | 专栏 |
26506 | 异次元 |
97313 | 海平面 |
103076 | 一问三知 |
25445 | 澎湃研究所 |
25446 | 全球智库 |
26915 | 城市漫步 |
25456 | 市政厅 |
104191 | 世界会客厅 |
25448 | 有戏 |
26609 | 文艺范 |
25942 | 身体 |
26015 | 私・奔 |
25599 | 运动家 |
25842 | 私家地理 |
80623 | 非常品 |
26862 | 楼市 |
25769 | 生活方式 |
25990 | 澎湃联播 |
26173 | 视界 |
26202 | 亲子学堂 |
26404 | 赢家 |
26490 | 汽车圈 |
115327 | IP SH |
117340 | 酒业 |
明查
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/thepaper/factpaper
🛎️ Route: /thepaper/factpaper/:status?
🔗 Parameters:
status
- Optional
- Description: 状态 id,可选
1
即 有定论 或0
即 核查中,默认为1
🐙 Source Code: /thepaper/factpaper.ts
频道
🟢 Passed Test
💡 Example: https://rsshub.app/thepaper/channel/25950
🛎️ Route: /thepaper/channel/:id
🔗 Parameters:
id
- Required
- Description: 频道 id,可在频道页 URL 中找到
🐙 Source Code: /thepaper/channel.ts
频道 ID | 频道名 |
---|---|
26916 | 视频 |
108856 | 战疫 |
25950 | 时事 |
25951 | 财经 |
36079 | 澎湃号 |
119908 | 科技 |
25952 | 思想 |
119489 | 智库 |
25953 | 生活 |
26161 | 问吧 |
122908 | 国际 |
-21 | 体育 |
-24 | 评论 |
首页头条
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/thepaper/featured
🛎️ Route: /thepaper/featured
🐙 Source Code: /thepaper/featured.ts
求是网
分类
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/qstheory
🛎️ Route: /qstheory/:category?
🔗 Parameters:
category
- Optional
- Description: N/A
🐙 Source Code: /qstheory/index.ts
头条 | 网评 | 视频 | 原创 | 经济 | 政治 | 文化 | 社会 | 党建 | 科教 | 生态 | 国防 | 国际 | 图书 | 学习笔记 | 理论文选 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
toutiao | qswp | qssp | qslgxd | economy | politics | culture | society | cpc | science | zoology | defense | international | books | xxbj | llwx |
在线读刊
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/qstheory/magazine/qs
🛎️ Route: /qstheory/magazine/:magazine
🔗 Parameters:
magazine
- Required
- Description: 刊物,
qs
为求是,hqwglist
为红旗文稿
🐙 Source Code: /qstheory/magazine.ts
人民网
Unknown
🟡 Missing Test
🛎️ Route: /people/:site?/:category{.+}?
🔗 Parameters:
site
- Optional
- Description: N/A
category{.}
- Optional
- Description: N/A
🐙 Source Code: /people/index.ts
领导留言板
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/people/liuyan/539
🛎️ Route: /people/liuyan/:id/:state?
🔗 Parameters:
id
- Required
- Description: 编号,可在对应人物页 URL 中找到
state
- Optional
- Description: 状态,见下表,默认为全部
🐙 Source Code: /people/liuyan.ts
全部 | 待回复 | 办理中 | 已办理 |
---|---|---|---|
1 | 2 | 3 | 4 |
习近平系列重要讲话
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/people/xjpjh
🛎️ Route: /people/xjpjh/:keyword?/:year?
🔗 Parameters:
keyword
- Optional
- Description: 关键词,默认不填
year
- Optional
- Description: 年份,默认 all
🐙 Source Code: /people/xjpjh.ts
三立新聞網
新聞
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/setn
🛎️ Route: /setn/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,见下表,默认为即時
🐙 Source Code: /setn/index.ts
即時 | 熱門 | 娛樂 | 政治 | 社會 |
---|
國際 | 兩岸 | 生活 | 健康 | 旅遊 |
---|
運動 | 地方 | 財經 | 富房網 | 名家 |
---|
新奇 | 科技 | 汽車 | 寵物 | 女孩 | HOT 焦點 |
---|
厦门网
Unknown
🟡 Missing Test
🛎️ Route: /xmnn/news/:category{.+}?
🔗 Parameters:
category{.}
- Optional
- Description: N/A
🐙 Source Code: /xmnn/news.ts
数字媒体
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/xmnn/epaper/xmrb
🛎️ Route: /xmnn/epaper/:id?
🔗 Parameters:
id
- Optional
- Description: 报纸 id,见下表,默认为
xmrb
,即厦门日报
🐙 Source Code: /xmnn/epaper.ts
厦门日报 | 厦门晚报 | 海西晨报 | 城市捷报 |
---|---|---|---|
xmrb | xmwb | hxcb | csjb |
四川广播电视台
电视回放
🟢 Passed Test
💡 Example: https://rsshub.app/sctv/programme/1
🛎️ Route: /sctv/programme/:id?/:limit?/:isFull?
🔗 Parameters:
id
- Optional
- Description: 节目 id,可在对应节目页中找到,默认为
1
,即四川新闻联播
limit
- Optional
- Description: 期数,默认为 15,即单次获取最新 15 期
isFull
- Optional
- Description: 是否仅获取完整视频,填写 true/yes 表示是、false/no 表示否,默认是
🐙 Source Code: /sctv/programme.ts
节目 | id |
---|---|
四川新闻联播 | 1 |
早安四川 | 2 |
今日视点 | 3 |
龙门阵摆四川 | 10523 |
非常话题 | 1014756 |
新闻现场 | 8385 |
黄金三十分 | 8386 |
全媒直播间 | 8434 |
晚报十点半 | 8435 |
现场快报 | 8436 |
四川乡村新闻 | 3673 |
四川文旅报道 | 8174 |
乡村会客厅 | 3674 |
金字招牌 | 3675 |
问您所 “?” | 3677 |
蜀你最能 | 3679 |
美丽乡村印象 | 3678 |
美丽乡村 | 3676 |
乡村大篷车 | 3680 |
华西论健 | 3681 |
乡村聚乐部 | 3682 |
医保近距离 | 6403 |
音你而来 | 7263 |
吃八方 | 7343 |
世界那么大 | 7344 |
风云川商 | 7345 |
麻辣烫 | 7346 |
财经快报 | 7473 |
医生来了 | 7873 |
安逸的旅途 | 8383 |
运动 + | 8433 |
好戏连台 | 9733 |
防癌大讲堂 | 1018673 |
消费新观察 | 1017153 |
天天耍大牌 | 1014753 |
廉洁四川 | 1014754 |
看世界 | 1014755 |
金熊猫说教育(资讯版) | 1014757 |
她说 | 1014759 |
嗨宝贝 | 1014762 |
萌眼看世界 | 1014764 |
乡村大讲堂 | 1014765 |
四川党建 | 1014766 |
健康四川 | 1014767 |
技能四川 | 12023 |
台視新聞網
分类
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/ttv
🛎️ Route: /ttv/:category?
🔗 Parameters:
category
- Optional
- Description: 分类
🐙 Source Code: /ttv/index.ts
天下雜誌
主頻道
🔴 Failed Test🎭 Rely on Puppeteer
💡 Example: https://rsshub.app/cw/master/8
🛎️ Route: /cw/master/:channel
🔗 Parameters:
channel
- Required
- Description: 主頻道 ID,可在 URL 中找到
🐙 Source Code: /cw/master.ts
主頻道名稱 | 主頻道 ID |
---|---|
財經 | 8 |
產業 | 7 |
國際 | 9 |
管理 | 10 |
環境 | 12 |
教育 | 13 |
人物 | 14 |
政治社會 | 77 |
調查排行 | 15 |
健康關係 | 79 |
時尚品味 | 11 |
運動生活 | 103 |
重磅外媒 | 16 |
子頻道
🔴 Failed Test🚨 Strict Anti-crawling🎭 Rely on Puppeteer
💡 Example: https://rsshub.app/cw/sub/615
🛎️ Route: /cw/sub/:channel
🔗 Parameters:
channel
- Required
- Description: 子頻道 ID,可在 URL 中找到
🐙 Source Code: /cw/sub.ts
最新上線
🔴 Failed Test🎭 Rely on Puppeteer🔍 Support Radar
💡 Example: https://rsshub.app/cw/today
🛎️ Route: /cw/today
🐙 Source Code: /cw/today.ts
作者
无线新闻
新闻
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/tvb/news
🛎️ Route: /tvb/news/:category?/:language?
🔗 Parameters:
category
- Optional
- Description: 分类,见下表,默认为要聞
language
- Optional
- Description: 语言,见下表
🐙 Source Code: /tvb/news.ts
分类
要聞 | 快訊 | 港澳 | 兩岸 | 國際 | 財經 | 體育 | 法庭 | 天氣 |
---|---|---|---|---|---|---|---|---|
focus | instant | local | greaterchina | world | finance | sports | parliament | weather |
语言
繁 | 简 |
---|---|
tc | sc |
希望之声
频道
🔴 Failed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/soundofhope/term/203
🛎️ Route: /soundofhope/:channel/:id
🔗 Parameters:
channel
- Required
- Description: 频道
id
- Required
- Description: 子频道 ID
🐙 Source Code: /soundofhope/channel.ts
参数均可在官网获取,如:
https://www.soundofhope.org/term/203
对应 /soundofhope/term/203
香港经济日报
新闻
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/hket/sran001
🛎️ Route: /hket/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,默认为全部新闻,可在 URL 中找到,部分见下表
🐙 Source Code: /hket/index.ts
香港经济日报已有提供简单 RSS,详细可前往官方网站: https://www.hket.com/rss
此路由主要补全官方 RSS 全文输出及完善分类输出。
分类
sran001 | sran008 | sran010 | sran011 | sran012 | srat006 |
---|---|---|---|---|---|
全部新闻 | 财经地产 | 科技信息 | 国际新闻 | 商业新闻 | 香港新闻 |
sran009 | sran009-1 | sran009-2 | sran009-3 | sran009-4 | sran009-5 | sran009-6 |
---|---|---|---|---|---|---|
即时财经 | 股市 | 新股 IPO | 新经济追踪 | 当炒股 | 宏观解读 | Hot Talk |
sran011-1 | sran011-2 | sran011-3 |
---|---|---|
环球政治 | 环球经济金融 | 环球社会热点 |
sran016 | sran016-1 | sran016-2 | sran016-3 | sran016-4 | sran016-5 |
---|---|---|---|---|---|
大湾区主页 | 大湾区发展 | 大湾区工作 | 大湾区买楼 | 大湾区消费 | 大湾区投资理财 |
srac002 | srac003 | srac004 | srac005 |
---|---|---|---|
即时中国 | 经济脉搏 | 国情动向 | 社会热点 |
srat001 | srat008 | srat055 | srat069 | srat070 |
---|---|---|---|---|
话题 | 观点 | 休闲消费 | 娱乐新闻 | TOPick TV |
srat052 | srat052-1 | srat052-2 | srat052-3 |
---|---|---|---|
健康主页 | 食用安全 | 医生诊症室 | 保健美颜 |
srat053 | srat053-1 | srat053-2 | srat053-3 | srat053-4 |
---|---|---|---|---|
亲子主页 | 儿童健康 | 育儿经 | 教育 | 亲子好去处 |
srat053-6 | srat053-61 | srat053-62 | srat053-63 | srat053-64 |
---|---|---|---|---|
Band 1 学堂 | 幼稚园 | 中小学 | 尖子教室 | 海外升学 |
srat072-1 | srat072-2 | srat072-3 | srat072-4 |
---|---|---|---|
健康身心活 | 抗癌新方向 | 「糖」「心」解密 | 风湿不再 你我自在 |
sraw007 | sraw009 | sraw010 | sraw011 | sraw012 | sraw014 | sraw018 | sraw019 |
---|---|---|---|---|---|---|---|
全部博客 | Bloggers | 收息攻略 | 精明消费 | 退休规划 | 个人增值 | 财富管理 | 绿色金融 |
sraw015 | sraw015-07 | sraw015-08 | sraw015-09 | sraw015-10 |
---|---|---|---|---|
移民百科 | 海外置业 | 移民攻略 | 移民点滴 | 海外理财 |
sraw020 | sraw020-1 | sraw020-2 | sraw020-3 | sraw020-4 |
---|---|---|---|---|
ESG 主页 | ESG 趋势政策 | ESG 投资 | ESG 企业 | ESG 社会 |
新京报
分类
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/bjnews/cat/depth
🛎️ Route: /bjnews/cat/:cat
🔗 Parameters:
cat
- Required
- Description: 分类, 可从URL中找到
🐙 Source Code: /bjnews/cat.ts
分类
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/bjnews/column/204
🛎️ Route: /bjnews/column/:column
🔗 Parameters:
column
- Required
- Description: 栏目ID, 可从手机版网页URL中找到
🐙 Source Code: /bjnews/column.ts
新蓝网(浙江广播电视集团)
浙江新闻联播 - 每日合集
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/cztv/zjxwlb/daily
🛎️ Route: /cztv/zjxwlb/daily
🐙 Source Code: /cztv/daily.ts
浙江新闻联播
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/cztv/zjxwlb
🛎️ Route: /cztv/zjxwlb
🐙 Source Code: /cztv/zjxwlb.ts
新华每日电讯
今日
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/mrdx/today
🛎️ Route: /mrdx/today
🐙 Source Code: /mrdx/daily.ts
新唐人电视台
频道
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/ntdtv/b5/prog1201
🛎️ Route: /ntdtv/:language/:id
🔗 Parameters:
language
- Required
- Description: 语言,简体为
gb
,繁体为b5
id
- Required
- Description: 子频道名称
🐙 Source Code: /ntdtv/channel.ts
参数均可在官网获取,如:
https://www.ntdtv.com/b5/prog1201
对应 /ntdtv/b5/prog1201
新华网
客户端
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/xinhuanet/app
🛎️ Route: /xinhuanet/app
🐙 Source Code: /xinhuanet/app.ts
新快报
新闻
🟢 Passed Test
💡 Example: https://rsshub.app/xkb/350
🛎️ Route: /xkb/:channel
🔗 Parameters:
channel
- Required
- Description: 栏目 ID,点击对应栏目后在地址栏找到
🐙 Source Code: /xkb/index.ts
常用栏目 ID:
栏目名 | ID |
---|---|
首页 | 350 |
重点 | 359 |
广州 | 353 |
湾区 | 360 |
天下 | 355 |
信报财经新闻
即时新闻
🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/hkej/index
🛎️ Route: /hkej/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,默认为全部新闻
🐙 Source Code: /hkej/index.ts
index | stock | hongkong | china | international | property | current |
---|---|---|---|---|---|---|
全部新闻 | 港股直击 | 香港财经 | 中国财经 | 国际财经 | 地产新闻 | 时事脉搏 |
央视新闻
栏目
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/cctv/lm/xwzk
🛎️ Route: /cctv/lm/:id?
🔗 Parameters:
id
- Optional
- Description: 栏目 id,可在对应栏目页 URL 中找到,默认为
xwzk
即 新闻周刊
🐙 Source Code: /cctv/lm.ts
焦点访谈 | 等着我 | 今日说法 | 开讲啦 |
---|---|---|---|
jdft | dzw | jrsf | kjl |
正大综艺 | 经济半小时 | 第一动画乐园 |
---|---|---|
zdzy | jjbxs | dydhly |
TIP
更多栏目请看 这里
新闻联播
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/cctv/tv/lm/xwlb
🛎️ Route: /cctv/:site/:category/:name
🔗 Parameters:
site
- Required
- Description: 站点, 可选值如'tv', 既'央视节目'
category
- Required
- Description: 分类名, 官网对应分类, 当前可选值'lm', 既'栏目大全'
name
- Required
- Options:
- Description: 栏目名称, 可在对应栏目页面 URL 中找到, 可选值如'xwlb',既'新闻联播'
🐙 Source Code: /cctv/xwlb.ts
新闻联播内容摘要。
央视网图片《镜象》
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/cctv/photo/jx
🛎️ Route: /cctv/photo/jx
🐙 Source Code: /cctv/jx.ts
专题
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/cctv/world
🛎️ Route: /cctv/:category
🔗 Parameters:
category
- Required
- Description: 分类名
🐙 Source Code: /cctv/category.ts
新闻 | 国内 | 国际 | 社会 | 法治 | 文娱 | 科技 | 生活 | 教育 | 每周质量报告 | 新闻 1+1 |
---|---|---|---|---|---|---|---|---|---|---|
news | china | world | society | law | ent | tech | life | edu | mzzlbg | xinwen1j1 |
羊城晚报金羊网
新闻
🟢 Passed Test
💡 Example: https://rsshub.app/ycwb/1
🛎️ Route: /ycwb/:node
🔗 Parameters:
node
- Required
- Description: 栏目 id
🐙 Source Code: /ycwb/index.ts
注:小部分栏目的 URL 会给出 nodeid。如未给出,可打开某条新闻链接后,查看网页源代码,搜索 nodeid 的值。
常用栏目节点:
首页 | 中国 | 国际 | 体育 | 要闻 | 珠江评论 | 民生观察 | 房产 | 金羊教育 | 金羊财富 | 金羊文化 | 金羊健康 | 金羊汽车 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 14 | 15 | 16 | 22 | 1875 | 21773 | 222 | 5725 | 633 | 5281 | 21692 | 223 |
广州 | 广州 - 广州要闻 | 广州 - 社会百态 | 广州 - 深读广州 | 广州 - 生活服务 | 今日大湾区 | 广东 - 政经热闻 | 广东 - 民生视点 | 广东 - 滚动新闻 |
---|---|---|---|---|---|---|---|---|
18 | 5261 | 6030 | 13352 | 83422 | 100418 | 13074 | 12252 | 12212 |
有線新聞
新聞
🟡 Missing Test🔍 Support Radar
💡 Example: https://rsshub.app/i-cable/news
🛎️ Route: /i-cable/news/:category?
🔗 Parameters:
category
- Optional
- Description: 分類,默認為新聞資訊
🐙 Source Code: /i-cable/news.ts
TIP
分類只可用分類名稱,如:新聞資訊/港聞
浙江在线
浙报集团系列报刊
🟢 Passed Test
💡 Example: https://rsshub.app/zjol/paper/zjrb
🛎️ Route: /zjol/paper/:id?
🔗 Parameters:
id
- Optional
- Description: 报纸 id,见下表,默认为
zjrb
,即浙江日报
🐙 Source Code: /zjol/paper.ts
浙江日报 | 钱江晚报 | 美术报 | 浙江老年报 | 浙江法制报 | 江南游报 |
---|---|---|---|---|---|
zjrb | qjwb | msb | zjlnb | zjfzb | jnyb |
中国环球电视网
播客
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/cgtn/podcast/ezfm/4
🛎️ Route: /cgtn/podcast/:category/:id
🔗 Parameters:
category
- Required
- Description: 类型名
id
- Required
- Description: 播客 id
🐙 Source Code: /cgtn/podcast.ts
类型名与播客 id 可以在播客对应的 URL 中找到 如 URL
https://radio.cgtn.com/podcast/column/ezfm/More-to-Read/4
,其category
为ezfm
,id
为4
,对应的订阅路由为/podcast/ezfm/4
中央通讯社
分类
🟢 Passed Test
💡 Example: https://rsshub.app/cna/aall
🛎️ Route: /cna/:id?
🔗 Parameters:
id
- Optional
- Description: 分类 id 或新闻专题 id。分类 id 见下表,新闻专题 id 為 https://www.cna.com.tw/list/newstopic.aspx 中,連結的數字部份。此參數默认为 aall
🐙 Source Code: /cna/index.ts
即時 | 政治 | 國際 | 兩岸 | 產經 | 證券 | 科技 | 生活 | 社會 | 地方 | 文化 | 運動 | 娛樂 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
aall | aipl | aopl | acn | aie | asc | ait | ahel | asoc | aloc | acul | aspt | amov |
分类 (网页爬虫方法)
🟢 Passed Test
💡 Example: https://rsshub.app/cna/web/aall
🛎️ Route: /cna/web/:id?
🔗 Parameters:
id
- Optional
- Description: 分类 id,见上表。此參數默认为 aall
🐙 Source Code: /cna/web/index.ts
中国新闻周刊
栏目
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/inewsweek/survey
🛎️ Route: /inewsweek/:channel
🔗 Parameters:
channel
- Required
- Description: 栏目
🐙 Source Code: /inewsweek/index.ts
提取文章全文。
封面 | 时政 | 社会 | 经济 | 国际 | 调查 | 人物 |
---|---|---|---|---|---|---|
cover | politics | society | finance | world | survey | people |
中央日报
中央日报中文版
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/chinese
🛎️ Route: /joins/chinese/:category?
🔗 Parameters:
category
- Optional
- Description: 分类,默认为空,可在对应分类页 URL 中找到
sc_section_code
🐙 Source Code: /joins/chinese.ts
TIP
若订阅 财经,网址为 https://chinese.joins.com/news/articleList.html?sc_section_code=S1N1
。截取 sc_section_code
的值作为参数填入,此时路由为 /joins/chinese/S1N1
。
分类 | sc_section_code |
---|---|
财经 | S1N1 |
国际 | S1N2 |
北韩 | S1N3 |
政治·社会 | S1N4 |
中国观察 | S1N5 |
社论 | S1N26 |
专栏·观点 | S1N11 |
军事·科技 | S1N6 |
娱乐体育 | S1N7 |
教育 | S1N8 |
旅游美食 | S1N9 |
时尚 | S1N10 |
图集 | S1N12 |
中国科技网
科技日报
🟢 Passed Test
💡 Example: https://rsshub.app/stdaily/digitalpaper
🛎️ Route: /stdaily/digitalpaper
🐙 Source Code: /stdaily/digitalpaper.ts