no key · no human

Notícia no Ato API, RSS and sitemap

Every article Notícia no Ato publishes, as JSON, through an open API with no key and no signup. 107 of their articles are indexed right now, refreshed hourly.

BrazilPortuguese#11,686 by volume

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

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

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

crime 64%

Call the API

A live request. Paste it into a terminal and Notícia no Ato headlines come back as JSON.

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

Publishing volume

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

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

Publishing rhythm

When Notícia no Ato actually publishes, by hour of day (UTC) and by day of week — measured from 107 timestamps, not from a schedule they advertise.

00: 00001: 120102: 30203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 21011: 141112: 211213: 61314: 41415: 91516: 71617: 01718: 31819: 01920: 52021: 112122: 72223: 323
Mon: 5MonTue: 12TueWed: 15WedThu: 15ThuFri: 19FriSat: 21SatSun: 20Sun

Sections

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

SectionArticles
crime39

Languages

CodeLanguageArticlesShare
ptPortuguese107100.0%

Latest articles

The 18 most recent Notícia no Ato articles in the index — the same rows the API returns, rendered for humans.

PRF flagra motociclista com 62 ampolas de medicamentos proibidos na BR-470
2026-09-06 21:57 UTC
Um motociclista foi detido pela Polícia Rodoviária Federal (PRF) na manhã deste domingo (6), após ser flagrado transportando 62 ampolas de medicamentos de comercialização
Klabin abre 15 vagas de emprego para atuação em seis municípios de Santa Catarina
2026-09-05 12:33 UTC
Oportunidades são para Ajudante Florestal; empresa realizará atendimentos presenciais para receber candidatos entre setembro e novembro A Klabin está com 15 vagas de empr
Incêndio destrói residência no bairro Guarujá, em Lages
2026-09-05 01:32 UTC
Bombeiros utilizaram cerca de 2,5 mil litros de água no combate às chamas e impediram que o fogo atingisse imóveis vizinhosUm incêndio atingiu uma residência na noite des
Kauan Ramos, de 19 anos, é encontrado morto em açude no interior de São Joaquim
2026-09-04 21:07 UTC
Jovem estava desaparecido desde a tarde de quinta-feira (3); corpo foi localizado por mergulhadores dos Bombeiros nesta sexta-feira (4) Foi identificado como Kauan Ramos,
Lages se prepara para os Desfiles Cívicos de 6 e 7 de setembro
2026-09-04 15:34 UTC
As avenidas Luiz de Camões e Duque de Caxias já estão preparadas para receber os Desfiles Cívicos da Semana da Pátria, que acontecem neste domingo (6) e na segunda-feira

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=noticianoato.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=noticianoato.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 Notícia no Ato 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
36%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 6 min at the median, 1799 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 Notícia no Ato 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 107 of their articles and lets you filter by date, language and section.

How many articles does Notícia no Ato publish per day?

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