no key · no human

Newcastle Herald API, RSS and sitemap

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

AustraliaEnglish#6,371 by volume

Four ways to pull newcastleherald.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 newcastleherald.com.au, newest first. Add q= to search inside.

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

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

property 30%crime 20%politics 20%

Call the API

A live request. Paste it into a terminal and Newcastle Herald headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.newcastleherald.com.au&size=5"
334
articles indexed
334
in the last 30 days
23
median per day
1
languages
255 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 1 articles2026-08-26: 28 articles2026-08-27: 41 articles2026-08-28: 39 articles2026-08-29: 25 articles2026-08-30: 14 articles2026-08-31: 17 articles2026-09-01: 15 articles2026-09-02: 13 articles2026-09-03: 30 articles2026-09-04: 53 articles2026-09-05: 23 articles2026-09-06: 19 articles2026-09-07: 16 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.newcastleherald.com.au&top=10"

Publishing rhythm

When Newcastle Herald actually publishes, by hour of day (UTC) and by day of week — measured from 334 timestamps, not from a schedule they advertise.

00: 140001: 160102: 70203: 90304: 140405: 290506: 150607: 230708: 190809: 150910: 91011: 181112: 71213: 121314: 81415: 71516: 131617: 111718: 131819: 361920: 72021: 132122: 112223: 823
Mon: 33MonTue: 16TueWed: 41WedThu: 71ThuFri: 92FriSat: 48SatSun: 33Sun

Sections

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

SectionArticles
crime175
politics175
property175

Languages

CodeLanguageArticlesShare
enEnglish334100.0%

Latest articles

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

'Significant renovation': new owners reveal plans for Merewether Surfhouse
2026-09-07 04:00 UTC
The beachfront venue will trade over summer and then close for several months.
Life in the crawl space: M1's fully-loaded future inexorably linked to the Hunter
2026-09-07 03:00 UTC
Phillip O'Neill | Truck and car traffic between Sydney and Newcastle is hurtling towards even more congestion
'Not a nice Father's Day gift': bank customers left short after slugged with double-up payments
2026-09-07 01:30 UTC
Customers were left short at the bowser, supermarkets and restaurants on Father's Day
Learner driver's supervisor allegedly six times the alcohol limit
2026-09-07 01:00 UTC
Police stopped a red Mitsubishi Lancer for random testing at Lake Macquarie.
Police search for getaway driver in Commonwealth Hotel armed robbery
2026-09-06 23:30 UTC
Detectives allege the mystery man chased down and nearly killed a cleaner.
How Chook's brother is transforming his grief into hope
2026-09-06 22:00 UTC
This year's Big Blue Live event will help promote discussions about mental health and support.

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.newcastleherald.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.newcastleherald.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 Newcastle Herald 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
52%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 255 min at the median, 1594 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 Newcastle Herald 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 334 of their articles and lets you filter by date, language and section.

How many articles does Newcastle Herald publish per day?

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