no key · no human

10alert API, RSS and sitemap

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

United StatesEnglish#3,236 by volume

Four ways to pull 10alert.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 10alert.com, newest first. Add q= to search inside.

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

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

crime 22%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=10alert.com&size=5"
860
articles indexed
785
in the last 30 days
60
median per day
1
languages
1445 min
median crawl lag
24.08 → 05.09
archive depth

Publishing volume

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

2026-08-24: 30 articles2026-08-25: 60 articles2026-08-26: 60 articles2026-08-27: 60 articles2026-08-28: 65 articles2026-08-29: 105 articles2026-08-30: 60 articles2026-08-31: 60 articles2026-09-01: 60 articles2026-09-02: 60 articles2026-09-03: 60 articles2026-09-04: 60 articles2026-09-05: 45 articles08-2408-2608-2808-3009-0109-0309-05
bash
curl "https://freenewsapi.ai/v1/stats?host=10alert.com&top=10"

Publishing rhythm

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

00: 650001: 210102: 440203: 00304: 650405: 00506: 650607: 20708: 630809: 00910: 651011: 01112: 701213: 01314: 701415: 01516: 701617: 21718: 581819: 01920: 602021: 32122: 622223: 023
Mon: 90MonTue: 120TueWed: 120WedThu: 120ThuFri: 125FriSat: 150SatSun: 60Sun

Sections

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

SectionArticles
crime184

Languages

CodeLanguageArticlesShare
enEnglish78591.3%

Latest articles

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

Antiphishing v33854571962
2026-09-05 16:04 UTC
Important cybersecurity news update
Israel claims control of Lebanon’s key Ali al-Taher ridge: What that means
2026-09-05 16:04 UTC
Important cybersecurity news update
Puerto Rico or Florida: Where a $500,000 Retirement Actually Lasts Longer
2026-09-05 16:02 UTC
Important cybersecurity news update
How to Decorate the Space Above Your Sofa: Designer Rules for Large Blank Walls
2026-09-05 14:04 UTC
Important cybersecurity news update
Just as you thought MAGA couldn't get crazier, the idiocy hits hyperdrive
2026-09-05 14:01 UTC
Important cybersecurity news update
2026 is an especially bad year to blindly disable Windows Secure Boot
2026-09-05 14:00 UTC
Important cybersecurity news update
Zcash breaks $1,000 as its spot ETF crosses $400 million in assets
2026-09-05 14:00 UTC
Important cybersecurity news update
Israel must protect West Bank’s Palestinians amid settler pogroms: US envoy
2026-09-05 12:04 UTC
Important cybersecurity news update
The First Agentic Attack: How AI Is Reshaping the Economics of Cybersecurity
2026-09-05 12:04 UTC
Important cybersecurity news update
In What Ways Are We Not Prepared for the Big One?
2026-09-05 10:00 UTC
Important cybersecurity news update

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=10alert.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=10alert.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 10alert 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
23%
articles with sections
average page weight

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

How many articles does 10alert publish per day?

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