no key · no human

The Beirut Journal API, RSS and sitemap

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

LebanonEnglishArabic#8,102 by volume

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

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

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

politics 50%economy 30%conflict 20%

Call the API

A live request. Paste it into a terminal and The Beirut Journal headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=thebeirutjournal.com&size=5"
227
articles indexed
227
in the last 30 days
28
median per day
2
languages
741 min
median crawl lag
25.08 → 04.09
archive depth

Publishing volume

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

2026-08-25: 28 articles2026-08-26: 10 articles2026-08-27: 30 articles2026-08-28: 20 articles2026-08-29: 3 articles2026-08-31: 5 articles2026-09-01: 19 articles2026-09-02: 32 articles2026-09-03: 50 articles2026-09-04: 30 articles08-2508-2608-2708-2808-2908-3109-0109-0209-0309-04
bash
curl "https://freenewsapi.ai/v1/stats?host=thebeirutjournal.com&top=10"

Publishing rhythm

When The Beirut Journal actually publishes, by hour of day (UTC) and by day of week — measured from 227 timestamps, not from a schedule they advertise.

00: 50001: 70102: 10203: 120304: 210405: 50506: 120607: 80708: 50809: 70910: 01011: 191112: 71213: 101314: 271415: 121516: 111617: 211718: 91819: 61920: 132021: 62122: 22223: 123
Mon: 5MonTue: 47TueWed: 42WedThu: 80ThuFri: 50FriSat: 3SatSun: 0Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish15166.5%
arArabic7633.5%

Latest articles

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

Deputy Ihab Hamada questions Israeli control of Ali al-Tahir
2026-09-04 11:40 UTC
MP Ihab Hamada said ambiguity persists over whether Israel truly controls the Ali al-Tahir hilltop, given its continued bombardment and lack of ground forces in the posit
Government launches crackdown on generator overcharging
2026-09-04 11:39 UTC
Economy Minister Amir al-Bssat announced a coordinated enforcement system to combat illegal tariffs and overcharges by private electricity generators across Lebanon.
Israel releases five Lebanese civilian detainees
2026-09-04 06:53 UTC · politics
Joint committee inspects abattoirs in Badnayel, finds environmental violations
2026-09-04 06:32 UTC
A joint team from the Litani River Authority and the Industry Ministry inspected slaughterhouses in Badnayel on September 1st and documented environmental and operational
France pushes for new international force to replace UNIFIL as U.S. opposes move
2026-09-04 04:52 UTC
France is drafting a Security Council resolution to establish a new international mission to implement Resolution 1701 in Lebanon's south, facing expected American opposi
Lebanese security agencies expand investigation into Syrian network linked to Hezbollah
2026-09-04 03:53 UTC
Security forces have widened their inquiry into a Syrian-Lebanese network they dismantled, examining whether members were preparing operations in Lebanon while receiving
Military support advances as Lebanon prepares donor conference
2026-09-04 03:53 UTC
A preparatory meeting for an international conference on military aid to Lebanon is scheduled for 16 and 17 September, as officials debate how strengthened armed forces c

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=thebeirutjournal.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=thebeirutjournal.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 The Beirut Journal marks up its own pages — useful if you are deciding whether to parse them yourself.

10%
dates from JSON-LD
10%
articles with a byline
57%
articles with sections
61 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 741 min at the median, 3533 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 The Beirut Journal 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 227 of their articles and lets you filter by date, language and section.

How many articles does The Beirut Journal publish per day?

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