no key · no human

DXマガジン API, RSS and sitemap

Every article DXマガジン publishes, as JSON, through an open API with no key and no signup. 597 of their articles are indexed right now, refreshed hourly.

JapanJapanese#4,171 by volume

Four ways to pull dxmagazine.jp

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

JSON Search this publisher

Every article we hold from dxmagazine.jp, newest first. Add q= to search inside.

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

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

technology 40%economy 30%society 20%

Call the API

A live request. Paste it into a terminal and DXマガジン headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=dxmagazine.jp&size=5"
597
articles indexed
587
in the last 30 days
48
median per day
1
languages
1 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 7 articles2026-08-26: 60 articles2026-08-27: 59 articles2026-08-28: 65 articles2026-08-29: 20 articles2026-08-30: 36 articles2026-08-31: 45 articles2026-09-01: 71 articles2026-09-02: 56 articles2026-09-03: 59 articles2026-09-04: 48 articles2026-09-05: 39 articles2026-09-06: 22 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=dxmagazine.jp&top=10"

Publishing rhythm

When DXマガジン actually publishes, by hour of day (UTC) and by day of week — measured from 597 timestamps, not from a schedule they advertise.

00: 20001: 00102: 100203: 450304: 250405: 140506: 220607: 390708: 480809: 550910: 521011: 511112: 201213: 111314: 41415: 171516: 61617: 261718: 311819: 361920: 332021: 122122: 162223: 1223
Mon: 45MonTue: 78TueWed: 116WedThu: 118ThuFri: 113FriSat: 59SatSun: 58Sun

Sections

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

SectionArticles
economy230
society230
technology230

Languages

CodeLanguageArticlesShare
jaJapanese58798.3%

Latest articles

The 18 most recent DXマガジン articles in the index — the same rows the API returns, rendered for humans.

「同じ文章を何度も打つの面倒くさい…」メアドや住所が一瞬で入力できる『ユーザ辞書』爆速ハック
2026-09-06 09:40 UTC
スマホでネットショッピングをする時の住所やメールアドレスの入力、あるいは仕事のLINEやメールで送る「お世話になっております。〇〇です。」という決まり文句。 「毎回毎回、同じ文章や英数字をフリックでチマチマ打ち込むのが本 […]
【睡眠・ヘルスケアハック】「朝起きるのがツラい…」スマホを『枕元に置くだけ』で、一番目覚めが良いタイミングで起こしてくれる神機能
2026-09-06 09:10 UTC
毎朝「7:00」に設定した目覚まし時計が爆音で鳴り響き、心臓が跳ね上がるような不快感とともに無理やり目を覚ます――。 「頭が重くて体がだるい」「あと5分だけ……」と何度もスヌーズボタンを押し、結局ギリギリまでベッドから抜 […]
消費者物価指数を分かりやすく解説!7月コアCPIは2.8%上昇。基調的インフレ定着で高まる「追加利上げ」と金利変動リスク
2026-09-06 09:00 UTC
総務省は2026年8月21日、最新の「2020年基準 消費者物価指数(CPI)2026年7月分」を発表しました。価格変動の大きい生鮮食品を除く総合指数(コアCPI)は、前年同月比2.8%上昇となり、依然として高水準な物価 […]
消費者動向調査で見える!8月の消費者心理は4カ月連続で改善。だが「買い時感回復」と「収入不安」で二極化の兆し
2026-09-06 08:40 UTC
内閣府は2026年9月1日、最新の「消費動向調査(2026年8月実施分)」を発表いたしました。消費者マインドの総合的な変化を示す消費者態度指数(二人以上世帯・季節調整値)は前月比0.6ポイント上昇の35.5となり、4カ月 […]
【Google Workspace】プレゼンは「読む」から「見る」へ。Google VidsでAI動画作成ツールが起こす社内革新
2026-09-06 08:20 UTC
ビジネスにおける情報共有の手段は、テキストやスライドから「動画」へとシフトしつつあります。しかし、動画の作成・編集には専門的なスキルと多大な時間がかかる点がネックとなっていました。 この課題を解決するためにGoogle […]

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=dxmagazine.jp&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=dxmagazine.jp&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 DXマガジン 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
39%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1 min at the median, 962 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 DXマガジン 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 597 of their articles and lets you filter by date, language and section.

How many articles does DXマガジン publish per day?

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