no key · no human

Cultural Creatives API, RSS and sitemap

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

United StatesEnglish#5,344 by volume

Four ways to pull culturalcreatives.org

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

JSON Search this publisher

Every article we hold from culturalcreatives.org, newest first. Add q= to search inside.

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

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

travel 71%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=culturalcreatives.org&size=5"
420
articles indexed
420
in the last 30 days
30
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 17:00 UTC — that is when the newsroom pushes its main batch.

2026-08-25: 9 articles2026-08-26: 64 articles2026-08-27: 16 articles2026-08-28: 66 articles2026-08-29: 25 articles2026-08-30: 66 articles2026-08-31: 30 articles2026-09-01: 21 articles2026-09-02: 30 articles2026-09-03: 17 articles2026-09-04: 30 articles2026-09-05: 14 articles2026-09-06: 32 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=culturalcreatives.org&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 250910: 241011: 81112: 231213: 551314: 761415: 451516: 391617: 921718: 261819: 71920: 02021: 02122: 02223: 023
Mon: 30MonTue: 30TueWed: 94WedThu: 33ThuFri: 96FriSat: 39SatSun: 98Sun

Sections

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

SectionArticles
travel131

Languages

CodeLanguageArticlesShare
enEnglish420100.0%

Latest articles

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

This Overhyped $270 Train Trip From Missouri to Oregon Doesn’t Live Up to the Hype
2026-09-06 19:01 UTC
A $270 train trip from Missouri to Oregon sounds like a comfortable, affordable way to reach the Pacific Northwest. The appeal grows when photographs show broad windows,
This Overhyped $220 Train Trip From Oklahoma to California Doesn’t Live Up to the Hype
2026-09-06 19:01 UTC
A $220 train trip from Oklahoma to California sounds like a simple way to trade a highway journey for a comfortable seat and changing scenery. An all-rail itinerary is po
This Overhyped $240 Train Trip From Nebraska to Washington Doesn’t Live Up to the Hype
2026-09-06 19:01 UTC
A $240 train trip from Nebraska to Washington sounds like a straightforward journey toward the Pacific Northwest. The problem appears when you trace the actual trains. On
This Overhyped $299 Train Trip From California to New York Doesn’t Live Up to the Hype
2026-09-06 19:01 UTC
A $299 train trip from California to New York sounds like an unusually affordable way to cross the country. The scenery is real, and a rail journey between the two states
This Overhyped $205 Train Trip From Maine to Virginia Doesn’t Live Up to the Hype
2026-09-06 16:07 UTC
A $205 train trip from Maine to Virginia sounds like a comfortable alternative to a long drive down the East Coast. You can imagine settling in with a coffee, watching th
This Overhyped $210 Train Trip From Tennessee to Florida Doesn’t Live Up to the Hype
2026-09-06 16:06 UTC
A $210 train trip from Tennessee to Florida sounds like a straightforward escape: board in the evening, settle into a comfortable seat, and wake closer to warm weather. T
This Overhyped $265 Train Trip From Illinois to California Doesn’t Live Up to the Hype
2026-09-06 16:06 UTC
Illinois to California by train has a strong claim on the imagination. You leave Chicago, cross the plains, climb into the Rockies, and eventually reach the Bay Area with
This Overhyped $240 Train Trip From Kansas to Oregon Doesn’t Live Up to the Hype
2026-09-06 16:06 UTC
A $240 train trip from Kansas to Oregon sounds like an affordable way to exchange the plains for the Pacific Northwest. The number suggests a tidy travel purchase; the ma
This Overhyped $275 Train Trip From Arizona to Washington Doesn’t Live Up to the Hype
2026-09-06 16:06 UTC
Arizona to Washington by train can deliver a remarkable change of scene: a Southwest departure, a California connection and the long ride north toward Seattle. The journe
This Overhyped $220 Train Trip From Indiana to Colorado Doesn’t Live Up to the Hype
2026-09-06 15:21 UTC
An Indiana-to-Colorado train journey sounds like a natural way to trade familiar Midwestern scenery for mountain views. The rail connection exists, but the version ending
This Overhyped $299 Train Trip From Texas to California Doesn’t Live Up to the Hype
2026-09-06 15:21 UTC
The Sunset Limited can take you from Texas to California through an enormous stretch of the Southwest. That much is real. The appealing version of the journey is easy to

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=culturalcreatives.org&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=culturalcreatives.org&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 Cultural Creatives 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
31%
articles with sections
average page weight

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

How many articles does Cultural Creatives publish per day?

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