no key · no human

XenoSpectrum API, RSS and sitemap

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

JapanJapaneseEnglish#5,777 by volume

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

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

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

technology 64%crypto 29%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=xenospectrum.com&size=5"
375
articles indexed
344
in the last 30 days
26
median per day
2
languages
52 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 16 articles2026-08-26: 47 articles2026-08-27: 45 articles2026-08-28: 41 articles2026-08-29: 29 articles2026-08-30: 20 articles2026-08-31: 14 articles2026-09-01: 26 articles2026-09-02: 18 articles2026-09-03: 33 articles2026-09-04: 27 articles2026-09-05: 24 articles2026-09-06: 4 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=xenospectrum.com&top=10"

Publishing rhythm

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

00: 210001: 230102: 330203: 170304: 150405: 310506: 170607: 90708: 130809: 30910: 01011: 31112: 01213: 01314: 01415: 01516: 01617: 01718: 21819: 81920: 222021: 682122: 312223: 2823
Mon: 14MonTue: 42TueWed: 65WedThu: 78ThuFri: 68FriSat: 53SatSun: 24Sun

Sections

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

SectionArticles
crypto205
technology205

Languages

CodeLanguageArticlesShare
jaJapanese22259.2%
enEnglish12232.5%

Latest articles

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

中国の量子チップ「悟空」が達成した98%ルーター、その実態と立ちはだかる5層の壁
2026-09-05 21:08 UTC
中国の超伝導量子プロセッサ「悟空」で10ビットを用いた量子ルーター実験が行われ、単体伝送効率98%を記録した。だが2層網での忠実度は82%台へ低下し、論文自身もチップ構造から5層を物理上限と認めている。
銅・ガラスクロス・コンデンサが同時高騰、PC向けマザーボードのコストが10%超増加
2026-09-05 20:30 UTC
PCB基板の製造原価が最大50%上昇し、8月の小売調整平均3%では吸収しきれていない。AIサーバー需要が引き起こした銅・ガラスクロス・コンデンサの同時逼迫が構造的背景で、Q4の追加値上げ圧力が高まっている。
DeepSeekのHuawei製16万個計画、律速は部品供給、訓練は今もNVIDIAが担う
2026-09-05 08:50 UTC
Bloombergは、DeepSeekが内モンゴルの1GW級データセンターにHuaweiのAscend 950DTを少なくとも16万個配備する計画だと報じた。用途は推論で訓練はNVIDIAのまま。16万個はHuaweiの公表構成の約3割で、納入を縛るのは演算力ではなく部品供給である。

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=xenospectrum.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=xenospectrum.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 XenoSpectrum 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
60%
articles with sections
average page weight

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

How many articles does XenoSpectrum publish per day?

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