no key · no human

forck.live API, RSS and sitemap

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

English#7,024 by volume

Four ways to pull forck.live

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

JSON Search this publisher

Every article we hold from forck.live, newest first. Add q= to search inside.

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

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

technology 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=forck.live&size=5"
286
articles indexed
286
in the last 30 days
20
median per day
1
languages
1900 min
median crawl lag
21.08 → 07.09
archive depth

Publishing volume

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

2026-08-21: 2 articles2026-08-24: 12 articles2026-08-25: 15 articles2026-08-26: 34 articles2026-08-27: 50 articles2026-08-28: 24 articles2026-08-29: 2 articles2026-08-31: 16 articles2026-09-01: 26 articles2026-09-02: 21 articles2026-09-03: 60 articles2026-09-04: 20 articles2026-09-06: 3 articles2026-09-07: 1 articles08-2108-2508-2708-2909-0109-0309-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=forck.live&top=10"

Publishing rhythm

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

00: 500001: 40102: 40203: 20304: 10405: 00506: 20607: 40708: 50809: 40910: 71011: 71112: 111213: 81314: 41415: 181516: 641617: 211718: 271819: 161920: 62021: 122122: 72223: 223
Mon: 29MonTue: 41TueWed: 55WedThu: 110ThuFri: 46FriSat: 2SatSun: 3Sun

Sections

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

SectionArticles
technology83

Languages

CodeLanguageArticlesShare
enEnglish286100.0%

Latest articles

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

Backing 16 green AI projects in Asia-Pacific
2026-09-07 01:00 UTC · technology
An Alien Mind
2026-09-06 09:00 UTC · technology
Research acceleration: The view inside OpenAI
2026-09-06 08:00 UTC · technology
GitHub Copilot weekly releases — August 31
2026-09-04 21:05 UTC · technology
Designing lifecycle policies for AgentCore memory
2026-09-04 17:20 UTC · technology
Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod
2026-09-04 16:16 UTC
NVIDIA Cosmos 3, an open omnimodal world model released under the OpenMDW-1.1 license, is used with Amazon SageMaker HyperPod to build a Physical AI model factory that ru
Desktop
2026-09-04 00:00 UTC · technology
Introducing Team Plan
2026-09-04 00:00 UTC · technology
Setting Grok Bot loose on procurement
2026-09-04 00:00 UTC · technology
Upcoming deprecation of selected GitHub Copilot models
2026-09-03 19:40 UTC
GitHub announced that selected models across all GitHub Copilot experiences will be deprecated on October 2nd, 2026. Category: deprecation Source: https://github.blog/cha
Gemini 3.8 Flash is now available in GitHub Copilot
2026-09-03 18:50 UTC
GitHub Copilot now includes Google's Gemini 3.8 Flash model, which performed well on complex terminal-based coding tasks in early testing. Category: availability-change S

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=forck.live&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=forck.live&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 forck.live 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
29%
articles with sections
average page weight

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

How many articles does forck.live publish per day?

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