Topics
Countries
Afghanistan News
Would you like to access news/blog content published by sources located in Afghanistan?
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/Afghanistan",
"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%2FAfghanistan&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": "9363868440",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:19:42",
"dateTime": "2026-06-19T11:19:42Z",
"dateTimePub": "2026-06-19T11:17:33Z",
"dataType": "news",
"sim": 0,
"url": "https://www.etilaatroz.com/255795/serbian-coach/",
"title": "یک مربی صربستانی هدایت تیم ملی فوتسال افغانستان را به عهده گرفت",
"body": "نصیر صداقت، مدیر تیم ملی فوتسال افغانستان تأیید کرده است که \"دیجان دیجوویک\" از کشور صربستان بهعنوان سر مربی جدید تیم ملی فوتسال افغانستان تعیین شده است.\n\nآقای صداقت گفته است که مربی جدید تیم فوتسال و اعضای جدید کادر فنی این تیم امروز (جمعه، ۲۹ جوزا) برای امضای قرارداد وارد کابل شدهاند.\n\nاو افزوده است که جواد اصغری مقدم از ایران بهعنوان کمک مربی فنی، رضا سمایی از ایران بهعنوان مربی دروازهبانها، \"جوا\" از برزیل بهعنوان \"تحلیلگر\" و \"ریو سامانا\" از اسپانیا بهعنوان کمک مربی تیم ملی فوتسال تعیین شدهاند.\n\nبه گفتهی صداقت، این افراد در روزهای آینده رسماً با فدراسیون فوتبال افغانستان قرارداد امضا میکنند.\n\nدیجان دیجوویک جانشین مجید مرتضایی، سرمربی ایرانی تیم ملی فوتسال افغانستان شده است که قراردادش چندی پیش به پایان رسید.\n\nتیم ملی فوتسال افغانستان در سالهای اخیر و با مربیگری مجید مرتضایی درخشش فوقالعاده داشت و به دستاوردهای زیادی رسید.\n\nملیپوشان فوتسال افغانستان با هدایت مرتضایی برای اولینبار در سال ۲۰۲۴ میلادی به جام ملتهای آسیا و سپس به جام جهانی فوتسال صعود کردند.\n\nتیم ملی فوتسال افغانستان در رقابتهای جام جهانی فوتسال توانست از مرحلهی گروهی صعود و به مرحلهی یک هشتم نهایی برسد، اما در این مرحله از ادامهی رقابتها بازماند.\n\nملیپوشان فوتسال کشور در سال جاری میلادی نیز در جام ملتهای آسیا حضور داشت و تا مرحلهی یک چهارم نهایی این رقابتها پیشرفت، اما در نهایت با شکست در برابر جاپان، از ادامهی رقابتها حذف شد.",
"source": {
"uri": "etilaatroz.com",
"dataType": "news",
"title": "روزنامه اطلاعات روز"
},
"authors": [
{
"uri": "اطلاعات_روز@etilaatroz.com",
"name": "اطلاعات روز",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Futsal",
"type": "wiki",
"score": 5,
"label": {
"eng": "Futsal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coach_(sport)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Coach (sport)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Serbia",
"type": "loc",
"score": 5,
"label": {
"eng": "Serbia"
},
"location": {
"type": "country",
"label": {
"eng": "Serbia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Afghanistan",
"type": "loc",
"score": 5,
"label": {
"eng": "Afghanistan"
},
"location": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_Futsal_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA Futsal World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/AFC_Asian_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "AFC Asian Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kabul",
"type": "loc",
"score": 3,
"label": {
"eng": "Kabul"
},
"location": {
"type": "place",
"label": {
"eng": "Kabul"
},
"country": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 3,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil",
"type": "loc",
"score": 3,
"label": {
"eng": "Brazil"
},
"location": {
"type": "country",
"label": {
"eng": "Brazil"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Afghanistan_Football_Federation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Afghanistan Football Federation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(association_football)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manager (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japan",
"type": "loc",
"score": 1,
"label": {
"eng": "Japan"
},
"location": {
"type": "country",
"label": {
"eng": "Japan"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 98
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 73
}
],
"image": "https://www.etilaatroz.com/wp-content/uploads/2026/06/Dejan-DJedovic.jpg?w=640",
"eventUri": null,
"sentiment": null,
"wgt": 519563982,
"relevance": 1
},
{
"uri": "9363844939",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:00:28",
"dateTime": "2026-06-19T11:00:28Z",
"dateTimePub": "2026-06-19T11:00:05Z",
"dataType": "news",
"sim": 0.4941176474094391,
"url": "https://pajhwok.com/2026/06/19/iran-us-switzerland-talks-cancelled/",
"title": "Iran-US Switzerland talks cancelled",
"body": "KABUL (Pajhwok): Switzerland's Foreign Ministry announced that the planned meeting between the United States and Iran, scheduled to take place today (Friday) in Bürgenstock, has been cancelled.\n\nAccording to reports, the White House announced earlier today that US Vice President J.D. Vance cancelled his planned trip to Switzerland to meet with Iranian negotiators.\n\nThe White House said the decision was made due to \"logistical issues.\"\n\nIranian news agency Tasnim reported that Iranian negotiators want to see signs of US implementation of an interim agreement before the next round of talks begins.\n\nThe agency also said there has been no confirmation yet regarding the Iranian delegation's trip to Geneva.\n\nMeanwhile, Switzerland's Foreign Ministry confirmed that the talks between Iran and the United States, which were scheduled to be held in Switzerland today, have been cancelled. The ministry did not provide further details.\n\nIt remains unclear when the Iran-US talks will be rescheduled.\n\nOn Thursday night, Al Mayadeen reported that the Iranian negotiating team had suspended its trip to Switzerland due to continued Israeli attacks in southern Lebanon.\n\nThe talks were expected to mark the beginning of a 60-day period for nuclear negotiations based on a recent memorandum of understanding between the two countries.",
"source": {
"uri": "pajhwok.com",
"dataType": "news",
"title": "Pajhwok Afghan News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 5,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"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/Ministry_of_Foreign_Affairs_of_the_People's_Republic_of_China",
"type": "org",
"score": 4,
"label": {
"eng": "Ministry of Foreign Affairs of the People's Republic of China"
}
},
{
"uri": "http://en.wikipedia.org/wiki/White_House",
"type": "wiki",
"score": 4,
"label": {
"eng": "White House"
}
},
{
"uri": "http://en.wikipedia.org/wiki/J._D._Vance",
"type": "person",
"score": 3,
"label": {
"eng": "J. D. Vance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vice_President_of_the_United_States",
"type": "wiki",
"score": 3,
"label": {
"eng": "Vice President of the United States"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 3,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Al_Mayadeen",
"type": "org",
"score": 1,
"label": {
"eng": "Al Mayadeen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Southern_Lebanon",
"type": "wiki",
"score": 1,
"label": {
"eng": "Southern Lebanon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Memorandum_of_understanding",
"type": "wiki",
"score": 1,
"label": {
"eng": "Memorandum of understanding"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Geneva",
"type": "loc",
"score": 1,
"label": {
"eng": "Geneva"
},
"location": {
"type": "place",
"label": {
"eng": "Geneva"
},
"country": {
"type": "country",
"label": {
"eng": "Switzerland"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 1,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Government",
"label": "dmoz/Society/Government",
"wgt": 17
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 21
},
{
"uri": "dmoz/Recreation/Travel/Travelogues",
"label": "dmoz/Recreation/Travel/Travelogues",
"wgt": 16
},
{
"uri": "dmoz/Business/Automotive/Employment",
"label": "dmoz/Business/Automotive/Employment",
"wgt": 14
},
{
"uri": "dmoz/Games/Online/Simulations",
"label": "dmoz/Games/Online/Simulations",
"wgt": 16
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 47
},
{
"uri": "iptc/politics_and_government/international_relations/diplomacy/treaty",
"label": "iptc/politics and government/international relations/diplomacy/treaty",
"wgt": 83
},
{
"uri": "iptc/politics_and_government/international_relations/international_organization",
"label": "iptc/politics and government/international relations/international organization",
"wgt": 83
}
],
"image": "https://pajhwok.com/wp-content/uploads/2026/06/18DC-PREXY-gflk-superJumbo-1024x683.webp",
"eventUri": "eng-11757776",
"sentiment": -0.08235294117647063,
"wgt": 519562828,
"relevance": 1
},
{
"uri": "9363837426",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "10:53:43",
"dateTime": "2026-06-19T10:53:43Z",
"dateTimePub": "2026-06-19T10:50:51Z",
"dataType": "news",
"sim": 0,
"url": "https://www.khaama.com/persian/archives/170782",
"title": "قالیباف: مذاکرات با آمریکا فقط در چارچوب خطوط قرمز ایران پیش میرو",
"body": "رئیس مجلس ایران تأکید کرده است که روند مذاکرات با ایالات متحده تنها در محدوده \"خطوط قرمز\" جمهوری اسلامی دنبال میشود و تهران در برابر فشارها و آنچه \"زیادهخواهی طرف مقابل\" عنوان شده، عقبنشینی نخواهد کرد.\n\nمحمدباقر قالیباف، رئیس مجلس و از چهرههای ارشد سیاسی ایران، روز جمعه ۲۹ خرداد اعلام کرد که گفتوگوهای میان تهران و واشنگتن بر اساس اصول و چارچوبهای تعیینشده از سوی جمهوری اسلامی ادامه پیدا میکند. او تأکید کرد که ایران در مسیر دفاع از منافع خود، هیچگونه عقبنشینی نخواهد داشت.\n\nاو با اشاره به برخی تحولات اخیر میان دو کشور، گفته است که ایران در گذشته نیز نشان داده در برابر تعهدات و توافقات خود پایبند است. قالیباف همچنین هشدار داده است که در صورت افزایش فشار یا طرح خواستههای فراتر از توافق، ایران واکنش جدی نشان خواهد داد.\n\nاین موضعگیری در شرایطی مطرح میشود که برخی مقامها و چهرههای سیاسی در ایران از جمله مجتبی خامنهای، عباس عراقچی و مسعود پزشکیان نیز دیدگاههایی درباره روند مذاکرات و ضرورت حفظ منافع ملی مطرح کردهاند.\n\nبر اساس توافق اولیه میان تهران و واشنگتن، قرار است دو طرف وارد یک دوره ۶۰ روزه گفتوگو شوند تا درباره برنامه هستهای ایران و موضوع رفع تحریمها به نتیجه برسند. با این حال، هنوز جزئیات مربوط به زمان آغاز مذاکرات نهایی مشخص نیست و برخی جریانهای سیاسی نسبت به تعهدات طرف مقابل تردیدهایی را مطرح کردهاند.\n\nدر سالهای گذشته، موضوع برنامه هستهای ایران و روابط تهران و واشنگتن یکی از اصلیترین محورهای تنش میان دو کشور بوده است. پس از خروج آمریکا از توافق هستهای و تشدید تحریمها، روند مذاکرات با وقفههای متعدد روبهرو شد و تلاشها برای احیای گفتوگوها تاکنون با چالشهای سیاسی و اختلافات متعدد همراه بوده است.",
"source": {
"uri": "khaama.com",
"dataType": "news",
"title": "The Khaama Press News Agency"
},
"authors": [
{
"uri": "زهرا_رشیدی@khaama.com",
"name": "زهرا رشیدی",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Mohammad_Bagher_Ghalibaf",
"type": "person",
"score": 5,
"label": {
"eng": "Mohammad Bagher Ghalibaf"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Islamic_republic",
"type": "wiki",
"score": 5,
"label": {
"eng": "Islamic republic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Washington,_D.C.",
"type": "loc",
"score": 5,
"label": {
"eng": "Washington, D.C."
},
"location": {
"type": "place",
"label": {
"eng": "Washington, D.C."
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tehran",
"type": "loc",
"score": 5,
"label": {
"eng": "Tehran"
},
"location": {
"type": "place",
"label": {
"eng": "Tehran"
},
"country": {
"type": "country",
"label": {
"eng": "Iran"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Islamic_Consultative_Assembly",
"type": "wiki",
"score": 3,
"label": {
"eng": "Islamic Consultative Assembly"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Masoud_Pezeshkian",
"type": "person",
"score": 2,
"label": {
"eng": "Masoud Pezeshkian"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Abbas_Araghchi",
"type": "person",
"score": 2,
"label": {
"eng": "Abbas Araghchi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_interest",
"type": "wiki",
"score": 2,
"label": {
"eng": "National interest"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government/international_relations/diplomacy",
"label": "iptc/politics and government/international relations/diplomacy",
"wgt": 89
},
{
"uri": "iptc/politics_and_government/international_relations/international_organization",
"label": "iptc/politics and government/international relations/international organization",
"wgt": 89
}
],
"image": "https://www.khaama.com/persian/wp-content/uploads/2026/06/412acac7-4103-4c48-baa6-2fab34fbbec2_690.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 519562423,
"relevance": 1
},
{
"uri": "9363827436",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "10:43:59",
"dateTime": "2026-06-19T10:43:59Z",
"dateTimePub": "2026-06-19T10:42:58Z",
"dataType": "news",
"sim": 0,
"url": "https://www.khaama.com/persian/archives/170779",
"title": "تحقیق:کابل ممکن است اولین شهر بزرگ جهان بدون آب شود",
"body": "یک تحقیق تازه که به سفارش سازمان \"گرینپیس\" و توسط دانشگاه هامبورگ انجام شده است، هشدار میدهد که کابل در معرض خطر از دست دادن منابع آب آشامیدنی قرار دارد و ممکن است به نخستین شهر بزرگ جهان تبدیل شود که با پایان منابع آب قابل دسترس روبهرو میشود. این گزارش همچنین از افزایش چشمگیر آوارگی ناشی از رویدادهای اقلیمی در سراسر جهان خبر میدهد.\n\nسازمان محیطزیستی \"گرینپیس\" در پژوهشی درباره پیامدهای بحران اقلیمی و کاهش همکاریهای توسعهای بر آوارگی، افغانستان و کانگو را بهعنوان دو مطالعه موردی بررسی کرده است.\n\nیافتههای این تحقیق نشان میدهد که ذوب شدن یخچالهای طبیعی هیمالیا، منابع آب آشامیدنی و سیستمهای آبیاری زراعتی افغانستان را با تهدید جدی مواجه ساخته است. در این گزارش آمده است که خشکسالیهای مکرر و شدید، همراه با سیلابهای ویرانگر، زندگی میلیونها نفر را تحت تأثیر قرار داده و بسیاری از خانوادهها را ناگزیر به ترک خانههایشان کرده است.\n\nپژوهشگران هشدار دادهاند که کابل با بحران فزاینده کمبود آب روبهرو است و در صورت ادامه روند کنونی، ممکن است نخستین شهر بزرگ جهان باشد که منابع آب آشامیدنی خود را از دست میدهد.\n\nاین مطالعه افغانستان را در زمره کشورهایی قرار داده که بیشترین آسیب را از تغییرات اقلیمی متحمل میشوند. به باور نویسندگان گزارش، شهروندان افغانستان علاوه بر پیامدهای بحران اقلیمی، با میراث چندین دهه جنگ، بیثباتی سیاسی، اقتصاد شکننده و محدودیتهای ناشی از حاکمیت طالبان نیز دستوپنجه نرم میکنند.\n\nگزارش که روز جمعه منتشر شد، نشان میدهد شمار افرادی که در نتیجه بلایای طبیعی و رویدادهای شدید آبوهوایی آواره شدهاند، بهطور قابل توجهی افزایش یافته است. بر اساس آمار ارائهشده، شمار بیجاشدگان ناشی از این رویدادها در سال گذشته به ۱۳.۶ میلیون نفر رسید؛ در حالی که این رقم در سال قبل از آن ۹.۹ میلیون نفر ثبت شده بود.\n\nپژوهشگران همچنین تأکید کردهاند که در کنار بحران اقلیمی، جنگها، کاهش چشمگیر کمکهای توسعهای و افزایش بهای سوختهای فسیلی و کودهای شیمیایی نیز به تشدید مهاجرت از کشورهای جنوب جهانی دامن زده است. به گفته آنان، بودجه جهانی توسعه و کمکهای بشردوستانه نیز نزدیک به ۲۵ درصد کاهش یافته و به ۱۷۵ میلیارد دالر امریکایی رسیده است.\n\nافغانستان در سالهای اخیر بارها با خشکسالیهای گسترده، سیلابهای مرگبار و کاهش شدید منابع آب مواجه شده است. کارشناسان محیطزیست هشدار میدهند که تغییرات اقلیمی، افزایش جمعیت، مدیریت ناکافی منابع آب و برداشت بیرویه از آبهای زیرزمینی، خطر بحران آب را بهویژه در کابل افزایش داده است. پایتخت افغانستان که جمعیت آن در دو دهه گذشته بهسرعت رشد کرده، اکنون با یکی از جدیترین چالشهای زیستمحیطی تاریخ خود روبهرو است.",
"source": {
"uri": "khaama.com",
"dataType": "news",
"title": "The Khaama Press News Agency"
},
"authors": [
{
"uri": "زهرا_رشیدی@khaama.com",
"name": "زهرا رشیدی",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Water_resources",
"type": "wiki",
"score": 5,
"label": {
"eng": "Water resources"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kabul",
"type": "loc",
"score": 5,
"label": {
"eng": "Kabul"
},
"location": {
"type": "place",
"label": {
"eng": "Kabul"
},
"country": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Afghanistan",
"type": "loc",
"score": 5,
"label": {
"eng": "Afghanistan"
},
"location": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_variability_and_change",
"type": "wiki",
"score": 3,
"label": {
"eng": "Climate variability and change"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water_scarcity",
"type": "wiki",
"score": 3,
"label": {
"eng": "Water scarcity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Irrigation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Irrigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Himalayas",
"type": "wiki",
"score": 3,
"label": {
"eng": "Himalayas"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water",
"type": "wiki",
"score": 3,
"label": {
"eng": "Water"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hamburg",
"type": "loc",
"score": 3,
"label": {
"eng": "Hamburg"
},
"location": {
"type": "place",
"label": {
"eng": "Hamburg"
},
"country": {
"type": "country",
"label": {
"eng": "Germany"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Turkey",
"type": "loc",
"score": 3,
"label": {
"eng": "Turkey"
},
"location": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
},
{
"uri": "http://fa.wikipedia.org/wiki/بلایای_طبیعی",
"type": "wiki",
"score": 2,
"label": {
"eng": "بلایای طبیعی"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fertilizer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Fertilizer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Budget",
"type": "wiki",
"score": 2,
"label": {
"eng": "Budget"
}
},
{
"uri": "http://en.wikipedia.org/wiki/War",
"type": "wiki",
"score": 2,
"label": {
"eng": "War"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Groundwater",
"type": "wiki",
"score": 2,
"label": {
"eng": "Groundwater"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dollar",
"type": "wiki",
"score": 2,
"label": {
"eng": "Dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Taliban",
"type": "wiki",
"score": 2,
"label": {
"eng": "Taliban"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Economy"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 98
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 76
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 67
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 84
}
],
"image": "https://www.khaama.com/persian/wp-content/uploads/2026/06/Kabul_river_-_panoramio.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 519561839,
"relevance": 1
},
{
"uri": "9363815960",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "10:34:36",
"dateTime": "2026-06-19T10:34:36Z",
"dateTimePub": "2026-06-19T09:06:56Z",
"dataType": "news",
"sim": 0.6196078658103943,
"url": "https://www.ariananews.af/david-hat-trick-powers-canada-to-historic-6-0-world-cup-victory-over-qatar/",
"title": "David Hat-Trick Powers Canada to Historic 6-0 World Cup Victory Over Qatar | Ariana News | Afghanistan News",
"body": "David added his second just before halftime, bundling home from close range after Abunada had saved Larin's header, leaving Qatar with a mountain to climb.\n\nJonathan David bagged a hat-trick as Canada secured their first ever World Cup finals victory and boosted their chances of reaching the knockout stages with a 6-0 thrashing of hapless nine-man Qatar on Thursday.\n\nThe co-hosts' joy at the resounding victory was tempered by a serious injury suffered by midfielder Ismael Kone, but they moved top of Group B with four points after two matches, while Qatar are bottom with one.\n\nCanada next host second-placed Switzerland, who also have four points, in Vancouver on Wednesday.\n\nRoared on by a vocal red-and-white crowd, Canada came out all guns blazing. Cyle Larin repaid coach Jesse Marsch's faith in the 16th minute, reacting quickest after goalkeeper Mahmud Abunada saved David's effort to give the hosts the lead.\n\nLarin, who scored off the bench in Canada's 1-1 draw with Bosnia and Herzegovina, had been handed a start alongside David, the country's all-time leading goalscorer.\n\nCanada doubled their advantage 13 minutes later, David meeting a cross with a powerful volley and the match swung completely in Canada's favour when Qatar were reduced to 10 men.\n\nA penalty was initially awarded for El Amin's foul on Tajon Buchanan, but a VAR review ruled the offence occurred outside the area. The decision was downgraded to a free kick, but Homam Ahmed's yellow card was upgraded to a red.\n\nDavid added his second just before halftime, bundling home from close range after Abunada had saved Larin's header, leaving Qatar with a mountain to climb.\n\nKone sustained his injury following a tackle by Assim Madibo and was carried off on a stretcher, but the 24-year-old was later seen sitting up and waving to the crowd, his left leg in a large inflatable protective boot.\n\nTempers and emotions spilled over following the incident and Madibo was shown a red card to reduce Qatar to nine men.\n\nSubstitute Nathan Saliba, who replaced Kone, added the fourth by whipping in a free kick before running to the sideline and holding up Kone's shirt in tribute to him.\n\nThings went from bad to worse for Qatar as midfielder Mohammad Mannai turned the ball into his own net before David completed his hat-trick in stoppage time to compound a miserable night for the visitors.\n\nThere was plenty of bite to the contest, and Marsch turned that intensity into celebration at full-time, facing the stands and pumping his fists in front of a partisan crowd in a country better known for its ice hockey passion. Canadian Prime Minister Mark Carney was also in attendance to support his team.\n\n\"We wanted to play the kind of football that would electrify the crowd. We wanted to showcase the kind of talent, the mentality that we have,\" Marsch said.\n\n\"There is going to be 40 million Canadians that claim they were in the stadium today. But these 55,000 were lucky.\n\n\"Ismael will be fine. We will get him good doctors -- we'll get him back. Obviously, our heart is with him, but that kid has got a big future and he's a big part of everything we do,\" Marsch said of Kone.\n\nQatar next face Bosnia and Herzegovina in Seattle, with coach Julen Lopetegui insisting his side will regroup.\n\n\"We have two red cards, so those players are out for the next match,\" Lopetegui said. \"There is a big difference between the teams, and the next match will be more difficult. But we are not here because someone gave us a place. We are here because we earned it, and we will play and fight until the end.\"\n\nFans in Afghanistan can tune in daily to Ariana Radio and Television Network (ATN) to watch these thrilling matches live.\n\nFor detailed match schedules, fans can follow Ariana Television and Ariana News' social media platforms for the latest updates.",
"source": {
"uri": "ariananews.af",
"dataType": "news",
"title": "Ariana News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Cyle_Larin",
"type": "person",
"score": 5,
"label": {
"eng": "Cyle Larin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Qatar",
"type": "loc",
"score": 5,
"label": {
"eng": "Qatar"
},
"location": {
"type": "country",
"label": {
"eng": "Qatar"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 5,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Header_(association_football)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Header (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mahmud_Abunada",
"type": "wiki",
"score": 3,
"label": {
"eng": "Mahmud Abunada"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ismael_Kone",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ismael Kone"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Free_kick_(association_football)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Free kick (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jonathan_David",
"type": "wiki",
"score": 3,
"label": {
"eng": "Jonathan David"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jesse_Marsch",
"type": "person",
"score": 3,
"label": {
"eng": "Jesse Marsch"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Penalty_card",
"type": "wiki",
"score": 3,
"label": {
"eng": "Penalty card"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hat-trick",
"type": "wiki",
"score": 3,
"label": {
"eng": "Hat-trick"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 3,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Single-elimination_tournament",
"type": "wiki",
"score": 3,
"label": {
"eng": "Single-elimination tournament"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goalkeeper_(association_football)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Goalkeeper (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vancouver",
"type": "loc",
"score": 3,
"label": {
"eng": "Vancouver"
},
"location": {
"type": "place",
"label": {
"eng": "Vancouver"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Switzerland",
"type": "loc",
"score": 3,
"label": {
"eng": "Switzerland"
},
"location": {
"type": "country",
"label": {
"eng": "Switzerland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Afghanistan",
"type": "loc",
"score": 3,
"label": {
"eng": "Afghanistan"
},
"location": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Homam_Ahmed",
"type": "person",
"score": 2,
"label": {
"eng": "Homam Ahmed"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Volley_(association_football)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Volley (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tajon_Buchanan",
"type": "person",
"score": 2,
"label": {
"eng": "Tajon Buchanan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Assim_Madibo",
"type": "person",
"score": 2,
"label": {
"eng": "Assim Madibo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Substitute_(association_football)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Substitute (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 2,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Video_assistant_referee",
"type": "wiki",
"score": 2,
"label": {
"eng": "Video assistant referee"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bosnia_and_Herzegovina",
"type": "loc",
"score": 2,
"label": {
"eng": "Bosnia and Herzegovina"
},
"location": {
"type": "country",
"label": {
"eng": "Bosnia and Herzegovina"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Julen_Lopetegui",
"type": "person",
"score": 1,
"label": {
"eng": "Julen Lopetegui"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Own_goal",
"type": "wiki",
"score": 1,
"label": {
"eng": "Own goal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_Canada",
"type": "wiki",
"score": 1,
"label": {
"eng": "Prime Minister of Canada"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Atlético_Nacional",
"type": "wiki",
"score": 1,
"label": {
"eng": "Atlético Nacional"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mark_Carney",
"type": "person",
"score": 1,
"label": {
"eng": "Mark Carney"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ice_hockey",
"type": "wiki",
"score": 1,
"label": {
"eng": "Ice hockey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_media",
"type": "wiki",
"score": 1,
"label": {
"eng": "Social media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seattle",
"type": "loc",
"score": 1,
"label": {
"eng": "Seattle"
},
"location": {
"type": "place",
"label": {
"eng": "Seattle"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 14
},
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 16
},
{
"uri": "dmoz/Society/Activism",
"label": "dmoz/Society/Activism",
"wgt": 13
},
{
"uri": "dmoz/Sports/Hockey",
"label": "dmoz/Sports/Hockey",
"wgt": 15
},
{
"uri": "dmoz/Arts/Television/Networks",
"label": "dmoz/Arts/Television/Networks",
"wgt": 14
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline",
"label": "iptc/sport/competition discipline",
"wgt": 92
}
],
"image": "https://www.ariananews.af/wp-content/uploads/2026/06/fifa-2026-2.jpg",
"eventUri": "eng-11756121",
"sentiment": 0.2470588235294118,
"wgt": 519561276,
"relevance": 1
},
{
"uri": "9363763618",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "09:51:01",
"dateTime": "2026-06-19T09:51:01Z",
"dateTimePub": "2026-06-19T09:50:36Z",
"dataType": "news",
"sim": 0.6627451181411743,
"url": "https://pajhwok.com/fa/2026/06/19/three-killed-in-us-raid-on-suspected-drug-smuggling-boat-in-pacific/",
"title": "در حملۀ امریکا به یک قایق مظنون به قاچاق مواد مخدر در اقیانوس آرام سه تن کشته شدند",
"body": "کابل (پژواک، ۲۹ جوزا ۱۴۰۵): ایالات متحده اعلام کردهاست که در حملهای بر یک قایق در شرق اقیانوس آرام، دستکم سه نفر را که به قاچاق مواد مخدر متهم بودند، کشتهاست.\n\nبر بنیاد گزارش رویترز، این حمله روز پنجشنبه بر یک شناور انجام شده که به گفتۀ واشنگتن در مسیرهای شناختهشدۀ قاچاق مواد مخدر در شرق اقیانوس آرام در حرکت بوده است.\n\nدر گزارش آمده است که اطلاعات استخباراتی نشان میداد این قایق در فعالیتهای مرتبط با قاچاق مواد مخدر نقش داشته و توسط \"سازمانهای تروریستی\" اداره میشده است. به گفتۀ مقامهای امریکایی، در نتیجه این حمله سه مرد کشته شدند.\n\nدولت دونالد ترمپ این حملات را بخشی از مبارزه با کارتلهای مواد مخدر در امریکای لاتین عنوان کرده و میگوید که در تلاش است از ورود مواد مخدر به ایالات متحده جلوگیری کند.\n\nبا این حال، منتقدان و گروههای مدافع حقوق بشر مشروعیت این حملات را زیر سؤال بردهاند. آنان میگویند واشنگتن در بسیاری از موارد شواهد کافی برای ارتباط قربانیان با قاچاق مواد مخدر ارائه نکرده و برخی از کشتهشدگان ممکن است ماهیگیران محلی بوده باشند.\n\nبر اساس گزارشها، از زمان آغاز این عملیاتها تاکنون دستکم ۲۱۱ نفر در حملات مشابه امریکا در اقیانوس آرام کشته شدهاند.\n\nدر همین حال، شماری از سناتورهای امریکایی از وزارت دفاع این کشور خواستهاند تا ویدیوهای کامل و بدون ویرایش این حملات را منتشر کند تا دربارۀ قانونی بودن این عملیاتها شفافیت بیشتری ایجاد شود.",
"source": {
"uri": "pajhwok.com",
"dataType": "news",
"title": "Pajhwok Afghan News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Smuggling",
"type": "wiki",
"score": 5,
"label": {
"eng": "Smuggling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Narcotic",
"type": "wiki",
"score": 5,
"label": {
"eng": "Narcotic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pacific_Ocean",
"type": "wiki",
"score": 5,
"label": {
"eng": "Pacific Ocean"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Washington,_D.C.",
"type": "loc",
"score": 4,
"label": {
"eng": "Washington, D.C."
},
"location": {
"type": "place",
"label": {
"eng": "Washington, D.C."
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Terrorism",
"type": "wiki",
"score": 3,
"label": {
"eng": "Terrorism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kabul",
"type": "loc",
"score": 3,
"label": {
"eng": "Kabul"
},
"location": {
"type": "place",
"label": {
"eng": "Kabul"
},
"country": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Defence",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ministry of Defence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cartel",
"type": "wiki",
"score": 2,
"label": {
"eng": "Cartel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Latin_America",
"type": "loc",
"score": 2,
"label": {
"eng": "Latin America"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Human_rights",
"type": "wiki",
"score": 2,
"label": {
"eng": "Human rights"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 89
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 66
},
{
"uri": "iptc/education",
"label": "iptc/education",
"wgt": 64
}
],
"image": "https://pajhwok.com/wp-content/uploads/2026/06/0629b97d-fd0d-4433-9f2a-91a5e5896e94.jpg",
"eventUri": "fas-935417",
"sentiment": null,
"wgt": 519558661,
"relevance": 1
},
{
"uri": "9363760482",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "09:48:16",
"dateTime": "2026-06-19T09:48:16Z",
"dateTimePub": "2026-06-19T09:46:58Z",
"dataType": "news",
"sim": 0.529411792755127,
"url": "https://www.khaama.com/persian/archives/170776",
"title": "فدراسیون فوتبال ایران از فیفا شکایت میکند",
"body": "فدراسیون فوتبال ایران اعلام کرده است که در برابر محدودیتهایی که به باور این نهاد بر تیم ملی کشور در جریان رقابتهای جام جهانی ۲۰۲۶ اعمال شده، اقدام حقوقی خواهد کرد و شکایت رسمی خود را به فیفا ارائه میدهد.\n\nمسئولان تیم ملی معتقدند این محدودیتها روند آمادهسازی بازیکنان را برای دیدارهای حساس مسابقات مختل کرده است. یکی از مهمترین موارد مورد اعتراض، محدودیت در زمان ورود تیم به شهرهای میزبان مسابقات در ایالات متحده عنوان شده است.\n\nبر اساس برنامه کادر فنی، قرار بود تیم ملی دو روز پیش از هر مسابقه وارد شهر محل برگزاری شود تا بازیکنان فرصت کافی برای هماهنگی با شرایط محیطی و انجام تمرینات لازم را داشته باشند. با این حال، برای دیدار برابر نیوزیلند، تیم تنها یک روز پیش از مسابقه اجازه ورود به لسآنجلس را دریافت کرد و پس از پایان بازی نیز مجبور به ترک فوری این شهر شد.\n\nفدراسیون فوتبال ایران این وضعیت را مغایر با اصل برابری میان تیمهای شرکتکننده دانسته و تأکید کرده است که چنین تصمیمهایی میتواند بر آمادگی فنی و جسمانی بازیکنان تأثیر منفی بگذارد.\n\nاین اعتراضها در حالی مطرح میشود که پیش از این نیز برخی اعضای هیأت همراه تیم ملی موفق به دریافت ویزای ورود به آمریکا نشده بودند. گزارشها حاکی است که برای حدود ۱۵ نفر از همراهان تیم مجوز ورود صادر نشده است.\n\nامیر قلعهنویی، سرمربی تیم ملی ایران، پس از تساوی برابر نیوزیلند از نحوه برخورد با تیمش انتقاد کرده و گفته بود که ایران در مقایسه با سایر تیمهای حاضر در جام جهانی با شرایط دشوارتری روبهرو شده است.\n\nدر همین حال، مهدی طارمی نیز اظهار داشته که بازیکنان تنها در روز مسابقه از الزام ترک خاک آمریکا بلافاصله پس از پایان بازی آگاه شدند. اما مسئولان آمریکایی این ادعا را رد کرده و گفتهاند که این مقررات از ابتدا به صورت شفاف به مسئولان تیم ایران اطلاع داده شده بود.\n\nهمچنین درخواست تازه ایران برای ورود زودتر به لسآنجلس پیش از دیدار مقابل بلژیک نیز پذیرفته نشده است. مسئولان تیم ملی امیدوارند فیفا به این شکایت رسیدگی کرده و شرایط برابر را برای همه تیمهای شرکتکننده در جام جهانی فراهم سازد.\n\nفیفا تاکنون واکنش رسمی نسبت به این شکایت احتمالی نشان نداده است.",
"source": {
"uri": "khaama.com",
"dataType": "news",
"title": "The Khaama Press News Agency"
},
"authors": [
{
"uri": "زهرا_رشیدی@khaama.com",
"name": "زهرا رشیدی",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Football_Federation_Islamic_Republic_of_Iran",
"type": "wiki",
"score": 5,
"label": {
"eng": "Football Federation Islamic Republic of Iran"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 4,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Iran national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mehdi_Taremi",
"type": "person",
"score": 2,
"label": {
"eng": "Mehdi Taremi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(association_football)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manager (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Belgium",
"type": "loc",
"score": 2,
"label": {
"eng": "Belgium"
},
"location": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 99
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 78
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 78
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://www.khaama.com/persian/wp-content/uploads/2026/06/1024x576_cmsv2_955bfc75-e568-51e2-9cba-ac135edb870b-9805234.avif",
"eventUri": "fas-935779",
"sentiment": null,
"wgt": 519558496,
"relevance": 1
},
{
"uri": "9363759389",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "09:47:21",
"dateTime": "2026-06-19T09:47:21Z",
"dateTimePub": "2026-06-19T09:46:58Z",
"dataType": "news",
"sim": 0.4745098054409027,
"url": "https://pajhwok.com/fa/2026/06/19/iran-us-meeting-in-switzerland-canceled/",
"title": "نشست ایران و امریکا در سوئیس لغو شد",
"body": "کابل (پژواک، ۲۹ جوزا ۱۴۰۵): وزارت خارجۀ سوئیس اعلام کرد که نشست برنامهریزیشده میان ایالات متحده و ایران که قرار بود امروز (جمعه) در بورگناشتوک برگزار شود، لغو شدهاست.\n\nبربنیاد گزارشها، کاخ سفید صبح امروز اعلام کرد که جیدی ونس، معاون رییسجمهور امریکا سفر برنامهریزیشدۀ خود به سوئیس برای دیدار با مذاکرهکنندگان ایرانی را لغو کردهاست.\n\nطبق گزارش، کاخ سفید تصریح کرده که این تصمیم به دلیل \"مسایل تدارکاتی\" اتخاذ شدهاست.\n\nخبرگزاری تسنیم نیز در گزارشی نوشته که مذاکرهکنندهگان ایرانی پیش از آغاز دور بعدی گفتوگوهای صلح نیاز دارند نشانههایی از اجرای توافق موقت از سوی امریکا مشاهده کنند و هنوز تأییدی درباره سفر هیئت ایرانی به جنیوا وجود ندارد.\n\nدر همین حال، وزارت امور خارجۀ سوئیس اعلام کرده که مذاکراتی که قرار بود امروز بین ایران و امریکا در این کشور برگزار شود، لغو شدهاست.\n\nاین وزارت جزییات بیشتر در این مورد ارایه نکردهاست.\n\nروشن نیست مذاکرات میان ایران و امریکا کدام روز برگزار خواهد شد.\n\nشام پنجشنبه شبکۀ خبری المیادین هم گزارش داده بود که هیأت مذاکرهکنندۀ ایران به دلیل ادامۀ حملات اسرائیل بر جنوب لبنان، سفر خود به سوئیس را به حالت تعلیق درآورد.\n\nقابل ذکر است که این گفتوگوها قرار بود نقطآ آغازین مهلتی ۶۰ روزه برای مذاکرات هستهای بر اساس تفاهمنامه اخیر دو کشور باشد.",
"source": {
"uri": "pajhwok.com",
"dataType": "news",
"title": "Pajhwok Afghan News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 5,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"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/White_House",
"type": "wiki",
"score": 4,
"label": {
"eng": "White House"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tasnim_News_Agency",
"type": "wiki",
"score": 3,
"label": {
"eng": "Tasnim News Agency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kabul",
"type": "loc",
"score": 3,
"label": {
"eng": "Kabul"
},
"location": {
"type": "place",
"label": {
"eng": "Kabul"
},
"country": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Southern_Lebanon",
"type": "wiki",
"score": 2,
"label": {
"eng": "Southern Lebanon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Levant",
"type": "wiki",
"score": 2,
"label": {
"eng": "Levant"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fasting",
"type": "wiki",
"score": 2,
"label": {
"eng": "Fasting"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Peace",
"type": "wiki",
"score": 2,
"label": {
"eng": "Peace"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 2,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 54
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 76
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 61
},
{
"uri": "iptc/conflict,_war_and_peace",
"label": "iptc/conflict, war and peace",
"wgt": 56
}
],
"image": "https://pajhwok.com/wp-content/uploads/2026/04/Iran-and-America-1-1024x576.jpg",
"eventUri": "fas-935755",
"sentiment": null,
"wgt": 519558441,
"relevance": 1
},
{
"uri": "9363730785",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "09:22:01",
"dateTime": "2026-06-19T09:22:01Z",
"dateTimePub": "2026-06-19T09:18:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.khaama.com/geneva-conference-calls-for-justice-and-accountability-for-women-in-afghanistan/",
"title": "Geneva Conference Calls for Justice and Accountability for Women in Afghanistan",
"body": "Fidai Rahmati is the editor and content writer for Khaama Press. You may follow him at Twitter @FidelRahmati\n\nInternational representatives, human rights advocates and Afghan women gathered in Geneva to call for stronger accountability measures and greater protection of women's rights in Afghanistan.\n\nThe Shahmama Organization hosted a conference titled \"Pathways to Justice and Human Rights for Women in Afghanistan\" in Geneva, bringing together representatives of governments, international organizations, United Nations agencies, human rights defenders and Afghan women activists.\n\nAccording to a statement issued by the organization on Thursday, the event was supported by 11 countries, the European Union and the UN Women. Participants expressed deep concern over the worsening human rights situation facing women and girls in Afghanistan and stressed the need to maintain international attention on the crisis.\n\nSpeakers emphasized that Afghanistan women must be meaningfully included in all discussions, negotiations and decision-making processes concerning the country's future. Participants argued that sustainable peace, stability and inclusive governance cannot be achieved without the full participation of women.\n\nAmong the speakers was Richard Bennett, who called for greater use of international legal and human rights mechanisms to ensure accountability for violations committed against Afghan women and girls. He also stressed the importance of documenting abuses and pursuing justice through international institutions.\n\nParticipants further called for stronger accountability mechanisms, increased support for Afghanistan women-led initiatives and continued international engagement on women's rights in Afghanistan. The conference concluded that protecting the rights and freedoms of women remains essential to any long-term solution for the country's political and humanitarian challenges.\n\nThe conference comes amid continued international concern over restrictions affecting Afghanistan women and girls, including limitations on education, employment, public participation and freedom of movement. Human rights organizations and UN experts have repeatedly warned that such measures have significantly reduced women's access to opportunities and essential services.\n\nThe event also follows recent discussions at the United Nations Human Rights Council, where several countries and international bodies raised concerns about the deteriorating human rights situation in Afghanistan. Delegates at those meetings emphasized that the exclusion of women from public life continues to undermine prospects for social development, economic recovery and long-term stability in the country.",
"source": {
"uri": "khaama.com",
"dataType": "news",
"title": "The Khaama Press News Agency"
},
"authors": [
{
"uri": "fidel_rahmati@khaama.com",
"name": "Fidel Rahmati",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Women_in_Afghanistan",
"type": "wiki",
"score": 5,
"label": {
"eng": "Women in Afghanistan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Human_rights",
"type": "wiki",
"score": 5,
"label": {
"eng": "Human rights"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Geneva",
"type": "loc",
"score": 5,
"label": {
"eng": "Geneva"
},
"location": {
"type": "place",
"label": {
"eng": "Geneva"
},
"country": {
"type": "country",
"label": {
"eng": "Switzerland"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Afghanistan",
"type": "loc",
"score": 5,
"label": {
"eng": "Afghanistan"
},
"location": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Accountability",
"type": "wiki",
"score": 4,
"label": {
"eng": "Accountability"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Human_rights_activists",
"type": "wiki",
"score": 3,
"label": {
"eng": "Human rights activists"
}
},
{
"uri": "http://en.wikipedia.org/wiki/International_organization",
"type": "wiki",
"score": 3,
"label": {
"eng": "International organization"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Twitter",
"type": "org",
"score": 3,
"label": {
"eng": "Twitter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Decision-making",
"type": "wiki",
"score": 2,
"label": {
"eng": "Decision-making"
}
},
{
"uri": "http://en.wikipedia.org/wiki/UN_Women",
"type": "wiki",
"score": 2,
"label": {
"eng": "UN Women"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Nations",
"type": "org",
"score": 2,
"label": {
"eng": "United Nations"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 2,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/2021_Taliban_offensive",
"type": "wiki",
"score": 1,
"label": {
"eng": "2021 Taliban offensive"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Freedom_of_movement",
"type": "wiki",
"score": 1,
"label": {
"eng": "Freedom of movement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_change",
"type": "wiki",
"score": 1,
"label": {
"eng": "Social change"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Humanitarianism",
"type": "wiki",
"score": 1,
"label": {
"eng": "Humanitarianism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Nations_Human_Rights_Council",
"type": "wiki",
"score": 1,
"label": {
"eng": "United Nations Human Rights Council"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Human_Rights_and_Liberties",
"label": "dmoz/Society/Issues/Human Rights and Liberties",
"wgt": 46
},
{
"uri": "dmoz/Society/Government/Multilateral",
"label": "dmoz/Society/Government/Multilateral",
"wgt": 33
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 24
},
{
"uri": "dmoz/Society/Philanthropy/International_Aid_and_Development",
"label": "dmoz/Society/Philanthropy/International Aid and Development",
"wgt": 24
},
{
"uri": "dmoz/Society/Issues/Global",
"label": "dmoz/Society/Issues/Global",
"wgt": 27
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 90
},
{
"uri": "iptc/crime,_law_and_justice/justice",
"label": "iptc/crime, law and justice/justice",
"wgt": 89
},
{
"uri": "iptc/society/fundamental_rights/human_rights",
"label": "iptc/society/fundamental rights/human rights",
"wgt": 100
}
],
"image": "https://www.khaama.com/wp-content/uploads/2026/06/Geneva-conference.jpg",
"eventUri": null,
"sentiment": 0.2941176470588236,
"wgt": 519556921,
"relevance": 1
},
{
"uri": "9363726875",
"lang": "fas",
"isDuplicate": false,
"date": "2026-06-19",
"time": "09:18:00",
"dateTime": "2026-06-19T09:18:00Z",
"dateTimePub": "2026-06-19T09:17:39Z",
"dataType": "news",
"sim": 0,
"url": "https://pajhwok.com/fa/2026/06/19/jd-vance-defends-us-iran-deal-warns-israeli-critics/",
"title": "جیدی ونس از توافق امریکا و ایران دفاع کرد و به منتقدان اسرائیلی هشدار داد",
"body": "کابل (پژواک، ۲۹ جوزا ۱۴۰۵): بربنیاد گزارشها، جیدی ونس، معاون رئیسجمهور امریکا از تفاهمنامه میان واشنگتن و تهران دفاع کرد و به منتقدان اسرائیلی این توافق هشدار داد که نباید مهمترین متحد خود را از خود دور کنند.\n\nبه گزارش نیویارک تایمز، ونس روز گذشته (پنجشنبه) گفته، دونالد ترمپ، رئیسجمهور امریکا \"تنها رهبر قدرتمند جهان\" است که در شرایط کنونی از اسرائیل حمایت میکند.\n\nاو افزودهاست که اگر عضو کابینۀ دولت اسرائیل بود، به تنها متحد قدرتمند باقیمانده خود حمله نمیکرد.\n\nطبق گزارش نیویارک تایمز، این تفاهمنامه با انتقاد برخی قانونگذاران اسرائیلی و شماری از جمهوریخواهان در امریکا روبهرو شدهاست.",
"source": {
"uri": "pajhwok.com",
"dataType": "news",
"title": "Pajhwok Afghan News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 5,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Washington,_D.C.",
"type": "loc",
"score": 3,
"label": {
"eng": "Washington, D.C."
},
"location": {
"type": "place",
"label": {
"eng": "Washington, D.C."
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kabul",
"type": "loc",
"score": 3,
"label": {
"eng": "Kabul"
},
"location": {
"type": "place",
"label": {
"eng": "Kabul"
},
"country": {
"type": "country",
"label": {
"eng": "Afghanistan"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tehran",
"type": "loc",
"score": 3,
"label": {
"eng": "Tehran"
},
"location": {
"type": "place",
"label": {
"eng": "Tehran"
},
"country": {
"type": "country",
"label": {
"eng": "Iran"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Republican_Party_(United_States)",
"type": "org",
"score": 1,
"label": {
"eng": "Republican Party (United States)"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 98
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 69
},
{
"uri": "iptc/politics_and_government/international_relations",
"label": "iptc/politics and government/international relations",
"wgt": 91
}
],
"image": "https://pajhwok.com/wp-content/uploads/2026/06/18DC-PREXY-gflk-superJumbo-1024x683.webp",
"eventUri": null,
"sentiment": null,
"wgt": 519556680,
"relevance": 1
}
],
"totalResults": 3369,
"page": 1,
"count": 10,
"pages": 337
}
}