no key · no human

One API, RSS and sitemap

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

IsraelhebHebrew#1,657 by volume

Four ways to pull one.co.il

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

JSON Search this publisher

Every article we hold from one.co.il, newest first. Add q= to search inside.

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

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

sport 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.one.co.il&size=5"
2,150
articles indexed
1,571
in the last 30 days
73
median per day
2
languages
0 min
median crawl lag
19.07 → 07.09
archive depth

Publishing volume

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

2026-07-19: 47 articles2026-07-20: 95 articles2026-07-21: 73 articles2026-07-22: 68 articles2026-07-23: 74 articles2026-07-24: 66 articles2026-07-25: 54 articles2026-07-26: 71 articles2026-07-27: 31 articles2026-08-18: 2 articles2026-08-19: 1 articles2026-08-21: 1 articles2026-08-23: 4 articles2026-08-24: 5 articles2026-08-25: 1 articles2026-08-26: 22 articles2026-08-27: 181 articles2026-08-28: 125 articles2026-08-29: 162 articles2026-08-30: 138 articles2026-08-31: 87 articles2026-09-01: 87 articles2026-09-02: 82 articles2026-09-03: 91 articles2026-09-04: 127 articles2026-09-05: 159 articles2026-09-06: 223 articles2026-09-07: 73 articles07-1907-2307-2708-2308-2708-3109-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.one.co.il&top=10"

Publishing rhythm

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

00: 180001: 140102: 50203: 590304: 520405: 520506: 1220607: 1160708: 1120809: 1080910: 1251011: 1431112: 1211213: 1211314: 1381415: 1401516: 1151617: 1031718: 1041819: 1051920: 1072021: 692122: 532223: 4823
Mon: 291MonTue: 163TueWed: 173WedThu: 346ThuFri: 319FriSat: 375SatSun: 483Sun

Sections

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

SectionArticles
sport561

Languages

The site identifies itself under One, ONE — separate editions publishing under one domain.

CodeLanguageArticlesShare
hebheb1,57173.1%
heHebrew57926.9%

Latest articles

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

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.one.co.il&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.one.co.il&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 One marks up its own pages — useful if you are deciding whether to parse them yourself.

27%
dates from JSON-LD
27%
articles with a byline
26%
articles with sections
266 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 0 min at the median, 164 minutes at the 90th percentile.

FAQ

Does One 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 2,150 of their articles and lets you filter by date, language and section.

How many articles does One publish per day?

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