no key · no human

Huaren API, RSS and sitemap

Every article Huaren publishes, as JSON, through an open API with no key and no signup. 1,612 of their articles are indexed right now, refreshed hourly.

United StatesChinese#2,164 by volume

Four ways to pull huaren.us

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from huaren.us, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=huaren.us&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=huaren.us&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=huaren.us&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=huaren.us&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

entertainment 40%property 20%technology 20%

Call the API

A live request. Paste it into a terminal and Huaren headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=huaren.us&size=5"
1,612
articles indexed
1,612
in the last 30 days
201
median per day
1
languages
527 min
median crawl lag
26.08 → 07.09
archive depth

Publishing volume

Articles per day over the last 10 days. The busiest hour is 18:00 UTC — that is when the newsroom pushes its main batch.

2026-08-26: 200 articles2026-08-27: 231 articles2026-08-28: 160 articles2026-08-29: 106 articles2026-09-02: 15 articles2026-09-03: 205 articles2026-09-04: 256 articles2026-09-05: 201 articles2026-09-06: 220 articles2026-09-07: 18 articles08-2608-2708-2808-2909-0209-0309-0409-0509-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=huaren.us&top=10"

Publishing rhythm

When Huaren actually publishes, by hour of day (UTC) and by day of week — measured from 1,612 timestamps, not from a schedule they advertise.

00: 650001: 220102: 200203: 780304: 380405: 730506: 1060607: 970708: 710809: 560910: 681011: 571112: 541213: 571314: 571415: 571516: 661617: 1001718: 1211819: 1051920: 582021: 412122: 452223: 10023
Mon: 18MonTue: 0TueWed: 215WedThu: 436ThuFri: 416FriSat: 307SatSun: 220Sun

Sections

Sections come from the publisher's own markup, present on 100% of their articles.

SectionArticles
entertainment1,612
property1,612
technology1,612

Languages

CodeLanguageArticlesShare
zhChinese1,612100.0%

Latest articles

The 18 most recent Huaren articles in the index — the same rows the API returns, rendered for humans.

官方通报“郭德纲改编红歌”
2026-09-07 01:43 UTC · entertainment
官方通报“郭德纲改编红歌” !重罚
2026-09-07 01:42 UTC · entertainment
只能说家长心真大啊
2026-09-07 01:33 UTC · entertainment
三高都没弄明白,四高已经来了
2026-09-07 00:29 UTC · entertainment
楼上的loft可以用来做什么?
2026-09-07 00:23 UTC · entertainment
八字案例分享,首富马云的八字和分析
2026-09-07 00:17 UTC · entertainment
瑞士给冰川盖上羊毛毯,效果出乎意料
2026-09-07 00:15 UTC · entertainment
自带口袋!夏日清爽条纹midi裙好价
2026-09-07 00:01 UTC · entertainment

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=huaren.us&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=huaren.us&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Huaren marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
100%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 527 min at the median, 1400 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does Huaren have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 1,612 of their articles and lets you filter by date, language and section.

How many articles does Huaren publish per day?

201 on a median day, measured across 10 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.