no key · no human

Fotogramas API, RSS and sitemap

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

SpainSpanish#7,912 by volume

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

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

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

entertainment 90%media 10%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.fotogramas.es&size=5"
240
articles indexed
240
in the last 30 days
10
median per day
1
languages
1788 min
median crawl lag
18.08 → 07.09
archive depth

Publishing volume

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

2026-08-18: 6 articles2026-08-19: 5 articles2026-08-20: 5 articles2026-08-21: 11 articles2026-08-22: 6 articles2026-08-23: 6 articles2026-08-24: 10 articles2026-08-25: 10 articles2026-08-26: 14 articles2026-08-27: 13 articles2026-08-28: 16 articles2026-08-29: 8 articles2026-08-30: 6 articles2026-08-31: 10 articles2026-09-01: 6 articles2026-09-02: 8 articles2026-09-03: 34 articles2026-09-04: 20 articles2026-09-05: 24 articles2026-09-06: 18 articles2026-09-07: 4 articles08-1808-2108-2408-2708-3009-0209-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.fotogramas.es&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 30506: 40607: 510708: 470809: 370910: 311011: 161112: 191213: 71314: 11415: 41516: 31617: 71718: 81819: 21920: 02021: 02122: 02223: 023
Mon: 24MonTue: 22TueWed: 27WedThu: 52ThuFri: 47FriSat: 38SatSun: 30Sun

Sections

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

SectionArticles
entertainment38

Languages

CodeLanguageArticlesShare
esSpanish240100.0%

Latest articles

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

Bruce Willis, hace 30 años: "Ninguna mujer va a satisfacer el impulso natural de un hombre de ser padre aunque tengas tr
2026-09-07 07:26 UTC
El actor, que por aquel entonces estaba casado con Demi Moore, hizo unas declaraciones de lo más extrañas.
De ‘The Holiday’ a ‘Las chicas Gilmore’: un diseñador de producción se hace viral al revelar los secretos de las casas m
2026-09-07 07:00 UTC
Jon Hutman, diseñador de producción de películas como ‘The Holiday’, ha creado un canal de YouTube en el que explica cómo se crearon algunos de los hogares más memorables
Glenn Close, actriz: "Honestamente, creo que Robin Williams seguiría vivo si todavía estuviera entre nosotros Christophe
2026-09-07 06:59 UTC
Una entrevista de la veterana actriz en el nuevo documental sobre la vida del intérprete de Superman arroja luz sobre esta desconocida amistad
La película que tiene como referentes a Polanski y Shyamalan. Crítica de 'El nido', "no es redonda, pero tiene personali
2026-09-07 05:57 UTC
Con una deslumbrante puesta en escena, Hugo Stuven ('Solo') demuestra en este thriller que está especialmente dotado para construir atmósferas y convertir los espacios en
El actor Mark Ruffalo, sobre la muerte sin resolver de su hermano: "Él era tan popular como el alcalde de Beverly Hills"
2026-09-06 10:40 UTC
El intérprete, famoso por su papel de Hulk en el UCM, tuvo que lidiar con el extraño y doloroso asesinato de su hermano menor, un caso que nunca quedó resuelto.

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.fotogramas.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=www.fotogramas.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 Fotogramas 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
16%
articles with sections
average page weight

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

How many articles does Fotogramas publish per day?

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