no key · no human

Siliconflorist API, RSS and sitemap

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

United StatesEnglish#14,496 by volume

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

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

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

business 83%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=siliconflorist.com&size=5"
60
articles indexed
43
in the last 30 days
5
median per day
1
languages
1170 min
median crawl lag
24.08 → 02.09
archive depth

Publishing volume

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

2026-08-24: 5 articles2026-08-25: 5 articles2026-08-26: 10 articles2026-08-27: 6 articles2026-08-28: 4 articles2026-08-29: 2 articles2026-08-31: 3 articles2026-09-01: 3 articles2026-09-02: 5 articles08-2408-2508-2608-2708-2808-2908-3109-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=siliconflorist.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 20203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 01213: 11314: 11415: 41516: 41617: 31718: 51819: 91920: 42021: 82122: 22223: 023
Mon: 8MonTue: 8TueWed: 15WedThu: 6ThuFri: 4FriSat: 2SatSun: 0Sun

Sections

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

SectionArticles
business17

Languages

CodeLanguageArticlesShare
enEnglish4371.7%

Latest articles

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

Learn to stop worrying and embrace AI with Scott Hanselman
2026-09-02 20:51 UTC
AI can be intimidating. Where do you start…? What do you do…? How do you choose a platform…? When you’re just getting started, there are way more questions than answers.
Building with AI…? Oregon AI Accelerator wants you
2026-09-02 20:39 UTC
I know. I know. “Building with AI” was a little bit of a wide net to cast. But you’re reading this aren’t you…? So let’s get into the real focus of this post. Our friends
Silicon Florist links arrangement for September 2, 2026
2026-09-02 19:52 UTC
Here’s a roundup of interesting startup links I came across today: Check if files were made with Claude | Claude This tool identifies only the content credential, which t
Silicon Florist links arrangement for September 1, 2026
2026-09-01 19:43 UTC
Here’s a roundup of interesting startup links I came across today: Labor Day Weekend 2026: Eats, Drinks, and Happenings in Portland – Bridgetown Bites This year, Labor Da
Top 10 Silicon Florist posts for August 2026
2026-09-01 17:02 UTC
I never assume you have the time to keep up with every single thing I post around here. I barely do. And I’m the one writing them. So consider this our cheat sheet. These
Portland Metro Region Innovation Hub names new director
2026-09-01 16:36 UTC
Following the departure of the previous director, our friends at the Portland Metro Region Innovation Hub — the Portland chapter of a statewide network of hubs for innova
Silicon Florist links arrangement for August 31, 2026
2026-08-31 21:13 UTC
Here’s a roundup of interesting startup links I came across today: From Building $18 Million Startup as a BYU Student to a GP in a VC: Adam Shaw’s Founders & Funders Bet
Portland startup events for this week
2026-08-31 15:07 UTC
If you’re interested in connecting with folks from the Portland startup and/or tech community, there are a number of opportunities to do so. And this week it spans from c
Silicon Florist links arrangement for August 28, 2026
2026-08-28 15:44 UTC
Here’s a roundup of interesting startup links I came across today: AI Builder Series: AI Without the Hype — September 5, 2026 Led by Scott Hanselman, this session is prac
Silicon Florist links arrangement for August 27, 2026
2026-08-27 21:44 UTC
Here’s a roundup of interesting startup links I came across today: Flipboard acquires Graze, the tool for building your own social algorithm Flipboard has acquired Graze,
QSBS: The plot thickens
2026-08-27 19:03 UTC
You know those times where you accidentally do the wrong thing and then — upon realizing your mistake — work to begin repairing that mistake…? And then you realize that i

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=siliconflorist.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=siliconflorist.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 Siliconflorist 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 1170 min at the median, 4190 minutes at the 90th percentile.

FAQ

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

How many articles does Siliconflorist publish per day?

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