no key · no human

G5 News API, RSS and sitemap

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

BrazilPortuguese#4,925 by volume

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

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

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

politics 48%crime 42%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.g5news.com.br&size=5"
471
articles indexed
426
in the last 30 days
33
median per day
1
languages
7 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: 28 articles2026-08-26: 34 articles2026-08-27: 43 articles2026-08-28: 52 articles2026-08-29: 49 articles2026-08-30: 40 articles2026-08-31: 48 articles2026-09-01: 27 articles2026-09-02: 33 articles2026-09-03: 22 articles2026-09-04: 27 articles2026-09-05: 14 articles2026-09-06: 9 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.g5news.com.br&top=10"

Publishing rhythm

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

00: 140001: 40102: 00203: 00304: 00405: 00506: 00607: 00708: 110809: 160910: 301011: 371112: 411213: 371314: 401415: 221516: 111617: 261718: 331819: 241920: 352021: 272122: 102223: 823
Mon: 48MonTue: 55TueWed: 67WedThu: 65ThuFri: 79FriSat: 63SatSun: 49Sun

Sections

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

SectionArticles
crime170
politics170

Languages

CodeLanguageArticlesShare
ptPortuguese42690.4%

Latest articles

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

Goiânia aperta fiscalização contra sonegação e entrega mais de 40 denúncias ao MP
2026-09-06 09:30 UTC
Gestão municipal amplia parceria com o Ministério Público para combater sonegação, cobrar devedores e fortalecer a fiscalização dos tributos na Capital
Jovem sofre descarga elétrica durante reforma em galpão de Goiânia e morre no local; veja
2026-09-05 22:18 UTC
Vítima teria encostado uma calha em um fio da rede elétrica; bombeiros tentaram reanimá-la, mas jovem não resistiu
“Monte de merda”: Negona do Bolsonaro diz ter sido barrada na sede do PL e acusa partido de perseguição; assista
2026-09-05 16:42 UTC
Candidata ao Congresso afirma que cinco seguranças fizeram uma barreira para impedir sua entrada no diretório do partido no Rio; revoltada, ela promete recorrer à Justiça
Roubou carro de trabalhador, ficou sem gasolina e voltou para abastecer: “Rato!”
2026-09-05 14:06 UTC
Ladrão teria levado o veículo, mas precisou retornar para abastecer depois que o combustível terminou; cena foi marcada por gritos e revolta de familiares da vítima
PM de folga saca arma e mata Pitbull que avançou contra ele e filha de 1 ano que estava no colo; assista
2026-09-05 13:14 UTC
Policial militar estava de folga e carregava a criança no colo quando o cachorro escapou de uma casa vizinha e correu em direção aos dois; ninguém ficou ferido
Vó Bahiana faz previsão assustadora sobre temporal em Goiânia e diz que criança poderia morrer; veja vídeo
2026-09-05 12:19 UTC
Em vídeo, vidente afirma ter visto uma família sendo arrastada por uma forte chuva na capital e pede que goianos se protejam antes do 7 de Setembro

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=www.g5news.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=www.g5news.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 G5 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
40%
articles with sections
average page weight

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

How many articles does G5 News publish per day?

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