Iranian Foreign Minister
Abbas Araghchi participates in the
BRICS Foreign Ministers meeting in
New Delhi, India, Thursday, May 14, 2026. (AP Photo/Manish Swarup) 2026-05-15T14:11:28Z
New Delhi (AP) —
Iran ’s foreign minister said a lack of trust is the biggest obstacle in negotiations to end the war with the U.S., saying Friday that Tehran would be open to diplomatic help, particularly from
China, to help ease tensions . Iranian Foreign Minister
Abbas Araghchi said contradictory messages have “made us reluctant about the real intentions of Americans.” “We are in doubt about their seriousness,” he told reporters in
New Delhi , adding that negotiations would move forward if Washington was ready for a “fair and balanced deal.” U.S. President
Donald Trump earlier this week dismissed
Iran’s latest formal proposal as “garbage.” While
Iran was said to include some nuclear concessions, Trump has said he wants to remove highly enriched uranium from the country and prevent it from developing nuclear weapons.
Iran says its nuclear program is for peaceful purposes. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); With talks between
Iran and the U.S. at a standstill during the shaky ceasefire , tensions remain high and threaten to tip the Middle East back into open warfare and prolong the worldwide energy crisis sparked by the conflict.
Iran still has a chokehold on the
Strait of Hormuz , a vital waterway where a fifth of the world’s oil passed through before the war, and America is blockading Iranian ports. Trump and Chinese President
Xi Jinping , who finished talks on Friday , agreed the strait needs to be reopened. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i
China could play a diplomatic role,
Iran says Araghchi said Friday that
Iran would welcome diplomatic support from other countries, particularly from
China, citing Beijing’s previous role in facilitating the restoration of ties between
Iran and Saudi Arabia. “Chinese have a good intention. So anything that can be done by them to help diplomacy would be welcomed by the Islamic Republic of
Iran,” he said. Beijing has shown little public interest in U.S. requests to get more involved, even though Trump told Fox News’ Sean Hannity that Xi had in their conversations offered to help. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Pakistan said Thursday it was continuing diplomatic efforts to help ease regional tensions amid ongoing contacts over
Iran-related ceasefire proposals. But it declined to disclose details of the discussions or say whether the
United States had formally responded. “The clock on diplomacy has not stopped. The peace process is working,” Foreign Ministry spokesperson Tahir Andrabi told reporters in Islamabad.
Iran says uranium is a sticking point Trump has demanded a major rollback of
Iran’s nuclear activities while
Iran has said that it has a right to enrich uranium . Israeli Prime Minister Benjamin Netanyahu, who launched the war with Trump on Feb. 28, has also demanded that all of
Iran’s highly enriched uranium be removed from the country.
Iran’s foreign minister said Friday that the issue of its enriched uranium stockpile is one of the most difficult subjects in negotiations with the U.S. Russia has previously offered to take the stockpile if
Iran is willing to give it up. Araghchi said Russia’s proposal was not currently under active discussion, but could be revisited if negotiations progress. “When we come to that stage, obviously we will have more consultations with Russia and see if the Russian offer can help or not. This is not something for the time being,” he said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Chinese company says its ship was taken into Iranian waters A Chinese private security company said it lost communication Thursday with a ship it was operating as an offshore work platform — the same day the United Kingdom Maritime Trade Operations center reported that a ship anchored off the United Arab Emirates coast had been seized. Sinoguards said it had “been informed through relevant channels” that the vessel Hui Chuan was taken into Iranian waters for documentation and compliance inspection by the authorities. The company’s emailed statement said there was no indication of any injuries on the ship and that it was cooperating with the request for vessel and crew documentation. The security company and the U.K. maritime center did not say who was behind the seizure. It happened as a senior Iranian official reiterated his country’s claim of control over the
Strait of Hormuz and another said it had a right to seize oil tankers connected to the U.S. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); The U.S. seized vessels in the Gulf of Oman last month and on Friday the foreign minister of Pakistan said it had secured the return of 11 Pakistani nationals and 20 Iranian citizens who were aboard those vessels. “All individuals are in good health and high spirits,” said the foreign minister, Ishaq Dar, said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); UAE speeds up construction of oil pipeline The United Arab Emirates is speeding up the completion of a new pipeline that will allow the Gulf federation to export more oil without routing it through the
Strait of Hormuz. Sheikh Khaled bin Mohammed bin Zayed Al Nahyan, the crown prince of Abu Dhabi, directed state oil company ADNOC to accelerate work on the pipeline during a meeting of the Emirati capital’s executive council, the Abu Dhabi Media Office said Friday. The state oil company already runs a pipeline designed to carry 1.5 million barrels a day from its oil fields in the west of the country to the port of Fujairah on the Gulf of Oman. The new pipeline is expected to double the company’s export capacity through that port. It will become operational next year, the media office said. ___ Schreck reported from Dubai, United Arab Emirates. Associated Press reporters Munir Ahmed in Islamabad and Mae Anderson in New York contributed. SHEIKH SAALIQ Saaliq covers news across India and the South Asia region for The Associated Press, often focusing on politics, democracy, conflict and religion. He is based in
New Delhi. twitter mailto 获取更多RSS: https://feedx.net https://feedx.site