no key · no human

E-llico.com API, RSS and sitemap

Every article E-llico.com publishes, as JSON, through an open API with no key and no signup. 111 of their articles are indexed right now, refreshed hourly.

FranceFrench#11,518 by volume

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

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

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

entertainment 40%society 30%sport 30%

Call the API

A live request. Paste it into a terminal and E-llico.com headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=e-llico.com&size=5"
111
articles indexed
111
in the last 30 days
9
median per day
1
languages
7 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 13 articles2026-08-27: 9 articles2026-08-28: 7 articles2026-08-29: 9 articles2026-08-30: 12 articles2026-08-31: 5 articles2026-09-01: 11 articles2026-09-02: 5 articles2026-09-03: 6 articles2026-09-04: 6 articles2026-09-05: 13 articles2026-09-06: 9 articles2026-09-07: 1 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=e-llico.com&top=10"

Publishing rhythm

When E-llico.com actually publishes, by hour of day (UTC) and by day of week — measured from 111 timestamps, not from a schedule they advertise.

00: 10001: 60102: 50203: 50304: 60405: 50506: 20607: 70708: 30809: 30910: 41011: 71112: 51213: 71314: 41415: 11516: 101617: 51718: 21819: 51920: 42021: 52122: 52223: 423
Mon: 6MonTue: 16TueWed: 18WedThu: 15ThuFri: 13FriSat: 22SatSun: 21Sun

Sections

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

SectionArticles
entertainment47
society47
sport47

Languages

CodeLanguageArticlesShare
frFrench111100.0%

Latest articles

The 18 most recent E-llico.com articles in the index — the same rows the API returns, rendered for humans.

Düsseldorf reçoit des feux de circulation arc-en-ciel
2026-09-06 20:21 UTC
À Düsseldorf, des feux de signalisation devraient, dès cet automne, présenter pour la première fois des couples de même sexe. Selon le quotidien Rheinische Post (article
La lueur vacillante d’un vieil homme amoureux
2026-09-06 18:21 UTC · entertainment
Rose remporte la victoire à Ludwigshafen
2026-09-06 09:20 UTC · entertainment
Sensibilisation LGBTQ+ autour des animaux queer
2026-09-05 21:22 UTC
Dans « Emil et la Safari arc-en-ciel », un raton laveur timide à une patte manquante et une limace-banane sûre d’elle voyagent ensemble à travers un monde animal débordan
Tahnee sur sa comédie : il n’y a aucune garantie
2026-09-05 07:21 UTC · entertainment
GNTM démarre sa 22e saison : ce qui attend Heidi Klum
2026-09-04 19:20 UTC
Heidi Klum (53) se prépare après les vacances d’été sur l’île de Saint-Barthélemy, dans les Antilles, avec son mari Tom Kaulitz (36), à une période de travail particulièr
Un amour gay à durée limitée
2026-09-04 11:21 UTC · entertainment

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=e-llico.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=e-llico.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 E-llico.com 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 7 min at the median, 1716 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 E-llico.com 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 111 of their articles and lets you filter by date, language and section.

How many articles does E-llico.com publish per day?

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