no key · no human

GUATE365 API, RSS and sitemap

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

GuatemalaSpanish#5,561 by volume

Four ways to pull guate365.org

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from guate365.org, newest first. Add q= to search inside.

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

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

travel 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=guate365.org&size=5"
395
articles indexed
395
in the last 30 days
34
median per day
1
languages
1522 min
median crawl lag
16.08 → 04.09
archive depth

Publishing volume

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

2026-08-16: 16 articles2026-08-17: 30 articles2026-08-21: 15 articles2026-08-22: 40 articles2026-08-23: 44 articles2026-08-30: 10 articles2026-08-31: 20 articles2026-09-01: 100 articles2026-09-02: 47 articles2026-09-03: 39 articles2026-09-04: 34 articles08-1608-1708-2108-2208-2308-3008-3109-0109-0209-0309-04
bash
curl "https://freenewsapi.ai/v1/stats?host=guate365.org&top=10"

Publishing rhythm

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

00: 50001: 20102: 20203: 70304: 70405: 90506: 2790607: 40708: 90809: 90910: 91011: 91112: 41213: 141314: 41415: 21516: 41617: 21718: 41819: 21920: 22021: 22122: 22223: 223
Mon: 50MonTue: 100TueWed: 47WedThu: 39ThuFri: 49FriSat: 40SatSun: 70Sun

Sections

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

SectionArticles
travel35

Languages

CodeLanguageArticlesShare
esSpanish395100.0%

Latest articles

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

Iglesia San Agustín en zona 1: historia, arquitectura y arte
2026-09-04 14:06 UTC
La Iglesia San Agustín de la zona 1 conserva una historia que pasa por la Antigua Guatemala, la nueva capital, terremotos, restauraciones y arte religioso.
Reserva Natural Heloderma en Zacapa: guía de visita y conservación
2026-09-04 14:06 UTC
La Reserva Natural Heloderma protege el bosque seco del Valle del Motagua y ofrece recorridos, observación de aves, tours nocturnos y camping en Zacapa.
Parque Ecoturístico Cerro El Niño en Pastores: guía de visita
2026-09-04 13:05 UTC
El Parque Ecoturístico Cerro El Niño, en Pastores, combina piscina al aire libre, senderos, miradores y espacios familiares entre las montañas de Sacatepéquez.
Iglesia Esquipulitas en zona 11: historia de la parroquia de Mariscal
2026-09-04 13:05 UTC
La Iglesia Esquipulitas de la colonia Mariscal nació de la organización vecinal de los años cuarenta y se consolidó como parroquia en 1966.
Paseo del Lago en Villa Nueva: guía de visita, miradores y actividades
2026-09-04 10:06 UTC
El Paseo del Lago en Villa Nueva ofrece miradores al Lago de Amatitlán, senderos, juegos y espacios para pasar el día cerca de la ciudad.
Kukulkan Playa en San José, Petén: guía de visita y hospedaje
2026-09-04 10:06 UTC
Kukulkan Playa ofrece playa privada, muelle, cabañas y camping a pocos metros del parque central de San José, Petén.

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=guate365.org&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=guate365.org&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 GUATE365 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
9%
articles with sections
average page weight

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

How many articles does GUATE365 publish per day?

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