no key · no human
HomeNews by countryNews from Hong Kong

News from Hong Kong

108,040 news articles from publishers in Hong Kong, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.stheadline.com with 34,291 articles, 31.7% of the total, followed by www.hk01.com, www.am730.com.hk. By language it splits into Chinese (98,618), English (9,127). Daily volume averages about 1,003 articles over the last 8 days, peaking at 1,238 on 2026-09-03.

108,040
articles in the index
0.50%
of the whole corpus
3,601
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=HK&date=today&sort=date&size=20"

No API key, no signup, no quota. The response carries the headline, description, publisher, publication time and the original URL for every article, and the full body text if you ask for it with full_text=true.

Count it

bash
curl "https://freenewsapi.ai/v1/stats?country=HK&top=20"

Returns exactly the breakdown shown on this page: which publishers, which languages, and how the volume splits across the last 90 days. About 200 tokens, which makes it the cheapest way for an agent to decide whether this slice is worth reading.

Country is inferred, not declared. Before counting Hong Kong articles, read country_source — and add strict_country=true to exclude values derived from an en-US template default.

bash
curl "https://freenewsapi.ai/v1/search?country=HK&strict_country=true&date=today&size=20"

Latest from this slice

The newest articles matching this filter at the time this page was generated. Headlines link to the publisher — we index and search, we do not host.

Who publishes it

The 25 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.

PublisherArticlesShare API
www.stheadline.com34,29131.7%query
www.hk01.com31,21928.9%query
www.am730.com.hk16,68915.4%query
www.etnet.com.hk8,9518.3%query
www.thestandard.com.hk7,8537.3%query
metrohk.com.hk2,1672.0%query
www.orientalsunday.hk1,8751.7%query
www.881903.com1,4601.4%query
lolleroll.com4770.4%query
points852.com4210.4%query
hypebeast.com3590.3%query
kingo.com.hk2720.3%query
pathofdemocracy.hk2280.2%query
www.ellemen.com1760.2%query
unwire.hk1680.2%query
www.gameapps.hk1660.2%query
beyondnews852.com1540.1%query
reinasia.com1350.1%query
www.hongkongnews.net1330.1%query
www.tuugo.hk1100.1%query
www.timeout.com.hk990.1%query
topick.hket.com950.1%query
hypebae.com870.1%query
hongkongfp.com780.1%query
www.evgohk.com770.1%query

Languages published in Hong Kong

What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.

CodeNameArticlesShare
zhChinese98,61891.3%
enEnglish9,1278.4%

Domain zones used by Hong Kong publishers

Publishers here do not all use the national zone. This is the split that country inference has to work against.

CodeNameArticlesShare
comglobal commercial69,18064.0%
hkHong Kong38,67435.8%
netglobal network1860.2%

Volume by day

How much this slice produces daily. Useful for sizing a job before you run it, and for spotting whether a spike is real or an artefact of one publisher.

DayArticles
2026-09-07589
2026-09-06832
2026-09-05707
2026-09-041,206
2026-09-031,238
2026-09-021,236
2026-09-011,092
2026-08-311,126
2026-08-30791
2026-08-29629
2026-08-281,429
2026-08-271,505
2026-08-261,516
2026-08-25985

Combine with other filters

bash
# Hong Kong, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=HK&date=today&full_text=true&size=10"

# Hong Kong, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=HK&q=economy&sort=relevance&size=20"

# Hong Kong, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=HK&sort=crawled&from=now-15m&size=50"

Related slices

Every parameter · Wire it into an agent · All statistics