no key · no human

RCCNews API, RSS and sitemap

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

BrazilPortuguese#11,098 by volume

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

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

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

society 40%politics 30%technology 30%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=rccnews.com.br&size=5"
122
articles indexed
122
in the last 30 days
11
median per day
1
languages
182 min
median crawl lag
25.08 → 05.09
archive depth

Publishing volume

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

2026-08-25: 11 articles2026-08-26: 10 articles2026-08-27: 12 articles2026-08-28: 20 articles2026-08-29: 11 articles2026-08-30: 3 articles2026-08-31: 13 articles2026-09-01: 8 articles2026-09-02: 14 articles2026-09-03: 7 articles2026-09-04: 7 articles2026-09-05: 6 articles08-2508-2708-2908-3109-0209-0409-05
bash
curl "https://freenewsapi.ai/v1/stats?host=rccnews.com.br&top=10"

Publishing rhythm

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

00: 20001: 00102: 00203: 00304: 00405: 00506: 10607: 20708: 50809: 70910: 81011: 111112: 71213: 121314: 81415: 121516: 91617: 51718: 71819: 71920: 32021: 92122: 42223: 323
Mon: 13MonTue: 19TueWed: 24WedThu: 19ThuFri: 27FriSat: 17SatSun: 3Sun

Sections

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

SectionArticles
politics46
society46
technology46

Languages

CodeLanguageArticlesShare
ptPortuguese122100.0%

Latest articles

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

Sindicatos prometem pressionar Senado para votar 6×1 antes da eleição
2026-09-05 19:00 UTC
As principais centrais sindicais do Brasil articulam pressionar os senadores em cada unidade da federação (UF) para antecipar a votação da proposta de emenda à Constituiç
Agentes de IA ligados à OpenAI tomam site alemão e criam fórum secreto
2026-09-05 15:00 UTC
Um grupo de agentes autônomos de inteligência artificial supostamente ligados à OpenAI tomou conta de um site alemão em maio de 2026 e transformou a plataforma em uma esp
OAB Paraná e OAB Maringá se manifestam pelo afastamento cautelar do ministro Alexandre de Moraes
2026-09-04 17:26 UTC
A OAB Maringá manifesta apoio ao posicionamento oficial da OAB Paraná diante dos fatos revelados a partir da divulgação do relatório da Polícia Federal produzido no âmbit
Fiscalização retira 92 veículos irregulares de circulação em Maringá
2026-09-04 11:00 UTC
Ações da Semob identificaram veículos com centenas de multas e casos de suspeita de fraude The post Fiscalização retira 92 veículos irregulares de circulação em Maringá a
Confira o funcionamento dos serviços municipais durante o feriado de Independência
2026-09-03 23:00 UTC
O feriado de Independência na segunda-feira, 7, vai alterar o funcionamento dos serviços municipais. Conforme decreto municipal Nº 2.144/2025 não haverá expediente na seg
Prouni: candidatos já podem consultar selecionados em lista de espera
2026-09-03 21:00 UTC
Os participantes do processo seletivo do Programa Universidade para Todos (Prouni) para o segundo semestre de 2026 já podem consultar o resultado da lista de espera. Para
Anvisa interrompe fabricação de produtos de limpeza da Unilever
2026-09-03 17:00 UTC
A Agência Nacional de Vigilância Sanitária (Anvisa) suspendeu, nesta quarta-feira (2), a fabricação de produtos de limpeza na unidade da empresa Unilever, em Vinhedo, São
Desfile de 7 de Setembro terá interdições no trânsito em Maringá
2026-09-03 15:00 UTC
Maringá realiza na próxima segunda-feira, dia 7, o desfile cívico em comemoração ao Dia da Independência do Brasil. O evento será realizado a partir das 9h, na Avenida XV
TSE manda Eduardo Bolsonaro retirar posts de desinformação sobre urnas
2026-09-03 13:00 UTC
O presidente do Tribunal Superior Eleitoral (TSE), ministro Nunes Marques, determinou que o ex-deputado federal Eduardo Bolsonaro retire de suas redes sociais postagens c

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=rccnews.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=rccnews.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 RCCNews 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
38%
articles with sections
average page weight

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

How many articles does RCCNews publish per day?

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