no key · no human

OM News API, RSS and sitemap

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

EnglishGermanSpanish#7,387 by volume

Four ways to pull om-news.com

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

JSON Search this publisher

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

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

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

technology 31%entertainment 20%sport 16%politics 9%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=om-news.com&size=5"
266
articles indexed
246
in the last 30 days
36
median per day
5
languages
674 min
median crawl lag
25.08 → 01.09
archive depth

Publishing volume

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

2026-08-25: 25 articles2026-08-26: 60 articles2026-08-27: 118 articles2026-08-28: 36 articles2026-08-29: 6 articles2026-09-01: 1 articles08-2508-2608-2708-2808-2909-01
bash
curl "https://freenewsapi.ai/v1/stats?host=om-news.com&top=10"

Publishing rhythm

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

00: 50001: 50102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 61011: 401112: 61213: 01314: 251415: 301516: 251617: 281718: 181819: 61920: 242021: 172122: 112223: 023
Mon: 0MonTue: 26TueWed: 60WedThu: 118ThuFri: 36FriSat: 6SatSun: 0Sun

Sections

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

SectionArticles
entertainment206
sport206
technology206

Languages

CodeLanguageArticlesShare
enEnglish6624.8%
deGerman4516.9%
esSpanish4516.9%
frFrench4516.9%
ptPortuguese4516.9%

Latest articles

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

Beckham and Mourinho Praise Messi Following International Retirement
2026-09-01 12:31 UTC
Sir David Beckham and Jose Mourinho have paid tribute to Lionel Messi after the Argentine superstar announced his retirement from international football.
Macau Hotel Occupancy Reaches Six-Year High Through July
2026-08-29 10:41 UTC
Hotel occupancy in Macau reached 90.6 percent during the first seven months of the year, marking the highest rate recorded since before the COVID-19 pandemic.
Right-Wing Commentator Milo Yiannopoulos Detained by US Immigration Authorities
2026-08-28 22:59 UTC
British commentator Milo Yiannopoulos has been detained by US Immigration and Customs Enforcement in Louisiana. Federal officials confirmed he faces deportation following
Downstream Rescue Operations Resume Following Flooding Threat at Nepal-Tibet Border
2026-08-28 11:42 UTC
Rescue operations downstream in China have resumed after being briefly suspended due to flood risks from a barrier lake along the Nepal-Tibet border. Authorities now cons
King Harald V of Norway Dies at 89 After 35-Year Reign
2026-08-28 11:32 UTC
Norway's King Harald V has passed away at the age of 89. His 35-year reign was marked by a commitment to modernizing the monarchy and championing national diversity.

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=om-news.com&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=om-news.com&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 OM News 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
84%
articles with sections
average page weight

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

How many articles does OM News publish per day?

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