no key · no human

The New Stack API, RSS and sitemap

Every article The New Stack publishes, as JSON, through an open API with no key and no signup. 106 of their articles are indexed right now, refreshed hourly.

United StatesEnglish#11,745 by volume

Four ways to pull thenewstack.io

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

JSON Search this publisher

Every article we hold from thenewstack.io, newest first. Add q= to search inside.

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

Call the API

A live request. Paste it into a terminal and The New Stack headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=thenewstack.io&size=5"
106
articles indexed
106
in the last 30 days
5
median per day
1
languages
129 min
median crawl lag
20.08 → 06.09
archive depth

Publishing volume

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

2026-08-20: 5 articles2026-08-21: 7 articles2026-08-22: 3 articles2026-08-23: 2 articles2026-08-24: 5 articles2026-08-25: 10 articles2026-08-26: 10 articles2026-08-27: 8 articles2026-08-28: 5 articles2026-08-29: 3 articles2026-08-30: 3 articles2026-08-31: 11 articles2026-09-01: 9 articles2026-09-02: 6 articles2026-09-03: 11 articles2026-09-04: 5 articles2026-09-05: 2 articles2026-09-06: 1 articles08-2008-2308-2608-2909-0109-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=thenewstack.io&top=10"

Publishing rhythm

When The New Stack actually publishes, by hour of day (UTC) and by day of week — measured from 106 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 11011: 11112: 31213: 111314: 101415: 151516: 151617: 101718: 101819: 121920: 122021: 52122: 12223: 023
Mon: 16MonTue: 19TueWed: 16WedThu: 24ThuFri: 17FriSat: 8SatSun: 6Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish106100.0%

Latest articles

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

Polars 2.0 pre-release comes with a 5x speed boost — but it could change row order
2026-09-06 13:30 UTC · data · Meredith Shubel
Working with large datasets can lead to slow queries and out-of-memory errors. Polars, an open-source library that developers and data The post Polars 2.0 pre-release com
Claude Fable 5.1 vs. Fable 5: On real work, I couldn’t tell them apart.
2026-09-05 15:00 UTC · ai agents · Jessica Wachtel
Anthropic launched Claude Fable 5.1 this week, calling it “our most advanced model for coding and knowledge work.” There was The post Claude Fable 5.1 vs. Fable 5: On rea
Building trust in agentic RAG starts with evidence
2026-09-05 15:00 UTC · ai agents · Jeremy Daly
Basic retrieval-augmented generation (RAG) follows a straightforward pattern. A user asks a question, the system finds relevant content in a The post Building trust in ag
Microsoft built a prompt injection detector. Then it caught a phishing campaign instead.
2026-09-04 21:08 UTC · ai engineering · Amanda Caswell
Microsoft flagged a phishing campaign last week that exploits a gap in how machines read text. Attackers are slipping invisible The post Microsoft built a prompt injectio
“Sorry for the messy rollout”: OpenAI launched GPT-6 Astra, but developers are locked out
2026-09-04 16:04 UTC · ai infrastructure · Amanda Caswell
OpenAI launched GPT-6 Astra on Thursday, but many developers hoping to give it a test drive are still waiting for The post “Sorry for the messy rollout”: OpenAI launched
OpenAI will sell you Astra, but not the system that scored 98.6% on ARC-AGI-3
2026-09-04 15:25 UTC · ai engineering · Matthew Burns
Investor Matt Turck, whose fantastic podcast has hosted the people who built ARC-AGI, summed up Astra’s blockbuster benchmarks with three The post OpenAI will sell you As
AI agent evaluations are part of the product
2026-09-04 14:00 UTC · ai agents · Jeremy Daly
A team builds an agent, gives it a few representative questions in a test chat, and watches it produce useful The post AI agent evaluations are part of the product appear
“1% of my engineers are responsible for 40% of token spend”: Why Coder and SpaceXAI want to give developers nice things
2026-09-04 12:00 UTC · ai · Adrian Bridgwater
Coder announced its Coder Agent Relay service this week, with SpaceXAI as its launch partner. The service lets software engineering The post “1% of my engineers are respo
OpenAI spends $1 billion to expand Daybreak to defend power, water, and banking
2026-09-03 21:22 UTC · ai models · Meredith Shubel
In a livestreamed keynote on Thursday, OpenAI president Greg Brockman announced Daybreak for Frontline Defenders, a new global initiative to The post OpenAI spends $1 bil
How to find failures without drowning in tracing data
2026-09-03 20:17 UTC · observability · Alex Wilhelm
A metrics dashboard can tell you a system’s health with ease. A log can help you understand a discrete failure. The post How to find failures without drowning in tracing
GPT-6 Astra aced the hardest AI benchmark. The asterisk matters more than the score.
2026-09-03 19:05 UTC · ai models · Amanda Caswell
There was no mistaking the divide in March with the release of ARC-AGI-3. While frontier AI models could do little The post GPT-6 Astra aced the hardest AI benchmark. The
The systems guide to production token optimization
2026-09-03 18:30 UTC · ai engineering · Boris Chabeda
When enterprise AI applications scale, they inevitably hit a wall. For many engineering teams, this wall is initially diagnosed as The post The systems guide to productio
Cut GPU inference cold start from 8 minutes to less than a minute
2026-09-03 18:30 UTC · ai infrastructure · Sajjan Gundapuneedi
We instrumented the full path from pod creation to first inference response on a GPU node running a 70B-class model. The post Cut GPU inference cold start from 8 minutes
OpenAI launches GPT-6 Astra and says welcome to the “AGI era”
2026-09-03 18:02 UTC · ai · Frederic Lardinois
OpenAI on Thursday launched GPT-6 Astra, its newest flagship model. During a press briefing ahead of the launch, OpenAI President The post OpenAI launches GPT-6 Astra and
“Hugging Face will remain an open platform”: Nvidia strikes $12.9B deal for the ‘GitHub of AI’
2026-09-03 17:52 UTC · ai · Paul Sawers
Nvidia has confirmed that it’s agreed to acquire Hugging Face in a mammoth $12.9 billion deal that will bring one The post “Hugging Face will remain an open platform”: Nv
It cost $33 to build a virtual Union Square. Here’s what the agents got wrong.
2026-09-03 17:34 UTC · ai agents · Amanda Caswell
PhiloLabs wanted to see how far a group of AI coding agents could get building something where working code wasn’t The post It cost $33 to build a virtual Union Square. H
Nvidia PAIR lets you put your idle Macs and PCs to work for AI agents
2026-09-03 16:00 UTC · ai · Frederic Lardinois
Nvidia’s bet on open models and local AI has been taking shape for a while now. Its acquisition of Hugging The post Nvidia PAIR lets you put your idle Macs and PCs to wor
Want to scale AI agents without breaking anything? Retrieval engineering is the answer.
2026-09-03 15:38 UTC · ai agents · Alex Wilhelm
AI agents are multiplying as corporations adopt the technology in record numbers. Smarter underlying models, better tool use, and improved The post Want to scale AI agent

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=thenewstack.io&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=thenewstack.io&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 The New Stack marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
100%
articles with a byline
100%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 129 min at the median, 5474 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 The New Stack 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 106 of their articles and lets you filter by date, language and section.

How many articles does The New Stack publish per day?

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