no key · no human

Las Historias Del Rock API, RSS and sitemap

Every article Las Historias Del Rock publishes, as JSON, through an open API with no key and no signup. 176 of their articles are indexed right now, refreshed hourly.

Spanish#9,589 by volume

Four ways to pull lashistoriasdelrock.com

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

JSON Search this publisher

Every article we hold from lashistoriasdelrock.com, newest first. Add q= to search inside.

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

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

entertainment 62%

Call the API

A live request. Paste it into a terminal and Las Historias Del Rock headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=lashistoriasdelrock.com&size=5"
176
articles indexed
176
in the last 30 days
14
median per day
1
languages
668 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 13 articles2026-08-26: 12 articles2026-08-27: 16 articles2026-08-28: 20 articles2026-08-29: 24 articles2026-08-30: 5 articles2026-08-31: 4 articles2026-09-01: 6 articles2026-09-02: 14 articles2026-09-03: 20 articles2026-09-04: 16 articles2026-09-05: 18 articles2026-09-06: 8 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=lashistoriasdelrock.com&top=10"

Publishing rhythm

When Las Historias Del Rock actually publishes, by hour of day (UTC) and by day of week — measured from 176 timestamps, not from a schedule they advertise.

00: 50001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 01213: 01314: 01415: 01516: 01617: 41718: 21819: 351920: 642021: 382122: 202223: 823
Mon: 4MonTue: 19TueWed: 26WedThu: 36ThuFri: 36FriSat: 42SatSun: 13Sun

Sections

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

SectionArticles
entertainment74

Languages

CodeLanguageArticlesShare
esSpanish176100.0%

Latest articles

The 18 most recent Las Historias Del Rock articles in the index — the same rows the API returns, rendered for humans.

John 5 revela el curioso retraso que tuvo en su primer ensayo con Mötley Crüe
2026-09-06 22:33 UTC
John 5 recordó el curioso retraso que tuvo en su primer ensayo con Mötley Crüe y habló de su llegada a la banda tras reemplazar a Mick Mars. La puntualidad es una de las
Muere Andy Williams, fundador de Every Time I Die y conocido como The Butcher en AEW, a los 48 años
2026-09-06 22:06 UTC
Andy Williams, fundador y guitarrista de Every Time I Die y conocido como The Butcher en AEW, murió a los 48 años tras colapsar después de una lucha. El mundo del metalco
Gene Simmons explica su giro político, critica al Partido Demócrata y defiende su postura sobre Trump
2026-09-06 21:19 UTC
Gene Simmons explica su cambio de postura política, critica al Partido Demócrata y habla sobre Donald Trump, la industria musical y la libertad de opinión. El vocalista y
Sammy Hagar responde a Alex Van Halen tras llamarlo “idiota”: “La verdad a veces duele”
2026-09-06 20:40 UTC
Sammy Hagar respondió a Alex Van Halen después de que el baterista lo calificara de “idiota”. La historia detrás del conflicto con Van Halen. Sammy Hagar responde a Alex
Evanescence estrena el videoclip de “Tell Me When You’ve Had Enough”, su nueva canción contra la manipulación
2026-09-04 19:40 UTC
Evanescence estrena el videoclip de “Tell Me When You’ve Had Enough”, una canción sobre resistir la manipulación y recuperar el control. Evanescence acaba de presentar el

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=lashistoriasdelrock.com&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=lashistoriasdelrock.com&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 Las Historias Del Rock 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
42%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 668 min at the median, 2342 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 Las Historias Del Rock 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 176 of their articles and lets you filter by date, language and section.

How many articles does Las Historias Del Rock publish per day?

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