no key · no human

Beritaja API, RSS and sitemap

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

IndonesiaIndonesian#11,478 by volume

Four ways to pull beritaja.com

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

JSON Search this publisher

Every article we hold from beritaja.com, newest first. Add q= to search inside.

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

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

health 32%politics 12%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=beritaja.com&size=5"
112
articles indexed
61
in the last 30 days
3
median per day
1
languages
29323 min
median crawl lag
12.06 → 06.09
archive depth

Publishing volume

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

2026-06-12: 12 articles2026-07-19: 2 articles2026-07-20: 2 articles2026-07-22: 4 articles2026-07-23: 8 articles2026-07-24: 4 articles2026-07-28: 2 articles2026-07-29: 2 articles2026-07-30: 2 articles2026-07-31: 7 articles2026-08-05: 3 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 2 articles2026-08-11: 3 articles2026-08-13: 3 articles2026-08-16: 3 articles2026-08-17: 8 articles2026-08-20: 3 articles2026-08-22: 3 articles2026-08-23: 1 articles2026-08-25: 6 articles2026-08-27: 8 articles2026-08-29: 9 articles2026-08-31: 2 articles2026-09-01: 4 articles2026-09-03: 2 articles2026-09-05: 2 articles2026-09-06: 2 articles06-1207-2307-3008-1008-1708-2509-0109-06

The 1 hatched days are gaps in the upstream news archive, not quiet days at Beritaja: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=beritaja.com&top=10"

Publishing rhythm

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

00: 20001: 00102: 20203: 40304: 30405: 40506: 60607: 20708: 150809: 80910: 01011: 41112: 31213: 51314: 101415: 241516: 51617: 41718: 01819: 01920: 22021: 52122: 32223: 123
Mon: 14MonTue: 15TueWed: 9WedThu: 26ThuFri: 23FriSat: 14SatSun: 11Sun

Sections

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

SectionArticles
health35

Languages

CodeLanguageArticlesShare
idIndonesian112100.0%

Latest articles

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

Creating an AI Adoption Roadmap | Plan and Scale AI for Small Businesses | Beritaja
2026-09-06 14:53 UTC
Learn how to create an AI adoption roadmap for your business, from choosing use cases and running pilots to managing risks and scaling AI responsibly.
How to Build an AI Strategy for Your Business: A Practical Guide for Small Businesses | Beritaja
2026-09-05 06:24 UTC
Learn how to build an AI strategy for your business with practical steps for choosing use cases, managing risks, measuring results, and scaling AI.
AI Regulations Every Business Should Understand | Stay Compliant and Use AI Responsibly | Beritaja
2026-09-03 03:26 UTC
AI regulations affect privacy, security, marketing, employment and more. Learn what SMEs should know and how to build a practical AI compliance process.
Navigating the Microsoft Ecosystem: Trends, Outages, and What You Need to Know
2026-09-01 15:45 UTC
Microsoft Outlook, 365, and outages: Your quick guide to recent search trends. Discover what users are searching for and stay informed on Microsoft service status.
Common AI Risks for SMEs: How Small Businesses Can Use AI Safely | Beritaja
2026-09-01 15:04 UTC
Learn the common AI risks for SMEs, from privacy and security to bias and AI errors, with practical steps for safer AI adoption.
AI Privacy and Data Security Guide | Protect Your Business Data and Use AI Safely | Beritaja
2026-08-31 09:26 UTC
AI Privacy and Data Security Guide for small businesses: learn how to protect sensitive data, reduce AI risks, and build safer AI workflows.
AI Ethics Every Small Business Should Know | Practical Guide for SMEs | Beritaja
2026-08-29 15:37 UTC
A small business owner reviewing an AI-assisted business workflow while considering privacy, fairness, transparency, security, and human oversight
AI Governance & Strategy for Small Businesses
2026-08-29 14:57 UTC
Learn how small businesses can build an effective AI strategy, manage AI risks, protect data, understand regulations, and adopt AI responsibly.
TikTok and YouTube Teen Safety Rules: What Meta’s Changes Mean for Parents | Beritaja
2026-08-29 05:54 UTC
Learn how Meta’s new teen safety rules could affect TikTok and YouTube, including screen time limits, nighttime restrictions, school-hour notifications, and what parents
AI Fundamentals
2026-08-27 09:39 UTC · health
AI Decision Making: How AI Helps Businesses Make Better, Faster & Smarter Decisions | Practical Guide for MSMEs & Small
2026-08-27 02:26 UTC
AI decision making helps businesses analyze data, predict trends, reduce risks, and make faster, smarter decisions. Learn practical AI strategies for MSMEs and small busi

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=beritaja.com&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=beritaja.com&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 Beritaja marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
31%
articles with sections
average page weight

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

How many articles does Beritaja publish per day?

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