News from Luxembourg
3,397 news articles from publishers in Luxembourg, searchable now through a free API that needs no key.
The busiest publisher in this slice is www.rtl.lu with 2,319 articles, 68.3% of the total, followed by www.lessentiel.lu, placebo.lu. By language it splits into lb (2,319), French (948), German (107) and 1 more. Daily volume averages about 52 articles over the last 8 days, peaking at 85 on 2026-09-04.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=LU&date=today&sort=date&size=20"No API key, no signup, no quota. The response carries the headline, description,
publisher, publication time and the original URL for every article, and the full body text
if you ask for it with full_text=true.
Count it
curl "https://freenewsapi.ai/v1/stats?country=LU&top=20"Returns exactly the breakdown shown on this page: which publishers, which languages, and how the volume splits across the last 90 days. About 200 tokens, which makes it the cheapest way for an agent to decide whether this slice is worth reading.
Country is inferred, not declared. Before counting Luxembourg articles, read
country_source — and add
strict_country=true to exclude values derived from an en-US
template default.
curl "https://freenewsapi.ai/v1/search?country=LU&strict_country=true&date=today&size=20"Latest from this slice
The newest articles matching this filter at the time this page was generated. Headlines link to the publisher — we index and search, we do not host.
| Published | Headline | Publisher |
|---|---|---|
2026-09-07T14:11 | «Appelle la police, je vais mourir»: les derniers instants du rugbyman argentin Federico Arambu | www.lessentiel.lu |
2026-09-07T14:07 | Agents d'OpenAI: la Commission européenne enquête sur un incident en Allemagne | www.lessentiel.lu |
2026-09-07T14:02 | Kimi Antonelli célèbre sa victoire au GP d'Italie en mangeant ses pâtes dans son trophée | www.lessentiel.lu |
2026-09-07T13:59 | Iran: Taraneh risque la pendaison, sa sœur jumelle 25 ans de prison | www.lessentiel.lu |
2026-09-07T13:21 | Bruce Campbell révèle son cancer incurable: «on m'a donné cinq ans à vivre» | www.lessentiel.lu |
2026-09-07T13:16 | États-Unis: Musk et la sphère MAGA applaudissent l’extrême droite allemande | www.lessentiel.lu |
2026-09-07T13:07 | L’ANSM met à jour les informations de sécurité des médicaments contenant du diméhydrinate, du d | placebo.lu |
2026-09-07T12:44 | Agressions dans les trains: les incidents signalés au Luxembourg bondissent | www.lessentiel.lu |
Who publishes it
The 5 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
www.rtl.lu | 2,319 | 68.3% | query |
www.lessentiel.lu | 852 | 25.1% | query |
placebo.lu | 171 | 5.0% | query |
www.eib.org | 53 | 1.6% | query |
eaglestone.group | 2 | 0.1% | query |
Languages published in Luxembourg
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
Domain zones used by Luxembourg publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
Volume by day
How much this slice produces daily. Useful for sizing a job before you run it, and for spotting whether a spike is real or an artefact of one publisher.
| Day | Articles | |
|---|---|---|
2026-09-07 | 40 | |
2026-09-06 | 58 | |
2026-09-05 | 50 | |
2026-09-04 | 85 | |
2026-09-03 | 80 | |
2026-09-02 | 76 | |
2026-09-01 | 11 | |
2026-08-31 | 12 | |
2026-08-30 | 21 | |
2026-08-29 | 48 | |
2026-08-28 | 77 | |
2026-08-27 | 81 | |
2026-08-26 | 87 | |
2026-08-25 | 31 |
Combine with other filters
# Luxembourg, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=LU&date=today&full_text=true&size=10"
# Luxembourg, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=LU&q=economy&sort=relevance&size=20"
# Luxembourg, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=LU&sort=crawled&from=now-15m&size=50"