no key · no human

SBT News API, RSS and sitemap

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

BrazilPortuguese#6,273 by volume

Four ways to pull sbt.com.br

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

JSON Search this publisher

Every article we hold from sbt.com.br, newest first. Add q= to search inside.

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

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

entertainment 25%sport 25%weather 25%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=sbtnews.sbt.com.br&size=5"
333
articles indexed
333
in the last 30 days
42
median per day
1
languages
6 min
median crawl lag
27.08 → 06.09
archive depth

Publishing volume

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

2026-08-27: 73 articles2026-08-28: 71 articles2026-08-29: 42 articles2026-09-03: 2 articles2026-09-04: 71 articles2026-09-05: 41 articles2026-09-06: 33 articles08-2708-2808-2909-0309-0409-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=sbtnews.sbt.com.br&top=10"

Publishing rhythm

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

00: 150001: 130102: 20203: 40304: 10405: 00506: 20607: 20708: 50809: 260910: 51011: 131112: 201213: 231314: 191415: 181516: 291617: 241718: 231819: 171920: 222021: 132122: 222223: 1523
Mon: 0MonTue: 0TueWed: 0WedThu: 75ThuFri: 142FriSat: 83SatSun: 33Sun

Sections

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

Languages

CodeLanguageArticlesShare
ptPortuguese333100.0%

Latest articles

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

Avião cargueiro sai da pista nos EUA
2026-09-06 21:18 UTC · entertainment
Casa de secretário de Educação de SP é furtada
2026-09-06 19:01 UTC · entertainment
Extrema direita lidera eleição estadual na Alemanha
2026-09-06 18:32 UTC · entertainment
Botafogo x Palmeiras: onde assistir ao vivo e horário
2026-09-06 18:30 UTC · entertainment
Trump retoma tentativa de limitar voto por correio
2026-09-06 17:48 UTC · entertainment
Chuva em SP preocupa organizadores de ato contra Moraes
2026-09-06 16:52 UTC · entertainment
Remo x Flamengo: onde assistir ao vivo e horário
2026-09-06 16:00 UTC · entertainment
Mega-Sena 3.054: prêmio acumula para R$ 70 milhões
2026-09-06 15:33 UTC · entertainment

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=sbtnews.sbt.com.br&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=sbtnews.sbt.com.br&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 SBT News marks up its own pages — useful if you are deciding whether to parse them yourself.

1%
dates from JSON-LD
1%
articles with a byline
100%
articles with sections
206 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 6 min at the median, 10 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 SBT News 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 333 of their articles and lets you filter by date, language and section.

How many articles does SBT News publish per day?

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