News from SM
5,342 news articles from publishers in SM, searchable now through a free API that needs no key.
The busiest publisher in this slice is www.sanmarinortv.sm with 5,340 articles, 100.0% of the total, followed by www.italica.sm. By language it splits into Italian (2,176). Daily volume averages about 72 articles over the last 8 days, peaking at 114 on 2026-09-01.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=SM&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=SM&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 SM 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=SM&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-06T18:16 | Pennarossa - Murata, Hassler: "C'era bisogno di riscattarsi" | www.sanmarinortv.sm |
2026-09-06T18:01 | Pennarossa - Murata. Tarini: "Piano con gli entusiasmi", Costantini: "In cinque minuti rovinata | www.sanmarinortv.sm |
2026-09-06T18:00 | Cicarevic e Zannoni lanciano il Rimini | www.sanmarinortv.sm |
2026-09-06T17:25 | Ospite della puntata Beart | www.sanmarinortv.sm |
2026-09-06T16:41 | Per Apas due compleanni e una storia lunga un secolo | www.sanmarinortv.sm |
2026-09-06T16:36 | Il Grosseto fa 2 gol alla Torres (2-0), lo Spezia ribalta la Samb. (1-2) | www.sanmarinortv.sm |
2026-09-06T16:15 | Hassler da impazzire: tripletta e assist, il Murata torna a vincere dopo 11 mesi | www.sanmarinortv.sm |
2026-09-06T16:06 | ERC: Suninen campione europeo, Meeke trionfa in Galles | www.sanmarinortv.sm |
Who publishes it
The 2 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
Languages published in SM
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
| Code | Name | Articles | Share |
|---|---|---|---|
| it | Italian | 2,176 | 40.7% |
Domain zones used by SM publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
| Code | Name | Articles | Share |
|---|---|---|---|
| sm | sm | 5,342 | 100.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.
| Day | Articles | |
|---|---|---|
2026-09-06 | 32 | |
2026-09-05 | 37 | |
2026-09-04 | 96 | |
2026-09-03 | 36 | |
2026-09-02 | 90 | |
2026-09-01 | 114 | |
2026-08-31 | 104 | |
2026-08-30 | 64 | |
2026-08-29 | 73 | |
2026-08-28 | 82 | |
2026-08-27 | 88 | |
2026-08-26 | 110 | |
2026-08-25 | 95 | |
2026-08-24 | 104 |
Combine with other filters
# SM, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=SM&date=today&full_text=true&size=10"
# SM, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=SM&q=economy&sort=relevance&size=20"
# SM, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=SM&sort=crawled&from=now-15m&size=50"