no key · no human
HomeNews by countryNews from Singapore

News from Singapore

62,633 news articles from publishers in Singapore, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.straitstimes.com with 18,358 articles, 29.3% of the total, followed by www.channelnewsasia.com, www.zaobao.com.sg. By language it splits into English (49,177), Chinese (7,551), Malay (4,379) and 2 more. Daily volume averages about 1,113 articles over the last 8 days, peaking at 1,412 on 2026-09-03.

62,633
articles in the index
0.29%
of the whole corpus
2,087
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=SG&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=SG&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 Singapore 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=SG&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.straitstimes.com18,35829.3%query
www.channelnewsasia.com14,75023.5%query
www.zaobao.com.sg6,32210.1%query
www.businesstimes.com.sg5,7919.2%query
www.beritaharian.sg4,3797.0%query
www.tamilmurasu.com.sg4,3366.9%query
theindependent.sg1,3692.2%query
www.stomp.sg1,3622.2%query
www.8world.com1,1291.8%query
247newsagency.com1,0231.6%query
www.goal.com7451.2%query
cnalifestyle.channelnewsasia.com7001.1%query
gutzy.asia3880.6%query
railing.com.sg3420.5%query
arsenalsingapore.com2670.4%query
cnaluxury.channelnewsasia.com1810.3%query
milelion.com1480.2%query
technode.com1270.2%query
www.8days.sg1150.2%query
cn.technode.com1000.2%query
www.financeasia.com830.1%query
onestopesg.com720.1%query
digitalfashionnative.com610.1%query
techcoffeehouse.com520.1%query
hotinsg.com510.1%query

Languages published in Singapore

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

CodeNameArticlesShare
enEnglish49,17778.5%
zhChinese7,55112.1%
msMalay4,3797.0%
taTamil1,0781.7%
frFrench610.1%

Domain zones used by Singapore publishers

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

CodeNameArticlesShare
comglobal commercial37,95260.6%
sgSingapore24,17338.6%
asiaAsia4630.7%
idIndonesia450.1%

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-07494
2026-09-06936
2026-09-05939
2026-09-041,382
2026-09-031,412
2026-09-021,315
2026-09-011,186
2026-08-311,241
2026-08-301,026
2026-08-29796
2026-08-281,248
2026-08-271,107
2026-08-261,058
2026-08-251,085

Combine with other filters

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

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

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

Related slices

Every parameter · Wire it into an agent · All statistics