no key · no human
HomeNews by countryNews from Japan

News from Japan

430,098 news articles from publishers in Japan, searchable now through a free API that needs no key.

The busiest publisher in this slice is news.livedoor.com with 285,854 articles, 66.5% of the total, followed by news.mynavi.jp, www.nippon.com. By language it splits into Japanese (417,508), English (6,128), Chinese (1,301) and 7 more. Daily volume averages about 4,766 articles over the last 8 days, peaking at 6,091 on 2026-09-04.

430,098
articles in the index
1.98%
of the whole corpus
14,336
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=JP&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=JP&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 Japan 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=JP&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
news.livedoor.com285,85466.5%query
news.mynavi.jp21,4535.0%query
www.nippon.com18,6644.3%query
www.goal.com17,1894.0%query
prtimes.jp13,6113.2%query
ascii.jp9,6032.2%query
www.zaikei.co.jp6,7521.6%query
www.rbbtoday.com2,6400.6%query
response.jp2,4680.6%query
www.afpbb.com1,7580.4%query
gigazine.net1,6210.4%query
sqool.net1,5700.4%query
www.j-cast.com1,3280.3%query
togetter.com1,3160.3%query
www.chunichi.co.jp1,3090.3%query
pressrelease-jp.com1,2110.3%query
ainews-matome.com9680.2%query
jp.motorsport.com9190.2%query
toyokeizai.net9140.2%query
www.chugoku-np.co.jp8470.2%query
shokuhin.net7860.2%query
mdpr.jp7290.2%query
dxmagazine.jp6410.1%query
newsonjapan.com6300.1%query
puchipurabu.com6230.1%query

Languages published in Japan

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

CodeNameArticlesShare
jaJapanese417,50897.1%
enEnglish6,1281.4%
zhChinese1,3010.3%
esSpanish1,1520.3%
jpnjpn8690.2%
frFrench6160.1%
arArabic5720.1%
ruRussian5720.1%
deGerman2460.1%
jpjp350.0%

Domain zones used by Japan publishers

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

CodeNameArticlesShare
comglobal commercial345,23580.3%
jpJapan72,52716.9%
netglobal network9,1882.1%
infoinformation5680.1%
mgmg5580.1%
tokyotokyo4010.1%
mediamedia3000.1%
betbet2440.1%
comhttpscomhttps1580.0%
orgorganisations1360.0%
mepersonal1230.0%
gamesgames1220.0%
ccgeneric1100.0%
coColombia740.0%
toto710.0%

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-072,585
2026-09-063,317
2026-09-053,340
2026-09-046,091
2026-09-035,768
2026-09-025,720
2026-09-016,081
2026-08-315,222
2026-08-303,304
2026-08-293,528
2026-08-287,386
2026-08-275,966
2026-08-264,272
2026-08-252,473

Combine with other filters

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

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

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

Related slices

Every parameter · Wire it into an agent · All statistics