Topics
Countries
Algeria News
Would you like to access news/blog content published by sources located in Algeria?
Code example
If you'd like to make a REST call, then make a following POST request:
Endpoint /api/v1/article/getArticles
Request body
{
"sourceLocationUri": "http://en.wikipedia.org/wiki/Algeria",
"resultType": "articles",
"apiKey": "API_KEY"
}
If you'd like instead to do a GET request then call:
/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAlgeria&resultType=articles&apiKey=API_KEY
Example of JSON response
Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.
{
"articles": {
"results": [
{
"uri": "9360386135",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:13:24",
"dateTime": "2026-06-16T23:13:24Z",
"dateTimePub": "2026-06-16T23:13:04Z",
"dataType": "news",
"sim": 0.4666666686534882,
"url": "https://www.echoroukonline.com/?p=1304972",
"title": "بطل إفريقيا ينهزم بثلاثية - الشروق أونلاين",
"body": "استهل منتخب السنغال مشواره في كأس العالم 2026، بهزيمة أمام المنتخب الفرنسي.\n\nوانتهت المباراة التي تدخل في إطار الجولة الأولى، بثلاثية لهدف واحد.\n\nوانتهى الشوط الأول من اللقاء، على نتيجة التعادل السلبي، وأتيحت للسنغال العديد من الفرص في هذه المرحلة لكن لم يحسن استغلالها.\n\nوافتتح قائد \"الديوك\" كيليان مبابي باب التهديف في د 65، وضاعف البديل باركولا النتيجة في د82، وتمكن السنغال من تقليص النتيجة في الدقيقة الرابعة من الوقت بدل الضائع، ليعود مبابي بعد دقيقة واحدة من هدف \"التيرانغا\" ويسجل الثالث.",
"source": {
"uri": "echoroukonline.com",
"dataType": "news",
"title": "الشروق أونلاين"
},
"authors": [
{
"uri": "عمر_سلامي@echoroukonline.com",
"name": "عمر سلامي",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Senegal national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "France national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Africa",
"type": "loc",
"score": 3,
"label": {
"eng": "Africa"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 3,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal",
"type": "loc",
"score": 3,
"label": {
"eng": "Senegal"
},
"location": {
"type": "country",
"label": {
"eng": "Senegal"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 93
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 97
}
],
"image": "https://www.echoroukonline.com/wp-content/uploads/2021/05/placeholder.png",
"eventUri": "ara-2091650",
"sentiment": null,
"wgt": 519347604,
"relevance": 1
},
{
"uri": "9360383813",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:09:18",
"dateTime": "2026-06-16T23:09:18Z",
"dateTimePub": "2026-06-16T23:08:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.jeune-independant.net/tevez-au-jeune-independant-lalgerie-est-un-grand-pays-de-football/",
"title": "Tevez au Jeune Indépendant : \" L'Algérie est un grand pays de football\" - Le Jeune Indépendant",
"body": "À quelques heures du choc tant attendu entre les Fennecs et l'Albiceleste, notre envoyé spécial à Kansas City a eu la chance de croiser la route de la légende argentine Carlos Tevez aux abords de l'Arrowhead Stadium.\n\nL'ancien attaquant de Manchester City et de la Juventus, figure emblématique du football argentin, n'a pas caché son respect pour la sélection nationale algérienne. \" L'Algérie est un grand pays de football et une équipe très dangereuse \", a-t-il confié, visiblement sincère. \" Ce sera un match difficile pour l'Argentine. \"\n\nTevez a également salué la nouvelle génération des Verts : \" Il y a beaucoup de jeunes bons joueurs dans cette équipe. Ils ne doivent pas être pris à la légère. \"\n\nDes propos qui sonnent comme une reconnaissance méritée pour des Fennecs qui effectuent leur grand retour en Coupe du monde après deux éditions manquées. Les hommes de la sélection algérienne arrivent en confiance, portés notamment par un nul face à l'Uruguay (0-0) et une victoire contre les Pays-Bas (1-0).",
"source": {
"uri": "jeune-independant.net",
"dataType": "news",
"title": "Le Jeune Indépendant"
},
"authors": [
{
"uri": "nassim_mecheri@jeune-independant.net",
"name": "Nassim Mecheri",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Carlos_Tevez",
"type": "person",
"score": 5,
"label": {
"eng": "Carlos Tevez"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 5,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Algeria_national_football_team",
"type": "wiki",
"score": 4,
"label": {
"eng": "Algeria national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Argentina",
"type": "loc",
"score": 4,
"label": {
"eng": "Argentina"
},
"location": {
"type": "country",
"label": {
"eng": "Argentina"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manchester_City_F.C.",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manchester City F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Juventus_F.C.",
"type": "org",
"score": 2,
"label": {
"eng": "Juventus F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kingdom_of_the_Netherlands",
"type": "loc",
"score": 1,
"label": {
"eng": "Kingdom of the Netherlands"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/AS_Saint-Étienne",
"type": "wiki",
"score": 1,
"label": {
"eng": "AS Saint-Étienne"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 1,
"label": {
"eng": "FIFA World Cup"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 92
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
},
{
"uri": "iptc/sport/sport_event",
"label": "iptc/sport/sport event",
"wgt": 59
}
],
"image": "https://www.jeune-independant.net/wp-content/uploads/2026/06/IMG_8711.jpeg",
"eventUri": null,
"sentiment": null,
"wgt": 519347358,
"relevance": 1
},
{
"uri": "9360371938",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:52:02",
"dateTime": "2026-06-16T22:52:02Z",
"dateTimePub": "2026-06-16T22:51:38Z",
"dataType": "news",
"sim": 0,
"url": "https://eldjoumhouria.dz/article/44640/",
"title": "مترشحو التجمع الوطني الديمقراطي يواصلون خرجاتهم الجوارية",
"body": "في إطار الحملة الانتخابية الخاصة بتشريعيات 2026، واصل مترشحو حزب التجمع الوطني الديمقراطي بولاية وهران نشاطاتهم الجوارية الميدانية، من خلال خرجة ميدانية نظمت بحي الدرب العتيق، بمشاركة المترشح خالد أشقبقب وعدد من مترشحي القائمة. وشملت هذه الخرجة مختلف أزقة وشوارع حي الدرب العتيق، أحد أبرز الأحياء التاريخية والثقافية بمدينة وهران، والذي يُعرف بحركيته التجارية النشطة ومكانته باعتباره القلب النابض للتجارة المحلية. وشكلت هذه الزيارة الميدانية فرصة للتواصل المباشر مع التجار وأصحاب المحلات، حيث استمع مترشحو الحزب إلى مختلف الانشغالات المطروحة. كما استغل مترشحو القائمة المناسبة للتعريف بالمحاور الأساسية للبرنامج الانتخابي لحزب التجمع الوطني الديمقراطي، مؤكدين أهمية المشاركة الفعالة في هذا الموعد الانتخابي، وداعين المواطنين والتجار إلى التوجه بقوة إلى صناديق الاقتراع، والمساهمة في إنجاح الاستحقاق التشريعي",
"source": {
"uri": "eldjoumhouria.dz",
"dataType": "news",
"title": "ElDjoumhouria"
},
"authors": [
{
"uri": "chalouli_mohammed@eldjoumhouria.dz",
"name": "Chalouli Mohammed",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Democratic_National_Rally",
"type": "org",
"score": 5,
"label": {
"eng": "Democratic National Rally"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oran_Province",
"type": "loc",
"score": 3,
"label": {
"eng": "Oran Province"
},
"location": {
"type": "place",
"label": {
"eng": "Oran Province"
},
"country": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Merchant",
"type": "wiki",
"score": 2,
"label": {
"eng": "Merchant"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Voting",
"type": "wiki",
"score": 2,
"label": {
"eng": "Voting"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oran",
"type": "loc",
"score": 2,
"label": {
"eng": "Oran"
},
"location": {
"type": "place",
"label": {
"eng": "Oran"
},
"country": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government/international_relations/diplomacy/treaty",
"label": "iptc/politics and government/international relations/diplomacy/treaty",
"wgt": 67
},
{
"uri": "iptc/politics_and_government/international_relations/international_organization",
"label": "iptc/politics and government/international relations/international organization",
"wgt": 67
},
{
"uri": "iptc/politics_and_government/election",
"label": "iptc/politics and government/election",
"wgt": 99
}
],
"image": "https://eldjoumhouria.dz/media/articles/11/eba5077b9442448c9a9ab8ed477a00f2.webp",
"eventUri": null,
"sentiment": null,
"wgt": 519346322,
"relevance": 1
},
{
"uri": "9360365234",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:40:14",
"dateTime": "2026-06-16T22:40:14Z",
"dateTimePub": "2026-06-16T22:38:05Z",
"dataType": "news",
"sim": 0,
"url": "https://www.echoroukonline.com/?p=1304966",
"title": "بالصور.. جولة خفيفة للاعبي \"الخضر\" قبل مواجهة الأرجنتين - الشروق أونلاين",
"body": "قام لاعبو المنتخب الوطني بجولة خفيفة بمقر إقامتهم بكانساس سيتي، ساعات قليلة قبل مواجهة الأرجنتين.\n\nويستهل \"الخضر\" مشوارهم في كأس العالم 2026، بمواجهة الأرجنتين، فجر الأربعاء، بداية من الساعة الثانية صباحا بتوقيت الجزائر.\n\nويسعى \"الخضر\" للخروج بنتيجة إيجابية، وتحقيق بداية مثالية، ترفع اكثر من معنوياتهم قبل المواجهتين المقبلتين، أمام الأردن، ثم النمسا.",
"source": {
"uri": "echoroukonline.com",
"dataType": "news",
"title": "الشروق أونلاين"
},
"authors": [
{
"uri": "عمر_سلامي@echoroukonline.com",
"name": "عمر سلامي",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Argentina",
"type": "loc",
"score": 5,
"label": {
"eng": "Argentina"
},
"location": {
"type": "country",
"label": {
"eng": "Argentina"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Morocco_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Morocco national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Algeria",
"type": "loc",
"score": 2,
"label": {
"eng": "Algeria"
},
"location": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jordan",
"type": "loc",
"score": 1,
"label": {
"eng": "Jordan"
},
"location": {
"type": "country",
"label": {
"eng": "Jordan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Austria",
"type": "loc",
"score": 1,
"label": {
"eng": "Austria"
},
"location": {
"type": "country",
"label": {
"eng": "Austria"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 88
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 94
}
],
"image": "https://www.echoroukonline.com/wp-content/uploads/2026/06/01-3-scaled.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 519345614,
"relevance": 1
},
{
"uri": "9360343848",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:09:35",
"dateTime": "2026-06-16T22:09:35Z",
"dateTimePub": "2026-06-16T22:06:08Z",
"dataType": "news",
"sim": 0,
"url": "https://www.ennaharonline.com/%D8%AD%D8%AC%D8%A7%D9%85-%D9%8A%D9%82%D8%AA%D8%B1%D8%A8-%D9%85%D9%86-%D8%AE%D9%88%D8%B6-%D9%85%D8%BA%D8%A7%D9%85%D8%B1%D8%A9-%D8%AC%D8%AF%D9%8A%D8%AF%D8%A9-%D9%81%D9%8A-%D8%A7%D9%84%D9%83%D8%A7/",
"title": "حجام يقترب من خوض مغامرة جديدة في \"الكالتشيو\" - النهار أونلاين",
"body": "يواصل الدولي الجزائري، جوان حجام، لفت الأنظار في القارة الأوروبية، بعدما دخل دائرة اهتمام أحد أندية الدوري الإيطالي خلال فترة الانتقالات الصيفية الحالية.\n\nوكشف الصحفي المختص في أخبار الانتقالات فابريزيو رومانو أن نادي كومو الإيطالي بدأ مفاوضاته من أجل التعاقد مع الظهير الأيسر الجزائري، الذي تألق هذا الموسم بألوان يونغ بويز السويسري وفرض نفسه كأحد أبرز المواهب في مركزه.\n\nوأوضح المصدر ذاته أن إدارة كومو وضعت لاعب الخضر، ضمن قائمة أهدافها لتدعيم الجهة اليسرى من الدفاع، خاصة في ظل تعقّد المفاوضات الخاصة بصفقة البرازيلي كايكي لاعب كروزيرو.\n\nولا يأتي الاهتمام المتزايد بخدمات، جوان حجام، من فراغ، إذ قدم الظهير الأيسر الجزائري موسمًا مميزًا مع يونغ بويز السويسري، مؤكداً تطوره على المستويين الدفاعي والهجومي.\n\nفقد شارك في 26 مباراة بمختلف المسابقات خلال الموسم المنقضي، سجل خلالها هدفين وقدم 4 تمريرات حاسمة، كما خاض ما يقارب 1776 دقيقة لعب بقميص النادي السويسري.\n\nوسيكون حجام، مطالبًا باستغلال كل دقيقة في هذا المونديال لإبراز مؤهلاته أمام أنظار العالم، فالتألق في بطولة بحجم كأس العالم لا يمنح فقط الاعتراف بقيمة اللاعب، بل قد يفتح له أيضًا أبواب الانتقال إلى أندية أكبر ومستويات تنافسية أعلى، وهو ما يجعل من هذه المشاركة فرصة لا تُقدّر بثمن في مسيرته الكروية.",
"source": {
"uri": "ennaharonline.com",
"dataType": "news",
"title": "النهار أونلاين"
},
"authors": [
{
"uri": "فيصل_زيان_بوزيان@ennaharonline.com",
"name": "فيصل زيان بوزيان",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Serie_A",
"type": "wiki",
"score": 5,
"label": {
"eng": "Serie A"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Algeria",
"type": "loc",
"score": 5,
"label": {
"eng": "Algeria"
},
"location": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Switzerland",
"type": "loc",
"score": 5,
"label": {
"eng": "Switzerland"
},
"location": {
"type": "country",
"label": {
"eng": "Switzerland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/BSC_Young_Boys",
"type": "wiki",
"score": 4,
"label": {
"eng": "BSC Young Boys"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Como_1907",
"type": "wiki",
"score": 3,
"label": {
"eng": "Como 1907"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 3,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Como",
"type": "loc",
"score": 3,
"label": {
"eng": "Como"
},
"location": {
"type": "place",
"label": {
"eng": "Como"
},
"country": {
"type": "country",
"label": {
"eng": "Italy"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Italy",
"type": "loc",
"score": 3,
"label": {
"eng": "Italy"
},
"location": {
"type": "country",
"label": {
"eng": "Italy"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cruzeiro_Esporte_Clube",
"type": "wiki",
"score": 2,
"label": {
"eng": "Cruzeiro Esporte Clube"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil",
"type": "loc",
"score": 2,
"label": {
"eng": "Brazil"
},
"location": {
"type": "country",
"label": {
"eng": "Brazil"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 63
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 90
}
],
"image": "https://www.ennaharonline.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-16-at-10.57.45-PM.jpeg",
"eventUri": null,
"sentiment": null,
"wgt": 519343775,
"relevance": 1
},
{
"uri": "9360311522",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "21:28:02",
"dateTime": "2026-06-16T21:28:02Z",
"dateTimePub": "2026-06-16T21:27:43Z",
"dataType": "news",
"sim": 0.5803921818733215,
"url": "https://eldjoumhouria.dz/article/44642/",
"title": "السنغال 1_ 3 فرنسا ..... الديوك تروض أسود التيرانغا",
"body": "استهل المنتخب الفرنسي مشواره في نهائيات كأس العالم 2026 بفوز ثمين على حساب المنتخب السنغالي بنتيجة ثلاثة أهداف مقابل هدف واحد، في اللقاء الذي جمع المنتخبين مساء الثلاثاء ضمن الجولة الأولى من منافسات المجموعة التاسعة، بفضل تألق نجمه كيليان مبابي الذي قاد \"الديكة\" لتحقيق أول انتصار لهم في البطولة. وعرفت المواجهة بداية متوازنة بين الطرفين، حيث نجح المنتخب السنغالي في غلق المساحات أمام الهجوم الفرنسي، بل وكاد أن يباغت منافسه في أكثر من مناسبة، لينتهي الشوط الأول على وقع التعادل السلبي رغم المحاولات المتبادلة. وفي المرحلة الثانية، ظهرت الفوارق الفردية والجماعية لصالح المنتخب الفرنسي، إذ تمكن كيليان مبابي من فك شفرة الدفاع السنغالي في الدقيقة 66 بعد هجمة منظمة، مانحاً منتخب بلاده أفضلية مستحقة. ومع مرور الدقائق واندفاع السنغاليين بحثاً عن التعديل، استغل الفرنسيون المساحات في الخطوط الخلفية، ليضيف برادلي باركولا الهدف الثاني في الدقيقة 82، واضعاً منتخب بلاده على مشارف حسم النقاط الثلاث. ورغم نجاح إبراهيم مباي في تقليص الفارق للسنغال خلال الوقت بدل الضائع (90+5)، إلا أن الرد الفرنسي جاء سريعاً، حيث عاد مبابي ليوقع هدفه الشخصي الثاني والثالث لمنتخبه في الدقيقة 90+6، مؤكداً تفوق \"الديكة\" بثلاثة أهداف مقابل هدف واحد. وبهذا الانتصار، اعتلى المنتخب الفرنسي صدارة المجموعة التاسعة برصيد ثلاث نقاط، قبل مواجهته المقبلة أمام المنتخب العراقي، فيما سيكون المنتخب السنغالي مطالباً بتدارك خسارته عندما يواجه النرويج للحفاظ على آماله في بلوغ الدور الثاني.",
"source": {
"uri": "eldjoumhouria.dz",
"dataType": "news",
"title": "ElDjoumhouria"
},
"authors": [
{
"uri": "chalouli_mohammed@eldjoumhouria.dz",
"name": "Chalouli Mohammed",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Senegal_national_football_team",
"type": "wiki",
"score": 5,
"label": {
"eng": "Senegal national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 5,
"label": {
"eng": "France national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 5,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal",
"type": "loc",
"score": 5,
"label": {
"eng": "Senegal"
},
"location": {
"type": "country",
"label": {
"eng": "Senegal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 5,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Brazil national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iraq_national_football_team",
"type": "wiki",
"score": 2,
"label": {
"eng": "Iraq national football team"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 95
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 67
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://eldjoumhouria.dz/media/articles/54/514919cd5aa54fcf9b04866204fcc2a4.webp",
"eventUri": "ara-2091650",
"sentiment": null,
"wgt": 519341282,
"relevance": 1
},
{
"uri": "9360291290",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "21:03:28",
"dateTime": "2026-06-16T21:03:28Z",
"dateTimePub": "2026-06-16T21:02:09Z",
"dataType": "news",
"sim": 0,
"url": "https://www.ennaharonline.com/%D8%A5%D8%AE%D9%85%D8%A7%D8%AF-%D8%AD%D8%B1%D9%8A%D9%82-%D9%85%D8%B3%D8%AA%D9%88%D8%AF%D8%B9-%D9%81%D8%A7%D8%B1%D8%BA-%D9%88%D8%A5%D8%B3%D8%B9%D8%A7%D9%81-%D8%B6%D8%AD%D9%8A%D8%A9-%D8%A8%D8%A7%D9%84/",
"title": "إخماد حريق مستودع فارغ وإسعاف ضحية بالبليدة - النهار أونلاين",
"body": "تدخلت مصالح الحماية المدنية، مساء اليوم، على الساعة 18:24، لإخماد حريق شبّ بمستودع فارغ يقع بحي 11 ديسمبر بن بولعيد، ببلدية ودائرة البليدة.\n\nوحسب ذات المصالح، فإن الحريق اندلع بسقف المستودع المشيّد من مادة القرميد والمدعّم بهياكل خشبية، والذي تقدّر مساحته بحوالي 200 متر مربع. وقد تمكنت فرق التدخل من السيطرة على ألسنة اللهب وإخماد الحريق، مع الحيلولة دون انتشاره إلى المحيط المجاور.\n\nوخلّف الحادث إصابة امرأة بضيق في التنفس، حيث تلقت الإسعافات الأولية بعين المكان، قبل أن يتم تحويلها إلى المستشفى المحلي لتلقي العلاج اللازم.\n\nوتبقى أسباب اندلاع الحريق غير معروفة إلى غاية فتح تحقيق من قبل الجهات المختصة.",
"source": {
"uri": "ennaharonline.com",
"dataType": "news",
"title": "النهار أونلاين"
},
"authors": [
{
"uri": "فيصل_زيان_بوزيان@ennaharonline.com",
"name": "فيصل زيان بوزيان",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Conflagration",
"type": "wiki",
"score": 5,
"label": {
"eng": "Conflagration"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Blida",
"type": "loc",
"score": 5,
"label": {
"eng": "Blida"
},
"location": {
"type": "place",
"label": {
"eng": "Blida"
},
"country": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
}
},
{
"uri": "http://ar.wikipedia.org/wiki/حريق_(توضيح)",
"type": "wiki",
"score": 4,
"label": {
"eng": "حريق (توضيح)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Civil_defense_by_country",
"type": "wiki",
"score": 3,
"label": {
"eng": "دفاع مدني"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Adobe",
"type": "wiki",
"score": 3,
"label": {
"eng": "Adobe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wood",
"type": "wiki",
"score": 3,
"label": {
"eng": "Wood"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Flame",
"type": "wiki",
"score": 2,
"label": {
"eng": "Flame"
}
},
{
"uri": "http://en.wikipedia.org/wiki/First_aid",
"type": "wiki",
"score": 2,
"label": {
"eng": "First aid"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Respiration_(physiology)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Respiration (physiology)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hospital",
"type": "wiki",
"score": 2,
"label": {
"eng": "Hospital"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 56
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/disaster/fire",
"label": "iptc/disaster, accident and emergency incident/disaster/fire",
"wgt": 100
}
],
"image": "https://www.ennaharonline.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-16-at-10.00.48-PM.jpeg",
"eventUri": null,
"sentiment": null,
"wgt": 519339808,
"relevance": 1
},
{
"uri": "9360288647",
"lang": "ara",
"isDuplicate": false,
"date": "2026-06-16",
"time": "21:01:10",
"dateTime": "2026-06-16T21:01:10Z",
"dateTimePub": "2026-06-16T20:59:29Z",
"dataType": "news",
"sim": 0,
"url": "https://www.ennaharonline.com/%D8%A8%D8%AC%D8%A7%D9%8A%D8%A9-%D9%88%D9%81%D8%A7%D8%A9-%D8%B3%D8%A7%D8%A6%D9%82-%D8%AF%D8%B1%D8%A7%D8%AC%D8%A9-%D9%86%D8%A7%D8%B1%D9%8A%D8%A9-%D9%81%D9%8A-%D8%A5%D8%B5%D8%B7%D8%AF%D8%A7%D9%85-%D9%85/",
"title": "بجاية: وفاة سائق دراجة نارية في إصطدام مع شاحنة بسوق الاثنين - النهار أونلاين",
"body": "تدخلت مصالح الحماية اليوم الثلاثاء حوالي الساعة السابعة من أجل حادث اصطدام بين شاحنة ذات مقطورة و دراجة نارية على مستوى الطريق الوطني رقم 09 المكان المسمى إغيل احساين بلدية و دائرة سوق الإثنين.\n\nخلّف الحادث وفاة شخص بعين المكان ،من جنس ذكر يبلغ من العمر 47 سنة تم نقله إلى مصلحة حفظ الجثث مستشفى سوق الإثنين",
"source": {
"uri": "ennaharonline.com",
"dataType": "news",
"title": "النهار أونلاين"
},
"authors": [
{
"uri": "فيصل_زيان_بوزيان@ennaharonline.com",
"name": "فيصل زيان بوزيان",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Truck",
"type": "wiki",
"score": 4,
"label": {
"eng": "Truck"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Motorcycle",
"type": "wiki",
"score": 4,
"label": {
"eng": "Motorcycle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Béjaïa",
"type": "loc",
"score": 3,
"label": {
"eng": "Béjaïa"
},
"location": {
"type": "place",
"label": {
"eng": "Béjaïa"
},
"country": {
"type": "country",
"label": {
"eng": "Algeria"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Souk_El_Tenine_District",
"type": "loc",
"score": 2,
"label": {
"eng": "Souk El Tenine District"
},
"location": null
},
{
"uri": "http://ar.wikipedia.org/wiki/ذكر_(توضيح)",
"type": "wiki",
"score": 2,
"label": {
"eng": "ذكر (توضيح)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Municipality",
"type": "wiki",
"score": 2,
"label": {
"eng": "Municipality"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hospital",
"type": "wiki",
"score": 1,
"label": {
"eng": "Hospital"
}
}
],
"categories": [
{
"uri": "iptc/disaster,_accident_and_emergency_incident/accident_and_emergency_incident",
"label": "iptc/disaster, accident and emergency incident/accident and emergency incident",
"wgt": 100
}
],
"image": "https://www.ennaharonline.com/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-16-at-9.57.25-PM.jpeg",
"eventUri": null,
"sentiment": null,
"wgt": 519339670,
"relevance": 1
},
{
"uri": "9360287566",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "20:59:47",
"dateTime": "2026-06-16T20:59:47Z",
"dateTimePub": "2026-06-16T20:23:00Z",
"dataType": "news",
"sim": 0,
"url": "https://fr.sputniknews.africa/20260616/1086716745.html",
"title": "L'idée d'ouvrir les frontières africaines aux Africains renforce la connexion Togo-Rwanda, selon un journaliste",
"body": "Pour lire cette vidéo, veuillez activer JavaScript et envisager de passer à une version du navigateur web qui prend en charge une vidéo HTML5\n\nL'idée d'ouvrir les frontières africaines aux Africains renforce la connexion Togo-Rwanda, selon un journaliste\n\n\"Le Rwanda l'a fait depuis un certain nombre d'années. Aujourd'hui, le Togo emprunte le même chemin\", explique Louis Magloire Keumayou, directeur de New World Économie TV, interrogé par Sputnik Afrique.\n\nL'expert revient sur la visite du Président rwandais à Lomé, où il a participé, aux côtés de son homologue togolais, à la Convention et exposition africaines du transport aérien. À cette occasion, Paul Kagame a plaidé pour un ciel ouvert à tous les Africains.\n\nSelon Louis Magloire Keumayou, plusieurs autres domaines renforcent les liens entre les deux pays:\n\n▪ l'orientation de leurs économies vers le secteur des services;\n\n▪ l'énergie, avec l'avancée vers le nucléaire civil pour la production d'électricité;\n\n▪ le rôle de médiateur joué par le Togo dans le conflit entre la RDC et le Rwanda.",
"source": {
"uri": "fr.sputniknews.africa",
"dataType": "news",
"title": "Sputnik Afrique"
},
"authors": [
{
"uri": "sputnik_afrique@fr.sputniknews.africa",
"name": "Sputnik Afrique",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Africa",
"type": "loc",
"score": 5,
"label": {
"eng": "Africa"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Journalist",
"type": "wiki",
"score": 4,
"label": {
"eng": "Journalist"
}
},
{
"uri": "http://en.wikipedia.org/wiki/HTML5",
"type": "wiki",
"score": 3,
"label": {
"eng": "HTML5"
}
},
{
"uri": "http://en.wikipedia.org/wiki/JavaScript",
"type": "wiki",
"score": 3,
"label": {
"eng": "JavaScript"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Web_browser",
"type": "wiki",
"score": 3,
"label": {
"eng": "Web browser"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Togo",
"type": "loc",
"score": 2,
"label": {
"eng": "Togo"
},
"location": {
"type": "country",
"label": {
"eng": "Togo"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rwanda",
"type": "loc",
"score": 2,
"label": {
"eng": "Rwanda"
},
"location": {
"type": "country",
"label": {
"eng": "Rwanda"
}
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Industrie_nucléaire",
"type": "wiki",
"score": 1,
"label": {
"eng": "Industrie nucléaire"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Paul_Kagame",
"type": "person",
"score": 1,
"label": {
"eng": "Paul Kagame"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electricity_generation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Electricity generation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_France",
"type": "wiki",
"score": 1,
"label": {
"eng": "President of France"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tertiary_sector_of_the_economy",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tertiary sector of the economy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lomé",
"type": "loc",
"score": 1,
"label": {
"eng": "Lomé"
},
"location": {
"type": "place",
"label": {
"eng": "Lomé"
},
"country": {
"type": "country",
"label": {
"eng": "Togo"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Democratic_Republic_of_the_Congo",
"type": "loc",
"score": 1,
"label": {
"eng": "Democratic Republic of the Congo"
},
"location": {
"type": "country",
"label": {
"eng": "Democratic Republic of the Congo"
}
}
}
],
"categories": [
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 76
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/mass_media",
"label": "iptc/arts, culture, entertainment and media/mass media",
"wgt": 93
}
],
"image": "https://cdn1.img.sputniknews.africa/images/sharing/article/fra/1086716745.jpg?10867165571781642526",
"eventUri": null,
"sentiment": null,
"wgt": 519339587,
"relevance": 1
},
{
"uri": "9360287567",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "20:59:47",
"dateTime": "2026-06-16T20:59:47Z",
"dateTimePub": "2026-06-16T20:12:00Z",
"dataType": "news",
"sim": 0,
"url": "https://fr.sputniknews.africa/20260616/1086715932.html",
"title": "Elle n'a pas su retirer la personne en vert et a fait un million de vues",
"body": "Pour lire cette vidéo, veuillez activer JavaScript et envisager de passer à une version du navigateur web qui prend en charge une vidéo HTML5\n\nElle n'a pas su retirer la personne en vert et a fait un million de vues\n\nAu Japon, une agente immobilière voulait faire une belle vidéo de visite.\n\n🟢Problème: elle ne maitrisait pas bien la technique dite du \"chroma key\".\n\nAu lieu de tout recommencer, elle a publié le rush avec la légende: \"Désolée, je ne sais pas comment enlever le bonhomme vert\".\n\nRésultat? Presque un million de vues en une journée. #viral",
"source": {
"uri": "fr.sputniknews.africa",
"dataType": "news",
"title": "Sputnik Afrique"
},
"authors": [
{
"uri": "sputnik_afrique@fr.sputniknews.africa",
"name": "Sputnik Afrique",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/JavaScript",
"type": "wiki",
"score": 3,
"label": {
"eng": "JavaScript"
}
},
{
"uri": "http://en.wikipedia.org/wiki/HTML5",
"type": "wiki",
"score": 2,
"label": {
"eng": "HTML5"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Elle_(magazine)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Elle (magazine)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Web_browser",
"type": "wiki",
"score": 2,
"label": {
"eng": "Web browser"
}
}
],
"categories": [
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 53
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 68
},
{
"uri": "iptc/society/demographic_group",
"label": "iptc/society/demographic group",
"wgt": 78
}
],
"image": "https://cdn1.img.sputniknews.africa/images/sharing/article/fra/1086715932.jpg?10867157441781641323",
"eventUri": null,
"sentiment": null,
"wgt": 519339587,
"relevance": 1
}
],
"totalResults": 13030,
"page": 1,
"count": 10,
"pages": 1303
}
}