no key · no human
HomeNews by countryNews from Slovenia

News from Slovenia

32,288 news articles from publishers in Slovenia, searchable now through a free API that needs no key.

The busiest publisher in this slice is www.delo.si with 6,656 articles, 20.6% of the total, followed by www.24ur.com, slovenskenovice.delo.si. By language it splits into Slovenian (22,632), English (1,407), Slovak (76). Daily volume averages about 438 articles over the last 8 days, peaking at 548 on 2026-09-04.

32,288
articles in the index
0.15%
of the whole corpus
1,076
per day on average

Fetch it

bash
curl "https://freenewsapi.ai/v1/search?country=SI&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

bash
curl "https://freenewsapi.ai/v1/stats?country=SI&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 Slovenia articles, read country_source — and add strict_country=true to exclude values derived from an en-US template default.

bash
curl "https://freenewsapi.ai/v1/search?country=SI&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.

Who publishes it

The 25 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.

PublisherArticlesShare API
www.delo.si6,65620.6%query
www.24ur.com6,30419.5%query
slovenskenovice.delo.si5,72717.7%query
siol.net4,83015.0%query
www.primorski.eu2,0076.2%query
demokracija.si1,4074.4%query
n1info.si7372.3%query
www.moskisvet.com4951.5%query
primorske.si4901.5%query
www.bibaleze.si4321.3%query
vizita.si3321.0%query
www.karcher.com3191.0%query
www.zadovoljna.si2820.9%query
www.koroskenovice.si2720.8%query
www.velenjcan.si2580.8%query
www.dominvrt.si2570.8%query
www.finance.si1520.5%query
www.bodieko.si1430.4%query
gostilna-grof.si1370.4%query
onaplus.delo.si1340.4%query
avtoarena.si1330.4%query
deloindom.delo.si1030.3%query
lendavainfo.com900.3%query
ljnovice.si830.3%query
precitaj.si760.2%query

Languages published in Slovenia

What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.

CodeNameArticlesShare
slSlovenian22,63270.1%
enEnglish1,4074.4%
skSlovak760.2%

Domain zones used by Slovenia publishers

Publishers here do not all use the national zone. This is the split that country inference has to work against.

CodeNameArticlesShare
siSlovenia18,23656.5%
comglobal commercial7,21222.3%
netglobal network4,83115.0%
euEuropean Union2,0076.2%
infoinformation10.0%
orgorganisations10.0%

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.

DayArticles
2026-09-07177
2026-09-06376
2026-09-05461
2026-09-04548
2026-09-03524
2026-09-02499
2026-09-01475
2026-08-31441
2026-08-30359
2026-08-29429
2026-08-28533
2026-08-27517
2026-08-26531
2026-08-25456

Combine with other filters

bash
# Slovenia, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=SI&date=today&full_text=true&size=10"

# Slovenia, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=SI&q=economy&sort=relevance&size=20"

# Slovenia, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=SI&sort=crawled&from=now-15m&size=50"

Related slices

Every parameter · Wire it into an agent · All statistics