no key · no human

Tremplin.io API, RSS and sitemap

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

English#10,373 by volume

Four ways to pull tremplin.io

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

JSON Search this publisher

Every article we hold from tremplin.io, newest first. Add q= to search inside.

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

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

crypto 89%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=tremplin.io&size=5"
143
articles indexed
143
in the last 30 days
10
median per day
1
languages
491 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 6 articles2026-08-26: 9 articles2026-08-27: 11 articles2026-08-28: 10 articles2026-08-29: 14 articles2026-08-30: 16 articles2026-08-31: 10 articles2026-09-01: 11 articles2026-09-02: 10 articles2026-09-03: 10 articles2026-09-04: 11 articles2026-09-05: 15 articles2026-09-06: 10 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=tremplin.io&top=10"

Publishing rhythm

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

00: 60001: 50102: 50203: 10304: 70405: 20506: 130607: 80708: 130809: 110910: 41011: 101112: 61213: 71314: 11415: 91516: 61617: 101718: 51819: 81920: 22021: 02122: 02223: 423
Mon: 10MonTue: 17TueWed: 19WedThu: 21ThuFri: 21FriSat: 29SatSun: 26Sun

Sections

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

SectionArticles
crypto56

Languages

CodeLanguageArticlesShare
enEnglish143100.0%

Latest articles

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

XRP ETF: Which Wall Street giants dominate the rankings?
2026-09-06 17:05 UTC
Summarize this article with: ChatGPTPerplexityGrok Among reported institutional holders of XRP ETFs in the second quarter of the year, Goldman Sachs held the top spot....
Poland: Parliament fails to lift veto on crypto law
2026-09-06 15:00 UTC
Summarize this article with: ChatGPTPerplexityGrok The Polish parliament failed on Friday September 5 to overturn the third presidential veto against the law on crypto-as
A bet of 2000 dollars in Bitcoins ultimately brings him 4.5 million
2026-09-06 11:00 UTC
Summarize this article with: ChatGPTPerplexityGrok After twelve years without being able to access it, a British investor took over bitcoins currently valued at nearly $4
Crypto: Tokenized stocks approach $3 billion per week
2026-09-06 09:00 UTC
Summarize this article with: ChatGPTPerplexityGrok Tokenized stocks approached $3 billion in weekly spot volume in early August. In its analysis published on September 3,
Bitcoin: 110,000 BTC moved after the rally, should we fear a drop?
2026-09-06 07:30 UTC
Summarize this article with: ChatGPTPerplexityGrok According to data from CryptoQuant, bitcoin holders have made 110,000 BTC in net profits since August 19. Such profit t
Kalshi launches its crypto perpetuals in the middle of a legal battle
2026-09-06 06:00 UTC
Summarize this article with: ChatGPTPerplexityGrok Kalshi has just reached a milestone. The predictive markets platform recorded 15.4 million visits from the United State
Crypto: Solana takes the lead in RWA flows, but Ethereum maintains its lead
2026-09-05 19:00 UTC
Summarize this article with: ChatGPTPerplexityGrok Over the past thirty days, Solana has captured $348 million in net flows into tokenized real-world assets. Blockchain i
Bitcoin gains strategic place in the United Arab Emirates economy
2026-09-05 17:30 UTC
Summarize this article with: ChatGPTPerplexityGrok When we have the means to buy bitcoin and we are convinced of its seriousness, we do not hesitate to... L’article Bitco
SHAKA Festival 2026: The Startup Challenge that puts founders face to face with investors
2026-09-05 16:00 UTC
Summarize this article with: ChatGPTPerplexityGrok In Biarritz, the scene of SHAKA Festival is not reserved for headliners. From September 24 to 26, 2026, the SHAKA... L’
Crypto: Pi Network adds three new tools for developers
2026-09-05 15:00 UTC
Summarize this article with: ChatGPTPerplexityGrok Pi Network is further expanding its crypto infrastructure. On September 4, the Core Team launched three tools for devel
Bitcoin: The crashes are decreasing, but so are the rises
2026-09-05 13:00 UTC
Summarize this article with: ChatGPTPerplexityGrok Bitcoin’s major corrections are losing momentum. They went from around 85% in the first cycles to 84%, then 77% and...
Copy trading: How does it work in 2026?
2026-09-04 16:00 UTC
Summarize this article with: ChatGPTPerplexityGrok The idea immediately appeals: automatically copy the positions of an experienced trader, and reap the same results as h

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=tremplin.io&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=tremplin.io&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 Tremplin.io 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 491 min at the median, 1663 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 Tremplin.io 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 143 of their articles and lets you filter by date, language and section.

How many articles does Tremplin.io publish per day?

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