no key · no human

フロントロウ API, RSS and sitemap

Every article フロントロウ publishes, as JSON, through an open API with no key and no signup. 240 of their articles are indexed right now, refreshed hourly.

JapanJapanese#7,871 by volume

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

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

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

entertainment 100%

Call the API

A live request. Paste it into a terminal and フロントロウ headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=front-row.jp&size=5"
240
articles indexed
240
in the last 30 days
16
median per day
1
languages
4 min
median crawl lag
26.08 → 07.09
archive depth

Publishing volume

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

2026-08-26: 12 articles2026-08-27: 16 articles2026-08-28: 37 articles2026-08-29: 4 articles2026-08-30: 18 articles2026-08-31: 13 articles2026-09-01: 26 articles2026-09-02: 31 articles2026-09-03: 15 articles2026-09-04: 39 articles2026-09-05: 6 articles2026-09-06: 21 articles2026-09-07: 2 articles08-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=front-row.jp&top=10"

Publishing rhythm

When フロントロウ actually publishes, by hour of day (UTC) and by day of week — measured from 240 timestamps, not from a schedule they advertise.

00: 40001: 130102: 130203: 260304: 140405: 50506: 200607: 160708: 100809: 150910: 131011: 81112: 231213: 81314: 41415: 61516: 51617: 01718: 71819: 61920: 62021: 92122: 22223: 723
Mon: 15MonTue: 26TueWed: 43WedThu: 31ThuFri: 76FriSat: 10SatSun: 39Sun

Sections

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

SectionArticles
entertainment97

Languages

CodeLanguageArticlesShare
jaJapanese240100.0%

Latest articles

The 18 most recent フロントロウ articles in the index — the same rows the API returns, rendered for humans.

アンドリュー・スコット、AIDSと闘った名優を熱演
2026-09-06 13:00 UTC
『フリーバッグ』の"ホット・プリースト"、Netflixドラマ『リプリー』で世界的な注目を集めたアイルランド人俳優アンドリュー・スコットが、キャリアにおける最大の挑戦に踏み出している。フォーカス・フィーチャーズの映画『エルシノア(原題: Elsinore)』で、AIDS闘病中にロンドン国立劇場でハムレットを演じた俳優イ
スーキー・ウォーターハウス、サン・ローランのレースドレスでロバートのヴェネツィア舞台挨拶に登場
2026-09-06 13:00 UTC
モデル兼シンガーのスーキー・ウォーターハウスが、婚約者ロバート・パティンソンが主演する映画『[Primetime](https://front-row.jp/_ct/122308/)』のヴェネツィア国際映画祭プレミアに登場した。サン・ローランのモスグリーンのレースドレスをまとい、7分間のスタンディングオベーションを受け
広がる髪は、水を吸いすぎている。ソルレが疎水性に着目した新マスク
2026-09-05 21:16 UTC
雨の日に髪が広がるのは、湿気に負けているからだと思われがちだ。ただ、ダメージヘアの場合はもう一段手前に理由がある。セルフケアブランド「Sorule(ソルレ)」が9月24日に先行発売する集中補修ケアマスク「ソフニングマスク R」は、その一段手前を狙った1本だ。
3日目の夕方、劇場版2作へ。『ダウントン・アビー』S4-6一挙放送
2026-09-05 21:11 UTC
シルバーウィークの3日間、朝9時になるとヨークシャーの大邸宅の扉が開く。海外ドラマ専門チャンネル「Dlife」が、世界的ヒット歴史ドラマ『ダウントン・アビー』のシーズン4から6を9月21日(月・祝)から23日(水・祝)にかけて一挙放送する。さらに3日目の夕方には、シリーズのその後を描いた劇場版2作がチャンネル初放送で続
声が出ないままステロイドを飲んで舞台へ。マニックスが名盤ライヴを音源化
2026-09-05 08:30 UTC
マニック・ストリート・プリーチャーズが、1994年の名盤『The Holy Bible』を全曲再現した2014年の公演を音源化する。歌ったジェームス・ディーン・ブラッドフィールドは、その夜インフルエンザで声が出なかった。

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=front-row.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=front-row.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 フロントロウ 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
40%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 4 min at the median, 599 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 フロントロウ 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 240 of their articles and lets you filter by date, language and section.

How many articles does フロントロウ publish per day?

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