no key · no human
HomeNews by countryNews from Australia

News from Australia

80,569 news articles from publishers in Australia, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.perthnow.com.au with 15,047 articles, 18.7% of the total, followed by thewest.com.au, www.ibtimes.com.au. By language it splits into English (77,373), Chinese (2,131), Portuguese (145) and 2 more. Daily volume averages about 2,320 articles over the last 8 days, peaking at 3,216 on 2026-09-04.

80,569
articles in the index
0.37%
of the whole corpus
2,685
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=AU&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=AU&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 Australia 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=AU&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.perthnow.com.au15,04718.7%query
thewest.com.au10,04612.5%query
www.ibtimes.com.au2,8713.6%query
au.motorsport.com2,2582.8%query
www.smh.com.au2,2572.8%query
www.foxsports.com.au2,2342.8%query
7news.com.au2,1712.7%query
www.theage.com.au2,1472.7%query
ausnznet.com2,1312.6%query
www.brisbanetimes.com.au2,1152.6%query
todayssummary.com1,7262.1%query
www.afl.com.au1,6592.1%query
www.finnewsnetwork.com.au1,4561.8%query
www.goal.com1,3441.7%query
www.wangarattachronicle.com.au8531.1%query
thenightly.com.au7941.0%query
www.nine.com.au7310.9%query
www.businessnews.com.au7230.9%query
www.afr.com6430.8%query
www.nowtolove.com.au6390.8%query
fnarena.com6350.8%query
www.sciencealert.com6180.8%query
www.thegazette.com.au4960.6%query
www.bartvsports.com.au4590.6%query
www.canberratimes.com.au4280.5%query

Languages published in Australia

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

CodeNameArticlesShare
enEnglish77,37396.0%
zhChinese2,1312.6%
ptPortuguese1450.2%
ruRussian1160.1%
frFrench600.1%

Domain zones used by Australia publishers

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

CodeNameArticlesShare
auAustralia65,67281.5%
comglobal commercial13,91517.3%
netglobal network6920.9%
orgorganisations1510.2%
coColombia1180.1%
newsnews publications200.0%
iotechnology10.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-071,322
2026-09-062,174
2026-09-052,004
2026-09-043,216
2026-09-032,940
2026-09-022,672
2026-09-012,172
2026-08-312,063
2026-08-301,823
2026-08-291,922
2026-08-283,137
2026-08-273,427
2026-08-262,843
2026-08-251,690

Combine with other filters

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

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

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

Related slices

Every parameter · Wire it into an agent · All statistics