no key · no human

Daily Liberal API, RSS and sitemap

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

AustraliaEnglish#9,122 by volume

Four ways to pull dailyliberal.com.au

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

JSON Search this publisher

Every article we hold from dailyliberal.com.au, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.dailyliberal.com.au&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=www.dailyliberal.com.au&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=www.dailyliberal.com.au&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=www.dailyliberal.com.au&size=20&fields=title,url,published_at,lang"open it →

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

health 25%society 20%transport 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.dailyliberal.com.au&size=5"
184
articles indexed
184
in the last 30 days
11
median per day
1
languages
337 min
median crawl lag
24.08 → 07.09
archive depth

Publishing volume

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

2026-08-24: 1 articles2026-08-25: 9 articles2026-08-26: 13 articles2026-08-27: 15 articles2026-08-28: 19 articles2026-08-29: 11 articles2026-08-30: 11 articles2026-08-31: 8 articles2026-09-01: 8 articles2026-09-02: 9 articles2026-09-03: 17 articles2026-09-04: 33 articles2026-09-05: 13 articles2026-09-06: 12 articles2026-09-07: 5 articles08-2408-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.dailyliberal.com.au&top=10"

Publishing rhythm

When Daily Liberal actually publishes, by hour of day (UTC) and by day of week — measured from 184 timestamps, not from a schedule they advertise.

00: 40001: 200102: 70203: 50304: 30405: 240506: 160607: 30708: 50809: 140910: 51011: 111112: 11213: 01314: 01415: 11516: 41617: 11718: 11819: 381920: 22021: 22122: 62223: 1123
Mon: 14MonTue: 17TueWed: 22WedThu: 32ThuFri: 52FriSat: 24SatSun: 23Sun

Sections

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

SectionArticles
health44
society44
transport44

Languages

CodeLanguageArticlesShare
enEnglish184100.0%

Latest articles

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

Teen already banned from driving allegedly tests positive for meth while parked on major road
2026-09-07 01:30 UTC
The Central West incident came during a state-wide crackdown.
A legend's advice inspires, a finals rollercoaster, and familiar frustrations
2026-09-06 19:15 UTC
Here are the talking points from yet another memorable grand final day.
'His stupidity can't be overstated': drunk 'thrill seeker' scales crane
2026-09-06 19:00 UTC
He drank 10 margaritas at the theatre before making the daring ascent.
'He was looking down on us': Magpies fulfil their vow and honour a mate with the ultimate prize
2026-09-06 11:00 UTC
The grand final was abandoned early due to a horror injury, but the Magpies still celebrated in style.
Cops swoop on $250k business fraud bust, major home raid and car arson
2026-09-06 10:46 UTC
WESTERN NSW crime wrap: the Monday briefing.
Fischbeck fights through injury to score rare and unforgettable try to claim premiership
2026-09-06 03:49 UTC
An unprecedented try in the dying seconds sealed the Tom Nelson Premiership for Bathurst Panthers.
Panthers cub Carter the hero again in wild finish to under-18s decider
2026-09-05 22:30 UTC
We'll be keeping you updated throughout the bumper decider day at Forbes.
Memorable day for Magpies: All the action and scores from the PMP grand final day
2026-09-05 22:30 UTC
We'll be keeping you updated throughout the bumper decider day at Forbes.

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=www.dailyliberal.com.au&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=www.dailyliberal.com.au&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 Daily Liberal 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
24%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 337 min at the median, 3546 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 Daily Liberal 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 184 of their articles and lets you filter by date, language and section.

How many articles does Daily Liberal publish per day?

11 on a median day, measured across 15 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.