no key · no human

Águas Lindas News API, RSS and sitemap

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

BrazilPortuguese#18,522 by volume

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

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

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

economy 57%politics 43%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=aguaslindasnews.com.br&size=5"
17
articles indexed
7
in the last 30 days
1
median per day
1
languages
19436 min
median crawl lag
09.06 → 02.09
archive depth

Publishing volume

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

2026-06-09: 2 articles2026-06-18: 1 articles2026-06-19: 1 articles2026-08-14: 2 articles2026-08-24: 2 articles2026-08-27: 1 articles2026-08-28: 1 articles2026-09-02: 1 articles06-0906-1806-1908-1408-2408-2708-2809-02
bash
curl "https://freenewsapi.ai/v1/stats?host=aguaslindasnews.com.br&top=10"

Publishing rhythm

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

00: 70001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 21213: 01314: 01415: 01516: 01617: 01718: 11819: 01920: 02021: 02122: 02223: 123
Mon: 2MonTue: 2TueWed: 1WedThu: 2ThuFri: 4FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
economy5
politics5

Languages

CodeLanguageArticlesShare
ptPortuguese1164.7%

Latest articles

The 6 most recent Águas Lindas News articles in the index — the same rows the API returns, rendered for humans.

Pesquisa eleitoral em Águas Lindas mostra liderança de Keké para deputado estadual e indefinição para federal e governad
2026-09-02 12:24 UTC
Levantamento ouviu 400 eleitores e foi realizado em 25 de agosto. Para deputado estadual e federal, pesquisa foi espontânea; cenário para governador foi estimulado.
Caso de mulher mantida em cárcere por cinco dias reacende debate sobre proteção às vítimas em Águas Lindas
2026-08-28 00:10 UTC
Mulher foi encontrada após cinco dias em cárcere privado em Águas Lindas de Goiás. Caso reacende debate sobre medidas protetivas e rede de proteção.
Entenda como especialista em crédito transforma 'não' dos bancos em financiamento aprovado
2026-08-24 23:35 UTC
Com trajetória que vai do mercado imobiliário à alta consultoria financeira, Fernando Mattos descomplica o rating bancário, o raio-X do Banco Central e orienta famílias e
Senado autoriza empréstimo de US$ 50 milhões para Águas Lindas
2026-08-14 18:12 UTC
Recursos da CAF serão destinados a obras de infraestrutura, saneamento, mobilidade e urbanização no município goiano.
PL de Wilder Morais lança Felipe Galdino como pré-candidato a Dep Estadual de olho no Entorno do DF
2026-06-19 00:52 UTC
O Partido Liberal oficializou Felipe Galdino como pré-candidato a deputado estadual
Empresa abre vaga para Vendedor Externo em Águas Lindas; veja como se candidata
2026-06-09 12:16 UTC
Oportunidade exige carteira de habilitação categoria 'B' e oferece benefícios como carro da empresa e comissões atrativas

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=aguaslindasnews.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=aguaslindasnews.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 Águas Lindas News 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
45%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 19436 min at the median, 114476 minutes at the 90th percentile.

FAQ

Does Águas Lindas 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 17 of their articles and lets you filter by date, language and section.

How many articles does Águas Lindas News publish per day?

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