no key · no human

LA VOZ DIGITAL API, RSS and sitemap

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

SpainSpanish#16,085 by volume

Four ways to pull lavoz.digital

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

JSON Search this publisher

Every article we hold from lavoz.digital, newest first. Add q= to search inside.

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

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

technology 100%

Call the API

A live request. Paste it into a terminal and LA VOZ DIGITAL headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=lavoz.digital&size=5"
42
articles indexed
29
in the last 30 days
4
median per day
1
languages
1599 min
median crawl lag
22.08 → 31.08
archive depth

Publishing volume

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

2026-08-22: 3 articles2026-08-24: 3 articles2026-08-25: 2 articles2026-08-26: 4 articles2026-08-27: 4 articles2026-08-28: 4 articles2026-08-29: 4 articles2026-08-30: 4 articles2026-08-31: 1 articles08-2208-2408-2508-2608-2708-2808-2908-3008-31
bash
curl "https://freenewsapi.ai/v1/stats?host=lavoz.digital&top=10"

Publishing rhythm

When LA VOZ DIGITAL actually publishes, by hour of day (UTC) and by day of week — measured from 42 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 61112: 51213: 91314: 81415: 11516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 4MonTue: 2TueWed: 4WedThu: 4ThuFri: 4FriSat: 7SatSun: 4Sun

Sections

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

SectionArticles
technology10

Languages

CodeLanguageArticlesShare
esSpanish2969.0%

Latest articles

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

Project Helix no solo será la consola de próxima generación de Xbox sino que engloba una «gran familia de dispositivos»
2026-08-31 11:38 UTC
La directora ejecutiva de Xbox, Asha Sharma, se ha referido a Project Helix como «una gran familia de dispositivos», por lo que, además de su consola de próxima generació
Rockstar Games desvela 26 minutos de ‘gameplay’ de GTA VI: la cooperación de Jason y Lucía en un mundo abierto vivo
2026-08-30 13:40 UTC
Este jueves se estrenó Grand Theft Auto VI: Una mirada extendida, un ‘gameplay’ de 26 minutos que recoge partes de la trama de Jason y Lucía, los personajes que los rodea
Plaud lanza Plaud One: auriculares con IA y eSIM para grabar y transcribir reuniones sin usar el móvil
2026-08-30 13:18 UTC
Plaud ha presentado los Plaud One, unos auriculares inalámbricos pensador para grabar, transcribir y resumir reuniones, la experiencia eje de esta compañía, que basa el f
Alibaba lanza Wan3.0, su nuevo modelo de IA que genera vídeos de hasta 30 segundos
2026-08-24 13:34 UTC
Alibaba acaba de anunciar Wan3.0, su nuevo modelo «todo en uno» de vídeo por referencia (texto a vídeo e imagen a vídeo y generación) que genera clips de hasta 30 segundo
YouTube amplía las ‘Stations’, sus emisiones continuas de vídeo, a creadores, pódcasts y canales de medios
2026-08-24 12:53 UTC
YouTube ha anunciado que expande las ‘Stations’ (Estaciones), retransmisiones continuas, a nuevos formatos que engloban el contenido de creadores, los canales de medios y
Xiaomi presenta el chip propio con IA para ‘smarthones’ de gama alta XRING 03, que debutará con el Xiaomi 18 Fold
2026-08-24 12:07 UTC
Xiaomi ha actualizado sus procesadores de diseño propio XRING con tres nuevos modelos desarrollados para impulsar su ecosistema conectado con inteligencia artificial y qu
Adobe lanza las herramientas de generación de audio de Firefly para crear música, narraciones y efectos de sonido
2026-08-22 15:07 UTC
Adobe ha lanzado las herramientas de generación de audio de Firefly para ayudar a los creadores a generar música, narraciones y efectos de sonido para sus contenidos de r
Alertan del primer malware diseñado para las pantallas multimedia de los vehículos
2026-08-22 14:54 UTC
Las pantallas inteligentes de los vehículos son también un objetivo de los ciberdelincuentes, como demuestra una campaña de ‘software’ malicioso para Android que aprovech

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=lavoz.digital&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=lavoz.digital&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 LA VOZ DIGITAL 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
34%
articles with sections
average page weight

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

FAQ

Does LA VOZ DIGITAL 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 42 of their articles and lets you filter by date, language and section.

How many articles does LA VOZ DIGITAL publish per day?

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