no key · no human

Monitorul de Suceava API, RSS and sitemap

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

RomaniaRomanianEnglish#3,050 by volume

Four ways to pull monitorulsv.ro

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from monitorulsv.ro, newest first. Add q= to search inside.

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

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

society 40%environment 20%politics 20%

Call the API

A live request. Paste it into a terminal and Monitorul de Suceava headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.monitorulsv.ro,anunturi.monitorulsv.ro&size=5"

This page covers 2 hosts of monitorulsv.ro as one publisher: www.monitorulsv.ro, anunturi.monitorulsv.ro. The API accepts them comma-separated in host.

942
articles indexed
455
in the last 30 days
19
median per day
2
languages
579 min
median crawl lag
08.06 → 06.09
archive depth

Publishing volume

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

2026-06-08: 4 articles2026-06-10: 1 articles2026-06-12: 2 articles2026-06-15: 1 articles2026-06-30: 1 articles2026-07-07: 1 articles2026-07-08: 1 articles2026-07-10: 1 articles2026-07-13: 1 articles2026-07-14: 1 articles2026-07-15: 1 articles2026-07-17: 2 articles2026-07-20: 1 articles2026-07-22: 1 articles2026-07-23: 2 articles2026-07-24: 61 articles2026-07-25: 28 articles2026-07-26: 24 articles2026-07-27: 41 articles2026-07-28: 41 articles2026-07-29: 39 articles2026-07-30: 30 articles2026-07-31: 38 articles2026-08-01: 10 articles2026-08-02: 19 articles2026-08-03: 39 articles2026-08-04: 29 articles2026-08-05: 44 articles2026-08-06: 13 articles2026-08-24: 36 articles2026-08-25: 42 articles2026-08-26: 62 articles2026-08-27: 49 articles2026-08-28: 49 articles2026-08-29: 8 articles2026-08-30: 18 articles2026-08-31: 35 articles2026-09-01: 35 articles2026-09-02: 37 articles2026-09-03: 29 articles2026-09-04: 32 articles2026-09-05: 10 articles2026-09-06: 13 articles06-0807-1007-2307-3008-0608-3009-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.monitorulsv.ro,anunturi.monitorulsv.ro&top=10"

Publishing rhythm

When Monitorul de Suceava actually publishes, by hour of day (UTC) and by day of week — measured from 942 timestamps, not from a schedule they advertise.

00: 7860001: 00102: 00203: 00304: 00405: 00506: 00607: 120708: 200809: 40910: 81011: 181112: 91213: 241314: 171415: 111516: 101617: 101718: 21819: 01920: 12021: 02122: 02223: 023
Mon: 158MonTue: 150TueWed: 186WedThu: 123ThuFri: 185FriSat: 56SatSun: 74Sun

Sections

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

Languages

CodeLanguageArticlesShare
roRomanian90896.4%
enEnglish242.5%

Latest articles

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

CSU Suceava a câștigat derbiul Moldovei
2026-09-06 10:14 UTC · society

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.monitorulsv.ro,anunturi.monitorulsv.ro&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.monitorulsv.ro,anunturi.monitorulsv.ro&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 Monitorul de Suceava marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
84%
articles with a byline
97%
articles with sections
150 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 579 min at the median, 1135 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 Monitorul de Suceava 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 942 of their articles and lets you filter by date, language and section.

How many articles does Monitorul de Suceava publish per day?

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