no key · no human

クレープクレープ API, RSS and sitemap

Every article クレープクレープ publishes, as JSON, through an open API with no key and no signup. 37 of their articles are indexed right now, refreshed hourly.

JapanJapanese#16,671 by volume

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

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

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

travel 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=ts-gourmet.com&size=5"
37
articles indexed
24
in the last 30 days
5
median per day
1
languages
3063 min
median crawl lag
24.08 → 03.09
archive depth

Publishing volume

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

2026-08-24: 5 articles2026-08-26: 8 articles2026-08-27: 4 articles2026-08-28: 6 articles2026-09-03: 1 articles08-2408-2608-2708-2809-03
bash
curl "https://freenewsapi.ai/v1/stats?host=ts-gourmet.com&top=10"

Publishing rhythm

When クレープクレープ actually publishes, by hour of day (UTC) and by day of week — measured from 37 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 60506: 00607: 30708: 40809: 30910: 21011: 01112: 01213: 21314: 41415: 01516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 5MonTue: 0TueWed: 8WedThu: 5ThuFri: 6FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
travel8

Languages

CodeLanguageArticlesShare
jaJapanese2464.9%

Latest articles

The 14 most recent クレープクレープ articles in the index — the same rows the API returns, rendered for humans.

霧島市のクレープ屋さんまとめ6選!蕎麦粉クレープも紹介
2026-09-03 08:36 UTC
霧島市は温泉や自然だけでなく、地元素材を生かしたスイーツ店が点在するエリアです。 国分や霧島神宮駅周辺には駅ナカのガレット店やフルーツパーラー、地元に根付くテイクアウト専門店など個性豊かなクレープ店が揃っています。 本記 […]
日野市のクレープ屋さんまとめ2選!チェーン店も紹介
2026-08-28 13:49 UTC
日野市はJR豊田駅周辺のショッピングモールや住宅街が広がるエリアで、買い物帰りや家族連れのちょっとしたおやつ需要が高い場所です。 今回の記事では、地元で愛される個人店のクレープとフードコートのチェーン店、ガレットや甘味の […]
芦屋市のクレープ屋さんまとめ2選!カフェや洋菓子チェーン店も紹介
2026-08-24 10:16 UTC
芦屋は神戸と大阪の中間に位置する海沿いの住宅地で、落ち着いた街並みとおしゃれなカフェが点在するエリアです。 散策の合間に立ち寄れる本格派の洋菓子店や、グルテンフリーにこだわるベイクショップまで、クレープや焼き菓子を楽しめ […]
福津市のクレープ屋さんまとめ4選!カフェやチェーン店も紹介
2026-08-24 09:47 UTC
福津市は海沿いの景色と参拝スポットが近接するエリアで、福間海岸や宮地嵩神社、イオンモール福津の周辺に個性あるスイーツ店が点在します。 本記事ではクレープとガレットに絞り、もちもち生地や自家製クリーム、旬のフルーツや惣菜系 […]
箕面市のクレープ屋さんまとめ3選!ハンモックカフェ店も紹介
2026-08-24 08:04 UTC
箕面市は自然と商業施設がほどよく混ざるエリアで、散策や買い物の合間に立ち寄りやすいカフェやスイーツ店が点在しています。 今回の記事では、箕面のキューズモール周辺や桜井エリアにあるクレープやジェラートの店を中心に、個性的な […]
河辺駅周辺のクレープ屋さんまとめ2選!パリパリクレープも紹介
2026-08-24 07:38 UTC
河辺駅周辺は商業施設や商店が点在する生活密着型のエリアで、駅から徒歩数分の範囲に個性豊かな路面店が並んでいます。 買い物ついでや散歩の合間に立ち寄れるテイクアウト主体のクレープ店が複数あり、老舗のモチモチ系から焼き色を付 […]

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=ts-gourmet.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=ts-gourmet.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 クレープクレープ 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
33%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 3063 min at the median, 6450 minutes at the 90th percentile.

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 37 of their articles and lets you filter by date, language and section.

How many articles does クレープクレープ publish per day?

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