no key · no human

Bahia Alerta API, RSS and sitemap

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

BrazilPortuguese#16,686 by volume

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

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

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

politics 50%sport 30%crime 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=bahiaalerta.com.br&size=5"
35
articles indexed
34
in the last 30 days
4
median per day
1
languages
2795 min
median crawl lag
24.08 → 02.09
archive depth

Publishing volume

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

2026-08-24: 7 articles2026-08-25: 2 articles2026-08-27: 9 articles2026-08-28: 4 articles2026-08-29: 6 articles2026-08-30: 2 articles2026-09-01: 2 articles2026-09-02: 2 articles08-2408-2508-2708-2808-2908-3009-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=bahiaalerta.com.br&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 20910: 11011: 41112: 01213: 21314: 41415: 11516: 71617: 51718: 11819: 11920: 32021: 22122: 02223: 123
Mon: 7MonTue: 4TueWed: 2WedThu: 9ThuFri: 4FriSat: 6SatSun: 2Sun

Sections

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

SectionArticles
crime12
politics12
sport12

Languages

CodeLanguageArticlesShare
ptPortuguese3497.1%

Latest articles

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

Semana da Pátria começa em Itapetinga com programação cívica no Paço Municipal
2026-09-02 17:31 UTC
A Prefeitura de Itapetinga deu início, nesta terça-feira (1º), à programação da Semana da Pátria, período dedicado à valorização do civismo, do patriotismo e do respeito
Domingo no Parque une cultura, lazer e turismo em novo projeto da Prefeitura de Itapetinga
2026-09-02 17:27 UTC
A Prefeitura de Itapetinga iniciou, no último domingo (30), o projeto Domingo no Parque, uma iniciativa que reúne cultura, arte, lazer, convivência comunitária e também a
Brasil registra quinta maior alta do PIB entre 50 países no segundo trimestre de 2026
2026-09-01 17:02 UTC
A economia brasileira apresentou um dos melhores desempenhos entre as principais economias que já divulgaram os resultados do Produto Interno Bruto (PIB) do segundo trime
Nova proposta de reforma da Previdência prevê aposentadoria aos 67 anos e mudanças no INSS
2026-09-01 16:27 UTC
Uma nova proposta de reforma da Previdência pode voltar a alterar as regras para aposentadoria no Brasil menos de uma década após a reforma aprovada em 2019. O estudo é l
Vitória perde para reservas do Atlético-MG e aumenta pressão na reta decisiva da temporada
2026-08-30 23:48 UTC
A 25ª rodada do Campeonato Brasileiro terminou novamente com frustração para o torcedor do Vitória. O Rubro-Negro voltou a apresentar dificuldades no setor ofensivo e per
Bahia vence o Internacional, volta ao G-5 e ganha confiança para sequência do Brasileirão
2026-08-30 16:30 UTC
O Bahia voltou a vencer em casa e encerrou o fim de semana com motivos para comemorar. Depois de oscilar ao longo da competição, o Tricolor encontrou novamente o caminho
BA-263: obras marcam novo momento para Itapetinga e prometem transformar mobilidade, infraestrutura e desenvolvimento
2026-08-29 21:25 UTC
Itapetinga vive um momento importante para sua infraestrutura urbana. A assinatura da ordem de serviço para as obras de requalificação da BA-263 e pavimentação de ruas e

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=bahiaalerta.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=bahiaalerta.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 Bahia Alerta 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
35%
articles with sections
average page weight

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

FAQ

Does Bahia Alerta 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 35 of their articles and lets you filter by date, language and section.

How many articles does Bahia Alerta publish per day?

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