News from Syria
11,529 news articles from publishers in Syria, searchable now through a free API that needs no key.
The busiest publisher in this slice is sana.sy with 11,160 articles, 96.8% of the total, followed by eleqtisadenews.com, aitnews.com. By language it splits into Arabic (11,525), English (4). Daily volume averages about 22 articles over the last 8 days, peaking at 34 on 2026-09-03.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=SY&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=SY&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 Syria 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=SY&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-07T07:40 | شعبة الاتصالات بالجيزة: سعر «آيفون 18 برو ماكس» لم يتجاوز 155 ألف جنيه.. وما يتردد مجرد تكهنات | eleqtisadenews.com |
2026-09-07T07:22 | أكرم الشيخ يقود القطاع التجاري في «MAGNA Developments» بخبرة تتجاوز 22 عامًا | eleqtisadenews.com |
2026-09-07T07:21 | ICT Misr تفوز بجائزة Sales Star Award من Cohesity تقديراً لتميز أداء مبيعاتها في المنطقة | eleqtisadenews.com |
2026-09-07T07:18 | «أراضي مصر» تتعاقد مع «دريني وشركاه» تمهيدًا لبدء الإطلاق الرسمي لـ«Arady Shares» للعملاء | eleqtisadenews.com |
2026-09-07T07:15 | البنك العربي يطلق حملة استرداد نقدي على البطاقات الائتمانية بمناسبة العودة للمدارس | eleqtisadenews.com |
2026-09-07T06:55 | ليبيا: تفكيك خلية من مواطنين وأجانب هاجمت بمسيّرات منشآت نفطية وحيوية | www.hdhod.com |
2026-09-07T06:50 | أصالة على مسرح دمشق بعد سنوات الغياب.. عودة فنانة تمسكت بموقفها من الثورة | www.hdhod.com |
2026-09-07T06:46 | السويداء.. تهدئة مؤقتة وصراع مؤجل على شكل السلطة | www.hdhod.com |
Who publishes it
The 7 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
sana.sy | 11,160 | 96.8% | query |
eleqtisadenews.com | 234 | 2.0% | query |
aitnews.com | 63 | 0.5% | query |
www.hdhod.com | 34 | 0.3% | query |
sccwf.com | 29 | 0.3% | query |
arabay.online | 5 | 0.0% | query |
www.syriarevisited.com | 4 | 0.0% | query |
Languages published in Syria
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
Domain zones used by Syria publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
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-07 | 8 | |
2026-09-06 | 30 | |
2026-09-05 | 18 | |
2026-09-04 | 3 | |
2026-09-03 | 34 | |
2026-09-02 | 25 | |
2026-09-01 | 32 | |
2026-08-31 | 23 | |
2026-08-30 | 46 | |
2026-08-29 | 41 | |
2026-08-28 | 12 | |
2026-08-27 | 32 | |
2026-08-26 | 39 | |
2026-08-25 | 17 |
Combine with other filters
# Syria, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=SY&date=today&full_text=true&size=10"
# Syria, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=SY&q=economy&sort=relevance&size=20"
# Syria, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=SY&sort=crawled&from=now-15m&size=50"