no key · no human

Forkast API, RSS and sitemap

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

United StatesEnglish#10,328 by volume

Four ways to pull forkast.news

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

JSON Search this publisher

Every article we hold from forkast.news, newest first. Add q= to search inside.

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

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

technology 60%business 20%markets 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=forkast.news&size=5"
144
articles indexed
144
in the last 30 days
12
median per day
1
languages
4 min
median crawl lag
24.08 → 06.09
archive depth

Publishing volume

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

2026-08-24: 1 articles2026-08-25: 5 articles2026-08-26: 4 articles2026-08-27: 5 articles2026-08-28: 7 articles2026-08-29: 16 articles2026-08-30: 14 articles2026-08-31: 9 articles2026-09-01: 12 articles2026-09-02: 16 articles2026-09-03: 16 articles2026-09-04: 6 articles2026-09-05: 13 articles2026-09-06: 20 articles08-2408-2608-2808-3009-0109-0309-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=forkast.news&top=10"

Publishing rhythm

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

00: 30001: 70102: 80203: 10304: 10405: 00506: 00607: 30708: 30809: 80910: 111011: 71112: 121213: 121314: 171415: 141516: 41617: 01718: 61819: 61920: 112021: 12122: 42223: 523
Mon: 10MonTue: 17TueWed: 20WedThu: 21ThuFri: 13FriSat: 29SatSun: 34Sun

Sections

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

SectionArticles
business47
markets47
technology47

Languages

CodeLanguageArticlesShare
enEnglish144100.0%

Latest articles

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

The Fintech Integration Wave: Neobanks Connecting to Stablecoin Rails
2026-09-06 23:19 UTC
The revolution was supposed to be televised, decentralized, and entirely bank-free. Instead, the disruption of the banking sector has hit a predictable snag: the incumben
The First Dedicated Agentic Commerce Summit Arrives as the Industry Figures Out Who Pays
2026-09-06 15:33 UTC
The Agentic Commerce & Payments Summit 2026, taking place this September in Stockholm, marks a shift in how the industry approaches autonomous agents. By moving beyond th
Microsoft’s September Identity Batch Proves the Authentication Gap Is Not an Open-Source Problem
2026-09-06 14:57 UTC
CVE-2026-83711 and CVE-2026-70352: The CVSS 10.0 Baseline On September 3, 2026, Microsoft disclosed nine vulnerabilities outside the standard Patch Tuesday cycle. Two of
The EU AI Compliance Stack Is Crystallizing Into Three Layers – and None of Them Talk to Each Other
2026-09-06 14:44 UTC
The EU's AI Act, Cyber Resilience Act, and MiCA/DORA create three unsynchronized compliance layers with no mutual recognition, forcing enterprises into parallel processes
The Capital Wall: How Much Does It Actually Cost to Become a Crypto Bank?
2026-09-06 14:36 UTC
In the evolving landscape of digital finance, the barrier to entry is no longer just about code or community; it is about cold, hard capital. We are witnessing the emerge
Five Enterprise Vendors Just Shipped the Same Three-Layer Agent Infrastructure Stack – and None of Them Coordinated
2026-09-06 13:10 UTC
Over a two-week window spanning late August and early September 2026, five major enterprise technology vendors independently unveiled nearly identical infrastructure stac
GPT-6 Astra Pricing Confirms OpenAI’s Premium Track: $10/$50 While Rivals Cut
2026-09-06 12:54 UTC
The frontier of artificial intelligence is no longer defined by a race to the bottom on headline tokens. While the industry narrative often fixates on base-rate parity, t
The Authentication Gap Is the Real AI Infrastructure Crisis
2026-09-06 12:40 UTC
CVE-2026-82526 (CVSS 9.8), CVE-2026-85695 (CVSS 9.4), and CVE-2026-85620 (CVSS 9.2) all shipped this week without default authentication. Add Microsoft’s September 3 batc
What Happens When Congress Doesn’t Show Up: The Institutional Crypto Buildout Is Already Underway
2026-09-06 12:38 UTC
The CLARITY Act is currently functioning as a legislative elevator stuck between floors. A cloture vote is set for September 15 at 2:15pm ET, and the arithmetic is unforg
The Agent Production Gap: When 171% ROI Isn’t Enough to Ship
2026-09-06 12:36 UTC
AI agents that successfully reach production scale deliver a 171% global return on investment, a figure that climbs to 192% in the United States, according to IDC and Mic

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=forkast.news&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=forkast.news&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 Forkast 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
33%
articles with sections
average page weight

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

How many articles does Forkast publish per day?

12 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.