no key · no human

TusMedios.es API, RSS and sitemap

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

SpainSpanish#13,503 by volume

Four ways to pull tusmedios.es

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

JSON Search this publisher

Every article we hold from tusmedios.es, newest first. Add q= to search inside.

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

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

entertainment 30%media 30%travel 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=tusmedios.es&size=5"
74
articles indexed
40
in the last 30 days
3
median per day
1
languages
7626 min
median crawl lag
28.07 → 30.08
archive depth

Publishing volume

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

2026-07-28: 2 articles2026-07-29: 2 articles2026-07-30: 2 articles2026-08-13: 6 articles2026-08-14: 2 articles2026-08-19: 4 articles2026-08-20: 4 articles2026-08-24: 2 articles2026-08-25: 3 articles2026-08-26: 3 articles2026-08-27: 9 articles2026-08-28: 4 articles2026-08-29: 2 articles2026-08-30: 1 articles07-2807-3008-1408-2008-2508-2708-2908-30
bash
curl "https://freenewsapi.ai/v1/stats?host=tusmedios.es&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 40607: 40708: 00809: 60910: 61011: 11112: 71213: 51314: 21415: 01516: 21617: 01718: 21819: 01920: 12021: 22122: 22223: 223
Mon: 2MonTue: 5TueWed: 9WedThu: 21ThuFri: 6FriSat: 2SatSun: 1Sun

Sections

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

SectionArticles
entertainment17
media17
travel17

Languages

CodeLanguageArticlesShare
esSpanish4662.2%

Latest articles

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

Puerto de la Cruz inaugura su 53º Oktoberfest y encara un fin de semana de música, tradición y sabor bávaro
2026-08-30 22:18 UTC
La Explanada del Muelle abrió este viernes tres días de celebración que ponen el broche final a la Semana Bávara, una tradición que mantiene vivos los vínculos entre Puer
La pyme no necesita un ERP complicado: ZeroGest apuesta por simplicidad, IA y módulos a medida
2026-08-29 13:01 UTC
ZeroGest apuesta por una gestión empresarial sencilla y sin funciones innecesarias: presupuestos, pedidos, albaranes, facturas y gastos automatizados con inteligencia art
ZeroControl simplifica y automatiza el registro horario para facilitar la adaptación de las pymes
2026-08-29 12:26 UTC
Ante la próxima reforma del registro horario, ZeroControl propone a las pymes una forma más sencilla de gestionar la jornada laboral, automatizando incidencias y correcci
Summy Yogurt Experience factura 1,72 millones de euros en el primer semestre de 2026, un 64% más, y alcanza los 33 estab
2026-08-24 13:04 UTC
La cadena murciana de yogur helado natural suma 11 nuevas aperturas en España en los primeros seis meses del año y eleva su red nacional a 32 locales.

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=tusmedios.es&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=tusmedios.es&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 TusMedios.es 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
37%
articles with sections
average page weight

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

FAQ

Does TusMedios.es 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 74 of their articles and lets you filter by date, language and section.

How many articles does TusMedios.es publish per day?

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