no key · no human

Bugetul.ro API, RSS and sitemap

Every article Bugetul.ro publishes, as JSON, through an open API with no key and no signup. 623 of their articles are indexed right now, refreshed hourly.

RomaniaRomanian#4,078 by volume

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

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

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

transport 26%entertainment 21%

Call the API

A live request. Paste it into a terminal and Bugetul.ro headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.bugetul.ro&size=5"
623
articles indexed
623
in the last 30 days
49
median per day
1
languages
5 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 26 articles2026-08-26: 36 articles2026-08-27: 36 articles2026-08-28: 55 articles2026-08-29: 68 articles2026-08-30: 62 articles2026-08-31: 37 articles2026-09-01: 49 articles2026-09-02: 24 articles2026-09-03: 37 articles2026-09-04: 53 articles2026-09-05: 72 articles2026-09-06: 62 articles2026-09-07: 6 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.bugetul.ro&top=10"

Publishing rhythm

When Bugetul.ro actually publishes, by hour of day (UTC) and by day of week — measured from 623 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 120304: 220405: 210506: 230607: 320708: 320809: 360910: 391011: 351112: 341213: 381314: 371415: 371516: 341617: 581718: 321819: 361920: 332021: 122122: 102223: 1023
Mon: 43MonTue: 75TueWed: 60WedThu: 73ThuFri: 108FriSat: 140SatSun: 124Sun

Sections

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

Languages

CodeLanguageArticlesShare
roRomanian623100.0%

Latest articles

The 18 most recent Bugetul.ro articles in the index — the same rows the API returns, rendered for humans.

O femeie a câștigat 134 de milioane de euro la Loto și a donat aproape jumătate din avere. Ce decizii a luat cu banii
2026-09-07 05:30 UTC
O femeie din Marea Britanie a devenit una dintre cele mai generoase câștigătoare la loterie din istorie. După ce a încasat un premiu de aproximativ 134 de milioane de eur
Lași încărcătorul în priză și alte dispozitive? Nu este de mirare că ți-a crescut factura la curent, vezi cât consumă
2026-09-07 04:00 UTC
Fenomenul consumului în standbyMajoritatea gospodăriilor moderne găzduiesc zeci de dispozitive electronice care rămân conectate la rețeaua electrică permanent, chiar și a
Oana Roman a slăbit 15 kilograme în 6 luni prin această metodă. Ani la rândul a fost criticată pentru greutatea sa
2026-09-06 20:00 UTC
O transformare lentă și sănătoasăOana Roman a reușit să slăbească 15 kilograme în șase luni, o performanță pe care a decis să o împărtășească publicului care o urmărește

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.bugetul.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.bugetul.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 Bugetul.ro marks up its own pages — useful if you are deciding whether to parse them yourself.

7%
dates from JSON-LD
7%
articles with a byline
37%
articles with sections
429 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 5 min at the median, 2241 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 Bugetul.ro 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 623 of their articles and lets you filter by date, language and section.

How many articles does Bugetul.ro publish per day?

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