Backdropped by ships in the
Strait of Hormuz, damage, according to local witnesses caused by several recent airstrikes during the U.S.-
Israel military campaign, is seen on a fishing pier in the port of Qeshm island,
Iran, Monday, April 13, 2026. (AP Photo/Asghar Besharati) 2026-04-16T04:14:04Z CAIRO (AP) —
Pakistan’s army chief is set to meet with Iranian officials in
Tehran on Thursday in a bid to ease tensions in the Middle East and arrange a second round of negotiations between the
United States and
Iran after almost seven weeks of war . The White House said any further talks would likely take place in the Pakistani capital of
Islamabad , though no decision had been made on whether to resume negotiations. The U.S. naval blockade of Iranian ports continued as U.S. Treasury Secretary
Scott Bessent said the
Trump administration would ramp up economic pain on
Iran with new economic sanctions on countries doing business with it, calling the move the “financial equivalent” of a bombing campaign.
Pakistan has emerged as a key mediator after it hosted direct talks between the U.S. and
Iran in
Islamabad that authorities said helped narrow differences between the two sides. Mediators are seeking a new round before the ceasefire expires next week. 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); }); Meanwhile, Trump wrote late Wednesday on Truth Social that leaders from
Israel and
Lebanon would speak the next day in a renewed effort to broker a ceasefire after the countries’ first direct talks in decades ended the previous day in Washington without a deal. It was not clear what leaders Trump was referring to. The Israeli prime minister’s office did not immediately respond for comment, which was posted before dawn in
Israel and
Lebanon. The war has jolted markets and rattled the global economy as shipping has been cut off and airstrikes have torn through military and civilian infrastructure across the region . Oil prices have fallen amid hopes for an end to fighting, and U.S. stocks on Wednesday surpassed records set in January. Officials say US and
Iran are making progress Even as the U.S. blockade on Iranian ports and renewed Iranian threats strained the ceasefire agreement, regional officials reported progress, telling The Associated Press the
United States and
Iran had an “in principle agreement” to extend it to allow for more diplomacy. They spoke on condition of anonymity to discuss sensitive negotiations.
Iran’s foreign minister, Abbas Araghchi, took part in a preliminary meeting Wednesday with Asim Munir,
Pakistan’s army chief of staff, Iranian state media reported. But even as mediators worked for peace, tensions simmered. The commander of
Iran’s joint military command, Ali Abdollahi, threatened to halt trade in the region if the U.S. does not lift its naval blockade, and a newly-appointed military adviser to Iranian Supreme Leader Mojtaba Khamenei said he doesn’t support extending the ceasefire. /* 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 Mediators seek compromise on sticking points Mediators are pushing for a compromise on three main sticking points that derailed direct talks last weekend —
Iran’s nuclear program, the
Strait of Hormuz and compensation for wartime damages, according to a regional official involved in the mediation efforts. Iranian Foreign Ministry spokesman Esmail Baghaei said
Iran is open to discussing the type and level of its uranium enrichment, but his country “based on its needs, must be able to continue enrichment,” Iranian state media reported. The fighting has killed at least 3,000 people in
Iran, more than 2,100 in
Lebanon, 23 in
Israel and more than a dozen in Gulf Arab states. Thirteen U.S. service members have also been killed. 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); }); China calls for
Strait of Hormuz to reopen Chinese Foreign Minister Wang Yi said the window of peace was opening during a phone call with his Iranian counterpart, who briefed him on the latest developments in
Iran-U.S. negotiations and
Tehran’s considerations on the next step, according to a statement from China’s foreign ministry late Wednesday. Wang told Araghchi that the situation has reached a critical juncture between war and peace, and said
Iran’s sovereignty, security, and legitimate rights should be respected as a littoral state of the
Strait of Hormuz, while freedom of navigation and safety through the strait should be ensured. Since the war began,
Iran has curtailed maritime traffic through the
Strait of Hormuz, which a fifth of global oil transited through in peacetime.
Tehran’s effective closure of the strait sent oil prices skyrocketing, raising the cost of fuel, food and other basic goods far beyond the Middle East, and the U.S. has responded with a blockade on Iranian shipping. 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); }); U.S. Central Command said Wednesday that no ships had made it past the blockade since it was imposed two days earlier, while 10 merchant vessels complied with direction from U.S. forces to turn around and reenter Iranian waters. The blockade is intended to pressure
Iran, which has exported millions of barrels of oil , mostly to Asia, since the war began Feb. 28. Much of it has likely been carried by so-called dark transits that evade sanctions and oversight, providing cash that’s been vital to keeping
Iran running. 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); }); Strikes continue in
Lebanon after Washington talks Meanwhile,
Israel pressed ahead with its aerial and ground war in
Lebanon. The country’s National News Agency reported airstrikes and artillery shelling throughout southern
Lebanon on Wednesday, including near Bint Jbeil, where Israeli forces have encircled Hezbollah fighters. Israeli Prime Minister Benjamin Netanyahu said Israeli troops were about to “eliminate this great stronghold of Hezbollah” and would continue expanding control of areas in southern
Lebanon. Netanyahu said negotiations are continuing, with disarming Hezbollah a key goal. The Lebanese Health Ministry said
Israel struck three teams of paramedics Wednesday in southern
Lebanon, first hitting one team and then two more that rushed to help. The attacks killed three paramedics and wounded six others, the ministry 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); }); The Israeli military did not immediately respond to a request for comment.
Israel and
Lebanon have technically been at war since
Israel was established in 1948, and
Lebanon remains deeply divided over diplomatic engagement with
Israel. ___ Metz reported from Ramallah, West Bank, Ahmed from
Islamabad and Corder from The Hague, Netherlands. Associated Press writers Darlene Superville, Aamer Madhani and Joshua Boak in Washington; Julia Frankel in New York and Russ Bynum in Savannah, Georgia, contributed to this report. SAMY MAGDY Magdy is a Middle East reporter for The Associated Press, based in Cairo. He focuses on conflict, migration and human rights abuses. twitter facebook mailto SAM METZ Metz covers Morocco, Algeria, Tunisia and points beyond for The Associated Press. mailto MIKE CORDER Corder is a reporter in the Netherlands who covers international courts in The Hague, Dutch politics, news and sport. He has worked at The AP for more than 30 years, including seven years in Australia covering the Asia-Pacific region. mailto