Topics
Countries
Qatar News
Would you like to access news/blog content published by sources located in Qatar?
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/Qatar",
"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%2FQatar&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": "9393295285",
"lang": "eng",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:35:47",
"dateTime": "2026-07-13T22:35:47Z",
"dateTimePub": "2026-07-13T22:33:08Z",
"dataType": "news",
"sim": 0.7803921699523926,
"url": "https://www.aljazeera.com/news/2026/7/13/backed-by-trump-lindsey-grahams-sister-darline-will-replace-him-in-senate",
"title": "Backed by Trump, Lindsey Graham's sister Darline will replace him in Senate",
"body": "South Carolina Governor Henry McMaster has picked Darline Graham Nordone to succeed her late brother Lindsey Graham in the United States Senate after President Donald Trump backed her for the role.\n\nThe appointment on Monday ensures the seat is quickly filled to maintain the 53-senator Republican majority in the 100-member chamber. Nordone will serve the rest of Graham's term, until January 3.\n\nRecommended Stories\n\nlist of 4 itemsend of list\n\nThe interim senator, who leads the South Carolina Commission for the Blind, has no formal political experience. But she has appeared at campaign rallies and in political advertisements alongside her late brother, including when he ran for president in 2016.\n\nOn Monday, she suggested that her tenure would be a continuation of her brother's work. The late senator was a staunch supporter of Israel and a vocal cheerleader of the US-Israel war on Iran.\n\n\"I promise to work hard over the next several months to support the president and carry forward the efforts of my brother on behalf of the citizens of South Carolina and the United States,\" Nordone said.\n\nShe did not indicate whether she will run in the election for the full Senate term.\n\nRepublicans will hold primaries next month to replace Graham, who had won the party's nomination earlier this year as he sought re-election. The Republican candidate will then face off with Democratic paediatrician Annie Andrews.\n\nEarlier on Monday, Trump called on McMaster to appoint Nordone to fill the vacant Senate seat.\n\n\"I recommended, to Governor Henry McMaster, Lindsey Graham's wonderful sister, Darline, to serve as interim Senator from the Great State of South Carolina,\" Trump wrote on his Truth Social platform.\n\nAdvertisement\n\n\"This would be a fabulous tribute to Lindsey, who loved her dearly!\"\n\nGraham had no wife or children. While running for president in 2016, he said Nordone would be part of his support network if he won.\n\n\"If she took a role on, she would be a great representative of our country,\" Graham, who died on Saturday at age 71, said at that time.\n\n\"I can't think of a better person to represent our country in an event than my sister.\"\n\nNordone was a pre-teen when both of her parents died, and Graham, who was in his early 20s, helped raise her.\n\nOn Monday, McMaster heaped praise on the late senator as he announced the appointment, calling him \"irresistible\" and \"irreplaceable\".\n\n\"Lindsey took care of his little sister in years long departed. It's my honour to ask his little sister, Darline Graham, to finish his work for him now,\" the governor said.",
"source": {
"uri": "aljazeera.com",
"dataType": "news",
"title": "Al Jazeera Online"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Lindsey_Graham",
"type": "person",
"score": 5,
"label": {
"eng": "Lindsey Graham"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Senate",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States Senate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Henry_McMaster",
"type": "person",
"score": 4,
"label": {
"eng": "Henry McMaster"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Republican_Party_(United_States)",
"type": "org",
"score": 4,
"label": {
"eng": "Republican Party (United States)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Carolina",
"type": "loc",
"score": 4,
"label": {
"eng": "South Carolina"
},
"location": {
"type": "place",
"label": {
"eng": "South Carolina"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Governor_of_South_Carolina",
"type": "wiki",
"score": 3,
"label": {
"eng": "Governor of South Carolina"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Republican_(Springfield,_Massachusetts)",
"type": "wiki",
"score": 2,
"label": {
"eng": "The Republican (Springfield, Massachusetts)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Primary_election",
"type": "wiki",
"score": 2,
"label": {
"eng": "Primary election"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 2,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 2,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 2,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Truth_Social",
"type": "wiki",
"score": 1,
"label": {
"eng": "Truth Social"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Democratic_Party_(United_States)",
"type": "org",
"score": 1,
"label": {
"eng": "Democratic Party (United States)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Governor",
"type": "wiki",
"score": 1,
"label": {
"eng": "Governor"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 15
},
{
"uri": "dmoz/Home/Family",
"label": "dmoz/Home/Family",
"wgt": 12
},
{
"uri": "dmoz/Society/Politics/Campaigns_and_Elections",
"label": "dmoz/Society/Politics/Campaigns and Elections",
"wgt": 18
},
{
"uri": "dmoz/Society/Politics/Nationalism",
"label": "dmoz/Society/Politics/Nationalism",
"wgt": 13
},
{
"uri": "dmoz/Society/Death/In_Memoriam",
"label": "dmoz/Society/Death/In Memoriam",
"wgt": 13
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 89
},
{
"uri": "iptc/human_interest",
"label": "iptc/human interest",
"wgt": 87
}
],
"image": "https://www.aljazeera.com/wp-content/uploads/2026/07/AP26194738229031-1783977708.jpg?resize=1200%2C675",
"eventUri": "eng-11827370",
"sentiment": 0.1372549019607843,
"wgt": 521678147,
"relevance": 1
},
{
"uri": "9393295286",
"lang": "eng",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:35:47",
"dateTime": "2026-07-13T22:35:47Z",
"dateTimePub": "2026-07-13T22:31:36Z",
"dataType": "news",
"sim": 0.5843137502670288,
"url": "https://www.aljazeera.com/news/2026/7/13/nine-deaths-tied-to-trumps-immigration-enforcement-operations-in-us",
"title": "Nine deaths tied to Trump's immigration enforcement operations in US",
"body": "The fatal shooting of a motorist by an immigration agent in Maine on Monday is the latest in a series of deaths tied to United States President Donald Trump's mass deportation campaign. At least nine people have died during immigration enforcement operations since Trump returned to office.\n\nThe government's version of events has been repeatedly challenged by witnesses, relatives and, in some cases, video evidence.\n\nRecommended Stories\n\nlist of 4 itemsend of list\n\nHere are the stories of those who have been in a mix of police shootings, highway collisions, and a fatal fall during an immigration raid.\n\nJuly 13 shooting in Biddeford, Maine\n\nAn immigration agent shot dead a driver in Biddeford, Maine, on Monday after authorities said he used his vehicle against officers during an attempted arrest.\n\nSenator Angus King said Secretary of Homeland Security Markwayne Mullin told him the man had \"weaponized\" his vehicle against Immigration and Customs Enforcement (ICE) agents, prompting the officer to open fire.\n\nHowever, witness accounts have challenged that version of events, saying the man's car was moving slowly in circles and did not appear to be trying to strike officers.\n\nThe FBI is leading the investigation into the shooting, while Maine State Police are assisting the state attorney general's office, chief medical examiner's office and federal officials.\n\nLorenzo Salgado Araujo\n\nAn immigration agent shot dead Lorenzo Salgado Araujo - a Mexican national who, his family said, had been working towards legal status in the US - during an enforcement operation in Houston, Texas, on July 7 after authorities said he tried to evade arrest. He died on the way to hospital.\n\nAdvertisement\n\nThe Department of Homeland Security said Araujo had been targeted in the operation because he was living in the country without legal permission, and that he ignored commands and attempted to ram his vehicle into an agent who opened fire in self-defence. His son told the local Spanish-language television station Telemundo Houston that Salgado Araujo was looking for workers to hire for a construction job when he was shot.\n\nThe shooting prompted calls from immigrant rights groups and some Democratic lawmakers for an independent investigation. In several previous fatal immigration enforcement shootings, video footage has contradicted federal officers' accounts, though no immigration officers have been charged in those cases.\n\nIn the aftermath of Salgado Araujo's death, Mexico has said it will ask the US government to open criminal investigations into the deaths of its citizens in immigration enforcement operations.\n\nRuben Ray Martinez\n\nA federal agent shot dead Ruben Ray Martinez, a 23-year-old US citizen, during an immigration enforcement operation in South Padre Island, Texas, in March 2025, after officers stopped his vehicle during a late-night traffic stop. He died in hospital.\n\nRecords detailing the shooting were not made public until nearly a year later following a Freedom of Information Act lawsuit by watchdog group American Oversight.\n\nHomeland Security officials said Martinez had refused orders to exit the vehicle and instead \"intentionally ran over\" an agent, prompting another officer to open fire through the driver's side window.\n\nFamily members said Martinez had been travelling from San Antonio to South Padre Island with his best friend to celebrate his 23rd birthday, and later said he had been trying to comply with police instructions when he was shot.\n\nMartinez's mother said Texas Rangers investigators told her video of the incident contradicted the federal agents' account, though authorities have declined to comment on the alleged discrepancies.\n\nAlex Pretti\n\nA Border Patrol officer shot dead Alex Pretti, a 37-year-old intensive care nurse at the Minneapolis Veterans Affairs Medical Center and a US citizen, during a protest against the Metro Surge immigration operation in Minneapolis on January 24. His family said he had joined the demonstration to protest the Trump administration's immigration crackdown.\n\nFederal authorities initially described Pretti as an armed agitator who posed a threat to officers. But bystander video and sworn witness statements contradicted that account, showing Pretti on the ground holding a mobile phone during the encounter. The footage appeared to show one officer removing a gun from Pretti's waistband before another officer opened fire. Pretti had a permit to carry the firearm.\n\nAdvertisement\n\nState and local officials, including Minnesota Governor Tim Walz, rejected the federal government's initial characterisation of the shooting, with Walz calling the comments \"despicable\".\n\nPretti's killing, along with Renee Good's a couple of weeks before, triggered congressional scrutiny, with lawmakers pressing ICE and Department of Homeland Security officials over use of force, training, body cameras, and whether the expanding crackdown was becoming too opaque to police effectively.\n\nRenee Good\n\nAn ICE officer shot dead Renee Good, a US citizen who local officials said was acting as a legal observer during protests against immigration raids, in Minneapolis on January 7.\n\nVideo of the shooting showed Good turning the wheels of her car away from the officer, Jonathan Ross, when he opened fire. Trump administration officials repeatedly defended the shooting, saying the officer's life was at risk from the moving vehicle.\n\nGood's death sparked protests across the country. The US Department of Justice declined to share information about the shooting with state authorities, and state and local officials later sued in an effort to halt the immigration sweeps. During subsequent demonstrations, officers deployed tear gas and other chemical irritants against protesters.\n\nSilverio Villegas Gonzalez\n\nAn immigration agent shot dead Silverio Villegas Gonzalez, a 38-year-old line cook from Mexico, during a traffic stop in suburban Chicago on September 12, after the man had dropped off a child at daycare that morning, according to relatives.\n\nThe Department of Homeland Security said agents were pursuing a man who was in the country illegally, who had a history of reckless driving, and alleged that Villegas Gonzalez had tried to evade arrest, dragging an officer with his vehicle.\n\nThe department said the officer opened fire, fearing for his life, and was hospitalised with \"serious injuries\". Local police video later showed the agent walking around and describing his injuries as \"nothing major\". The shooting remains under investigation.\n\nJaime Alanis\n\nThe 57-year-old farmworker from Mexico died after falling about 9 metres (30 feet) from the roof of a greenhouse during immigration raids on two Southern California cannabis farms on July 10, where authorities arrested about 200 workers. Jaime Alanis died at a hospital two days later.\n\nRelatives said Alanis had spent a decade picking tomatoes at Glass House Farms in Camarillo and called his family while hiding from immigration authorities. They later learned he had been hospitalised with severe injuries.\n\nThe Department of Homeland Security said Alanis was never in custody and was not being chased by federal agents.\n\nRoberto Carlos Montoya Valdez\n\nRoberto Carlos Montoya Valdez, a 52-year-old man from Guatemala, died after he was hit by an SUV while trying to cross a Southern California freeway during an immigration enforcement operation on August 14.\n\nPolice in Monrovia, northeast of Los Angeles, said that immigration agents were conducting an operation outside a Home Depot store when Montoya Valdez ran across the eastbound lanes of Interstate 210 and was struck by a vehicle. He died in hospital.\n\nAdvertisement\n\nThe Department of Homeland Security said he was not being pursued by federal agents when he ran.\n\nJosue Castro Rivera\n\nThe 24-year-old man from Honduras was killed after he was struck by a pick-up truck while trying to cross a highway during an immigration traffic stop in Norfolk, Virginia, on October 23.\n\nJosue Castro Rivera was on his way to a gardening job with three passengers when immigration officers pulled over their vehicle, according to his brother, Henry Castro. State and federal authorities said he fled on foot before being hit on Interstate 264.\n\nThe Department of Homeland Security said the vehicle had been stopped as part of a \"targeted, intelligence-based\" operation and that Castro Rivera had \"resisted heavily and fled\".",
"source": {
"uri": "aljazeera.com",
"dataType": "news",
"title": "Al Jazeera Online"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Immigration",
"type": "wiki",
"score": 5,
"label": {
"eng": "Immigration"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Biddeford,_Maine",
"type": "loc",
"score": 5,
"label": {
"eng": "Biddeford, Maine"
},
"location": {
"type": "place",
"label": {
"eng": "Biddeford, Maine"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Citizenship_of_the_United_States",
"type": "wiki",
"score": 4,
"label": {
"eng": "Citizenship of the United States"
}
},
{
"uri": "http://en.wikipedia.org/wiki/U.S._Immigration_and_Customs_Enforcement",
"type": "wiki",
"score": 4,
"label": {
"eng": "U.S. Immigration and Customs Enforcement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Department_of_Homeland_Security",
"type": "wiki",
"score": 4,
"label": {
"eng": "United States Department of Homeland Security"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Houston",
"type": "loc",
"score": 4,
"label": {
"eng": "Houston"
},
"location": {
"type": "place",
"label": {
"eng": "Houston"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 4,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mexico",
"type": "loc",
"score": 4,
"label": {
"eng": "Mexico"
},
"location": {
"type": "country",
"label": {
"eng": "Mexico"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Markwayne_Mullin",
"type": "person",
"score": 3,
"label": {
"eng": "Markwayne Mullin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Angus_King",
"type": "person",
"score": 3,
"label": {
"eng": "Angus King"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Secretary_of_Homeland_Security",
"type": "wiki",
"score": 3,
"label": {
"eng": "United States Secretary of Homeland Security"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Maine_State_Police",
"type": "wiki",
"score": 3,
"label": {
"eng": "Maine State Police"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Medical_examiner",
"type": "wiki",
"score": 3,
"label": {
"eng": "Medical examiner"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Self-defense",
"type": "wiki",
"score": 3,
"label": {
"eng": "Self-defense"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Deportation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Deportation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Telemundo",
"type": "wiki",
"score": 3,
"label": {
"eng": "Telemundo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Senate",
"type": "wiki",
"score": 3,
"label": {
"eng": "United States Senate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Television_station",
"type": "wiki",
"score": 3,
"label": {
"eng": "Television station"
}
},
{
"uri": "http://en.wikipedia.org/wiki/District_attorney",
"type": "wiki",
"score": 3,
"label": {
"eng": "District attorney"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Federal_Bureau_of_Investigation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Federal Bureau of Investigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spanish_language",
"type": "wiki",
"score": 3,
"label": {
"eng": "Spanish language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strike_action",
"type": "wiki",
"score": 3,
"label": {
"eng": "Strike action"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minneapolis",
"type": "loc",
"score": 3,
"label": {
"eng": "Minneapolis"
},
"location": {
"type": "place",
"label": {
"eng": "Minneapolis"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Maine",
"type": "loc",
"score": 3,
"label": {
"eng": "Maine"
},
"location": {
"type": "place",
"label": {
"eng": "Maine"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Padre_Island,_Texas",
"type": "loc",
"score": 3,
"label": {
"eng": "South Padre Island, Texas"
},
"location": {
"type": "place",
"label": {
"eng": "South Padre Island, Texas"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Presidency_of_Donald_Trump",
"type": "wiki",
"score": 2,
"label": {
"eng": "Presidency of Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Independent_politician",
"type": "org",
"score": 2,
"label": {
"eng": "Independent politician"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tim_Walz",
"type": "person",
"score": 2,
"label": {
"eng": "Tim Walz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Governor_of_Minnesota",
"type": "wiki",
"score": 2,
"label": {
"eng": "Governor of Minnesota"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Border_Patrol",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States Border Patrol"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Special_agent",
"type": "wiki",
"score": 2,
"label": {
"eng": "Special agent"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Democratic_Party_(United_States)",
"type": "org",
"score": 2,
"label": {
"eng": "Democratic Party (United States)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Federal_government_of_the_United_States",
"type": "org",
"score": 2,
"label": {
"eng": "Federal government of the United States"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Antonio",
"type": "loc",
"score": 2,
"label": {
"eng": "San Antonio"
},
"location": {
"type": "place",
"label": {
"eng": "San Antonio"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Roberto_Carlos",
"type": "person",
"score": 1,
"label": {
"eng": "Roberto Carlos"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chicago_metropolitan_area",
"type": "loc",
"score": 1,
"label": {
"eng": "Chicago metropolitan area"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Fidel_Castro",
"type": "person",
"score": 1,
"label": {
"eng": "Fidel Castro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/U.S._state",
"type": "loc",
"score": 1,
"label": {
"eng": "U.S. state"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/The_Home_Depot",
"type": "org",
"score": 1,
"label": {
"eng": "The Home Depot"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Controlled-access_highway",
"type": "loc",
"score": 1,
"label": {
"eng": "Controlled-access highway"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Southern_California",
"type": "loc",
"score": 1,
"label": {
"eng": "Southern California"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Los_Angeles",
"type": "loc",
"score": 1,
"label": {
"eng": "Los Angeles"
},
"location": {
"type": "place",
"label": {
"eng": "Los Angeles"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Camarillo,_California",
"type": "loc",
"score": 1,
"label": {
"eng": "Camarillo, California"
},
"location": {
"type": "place",
"label": {
"eng": "Camarillo, California"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Norfolk,_Virginia",
"type": "loc",
"score": 1,
"label": {
"eng": "Norfolk, Virginia"
},
"location": {
"type": "place",
"label": {
"eng": "Norfolk, Virginia"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Monrovia",
"type": "loc",
"score": 1,
"label": {
"eng": "Monrovia"
},
"location": {
"type": "place",
"label": {
"eng": "Monrovia"
},
"country": {
"type": "country",
"label": {
"eng": "Liberia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Honduras",
"type": "loc",
"score": 1,
"label": {
"eng": "Honduras"
},
"location": {
"type": "country",
"label": {
"eng": "Honduras"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Guatemala",
"type": "loc",
"score": 1,
"label": {
"eng": "Guatemala"
},
"location": {
"type": "country",
"label": {
"eng": "Guatemala"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 24
},
{
"uri": "dmoz/Business/Business_Services/Fire_and_Security",
"label": "dmoz/Business/Business Services/Fire and Security",
"wgt": 18
},
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 23
},
{
"uri": "dmoz/Recreation/Guns",
"label": "dmoz/Recreation/Guns",
"wgt": 18
},
{
"uri": "dmoz/Society/Crime/Murder",
"label": "dmoz/Society/Crime/Murder",
"wgt": 18
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 85
},
{
"uri": "iptc/society",
"label": "iptc/society",
"wgt": 88
},
{
"uri": "iptc/crime,_law_and_justice/law_enforcement/police",
"label": "iptc/crime, law and justice/law enforcement/police",
"wgt": 100
}
],
"image": "https://www.aljazeera.com/wp-content/uploads/2026/07/afp_6a5556541d0e-1783977556.jpg?resize=1920%2C1440",
"eventUri": "spa-4265667",
"sentiment": -0.3725490196078431,
"wgt": 521678147,
"relevance": 1
},
{
"uri": "9393293852",
"lang": "hrv",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:33:23",
"dateTime": "2026-07-13T22:33:23Z",
"dateTimePub": "2017-03-15T13:20:46Z",
"dataType": "news",
"sim": 0,
"url": "https://balkans.aljazeera.net/news/world/2015/11/22/krim-u-mraku-proglaseno-vanredno-stanje",
"title": "Krim u mraku, proglašeno vanredno stanje",
"body": "Zbog nestanka električne energije, na Krimu je uvedeno vanredno stanje.\n\nBez struje je ostalo blizu dva miliona ljudi, a do prekida je došlo nakon što je minirano nekoliko dalekovoda na ukrajinskoj teritoriji.\n\nTimovi za vanredne situacije na cijeloj teritoriji Krima pokušavaju riješiti problem.\n\nNo, čini se nemogućim - jer iako pripojen Rusiji, cijeli poluotok i dalje se električnom energijom snabdijeva preko četiri dalekovoda iz Ukrajine.\n\nDva, koja se nalaze u okolini Hersona, u sjevernom dijelu poluotoka koji kontrolira ukrajinska vojska, oborena su.\n\n\"U vezi s prekidom električne energije, predsjednik Krimske republike naredio je uvođenje vanrednog stanja. Sve nadležne službe su alarmirane. Timovi Ministarstva za vanredne situacije rade na cijeloj teritoriji Krima. Cilj je spriječiti incidente\", kazao je Aleksej Fridman iz Ureda za vanredne situacije.\n\nPotpuni mrak\n\nSamo 25 minuta nakon ponoći, blizu dva miliona građana ostalo je u potpunom mraku.\n\nKrim je prebačen na alternativno snabdevanje električnom energijom, a prioriteti su bile bolnice i objekti državne uprave.\n\n\"Rade operativni pogoni, aparati za vještačko disanje također su u funkciji. Sve je pod kontrolom. Sada nemamo problema i u bolnici je na snazi režim kao i svakog dana\", istakao je hirurg Anton Žeribor.\n\n\"Bili smo spremni na ovakav scenarij još od prošlog decembra. Ako se sjećate, tada smo podvrgnuti sličnim akcijama. Stoga smo se ozbiljno pripremali za ovo, i naš električni sistem je u potpunosti pripremljen za ovakve situacije\", zaključio je ministar energetike Krima Sergej Jegorov.\n\nUkrajinski aktivisti, uključujući i Krimske Tatare, jučer su vladine službenike pokušali spriječiti da izvrše određene popravke na dalekovodima. Nakon što su se sukobili s policijom, povukli su se.",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "al_jazeera_balkans@aljazeera.net",
"name": "Al Jazeera Balkans",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Electrical_energy",
"type": "wiki",
"score": 5,
"label": {
"eng": "Electrical energy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crimea",
"type": "loc",
"score": 5,
"label": {
"eng": "Crimea"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Ukraine",
"type": "loc",
"score": 5,
"label": {
"eng": "Ukraine"
},
"location": {
"type": "country",
"label": {
"eng": "Ukraine"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Overhead_power_line",
"type": "wiki",
"score": 4,
"label": {
"eng": "Overhead power line"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Peninsula",
"type": "wiki",
"score": 4,
"label": {
"eng": "Peninsula"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electric_current",
"type": "wiki",
"score": 3,
"label": {
"eng": "Electric current"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russia",
"type": "loc",
"score": 3,
"label": {
"eng": "Russia"
},
"location": {
"type": "country",
"label": {
"eng": "Russia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 2,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Republic",
"type": "wiki",
"score": 2,
"label": {
"eng": "Republic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hospital",
"type": "wiki",
"score": 2,
"label": {
"eng": "Hospital"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kherson",
"type": "loc",
"score": 2,
"label": {
"eng": "Kherson"
},
"location": {
"type": "place",
"label": {
"eng": "Kherson"
},
"country": {
"type": "country",
"label": {
"eng": "Ukraine"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Scenario_(disambiguation)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Scenario (disambiguation)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Energetics",
"type": "wiki",
"score": 1,
"label": {
"eng": "Energetics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crimean_Tatars",
"type": "wiki",
"score": 1,
"label": {
"eng": "Crimean Tatars"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ukrainian_language",
"type": "wiki",
"score": 1,
"label": {
"eng": "Ukrainian language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minister_(government)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Minister (government)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Police",
"type": "wiki",
"score": 1,
"label": {
"eng": "Police"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 77
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/energy_and_resource",
"label": "iptc/economy, business and finance/products and services/energy and resource",
"wgt": 81
}
],
"image": "https://balkans.aljazeera.net/wp-content/uploads/2015/11/krim-sukob-vojska.jpg?resize=1200%2C675",
"eventUri": null,
"sentiment": null,
"wgt": 521678003,
"relevance": 1
},
{
"uri": "9393292048",
"lang": "hrv",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:30:32",
"dateTime": "2026-07-13T22:30:32Z",
"dateTimePub": "2017-03-14T15:39:17Z",
"dataType": "news",
"sim": 0,
"url": "https://balkans.aljazeera.net/news/sports/2016/3/8/real-madrid-i-wolfsburg-u-cetvrtfinalu-lige-prvaka",
"title": "Real Madrid i Wolfsburg u četvrtfinalu Lige prvaka",
"body": "Nogometaši španskog Real Madrida i njemačkog Wolfsburga prvi su četvrtfinalisti ove sezone Lige evropskih prvaka, a plasman u nastavak takmičenja ostvarili su pobjedama na domaćem terenu u utorak navečer.\n\n\"Kraljevi\" su na svom stadionu \"Santiago Bernabeu\" sa 2:0 savladali italijansku Romu, a u prvom susretu u Rimu su slavili također sa 2:0.\n\nU Madridu su strijelci bili Cristiano Ronaldo u 64. i James Rodrigues u 68. minuti.\n\nReal je ovom pobjedom šestu sezonu uzastopno izborio plasman u četvrtfinale Lige prvaka, ali i prvi put nakon 29 godina izbacio neki italijanski klub iz Evrope u dvije utakmice.\n\nU posljednjih osam okršaja svih osam puta je ispao.\n\nGol Andree Schurrlea\n\nZa razliku od italijanske \"Vučice\", \"Vukovi\" iz njemačkog Wolfsburga su izborili plasman među osam najboljih timova Starog kontinenta, što im je najvećih uspjeh u klupskoj historiji.\n\nOni su sa 1:0 savladali belgijski Gent pogotkom Andree Schurrlea u 74. minuti.\n\nWolfsburg je u prvom susretu u gostima slavio sa 3:2.\n\nLiga prvaka se nastavlja u srijedu navečer, a revanš susrete igraju Chelsea i PSG (prvi meč 1:2), odnosno Zenit i Benfica (1:0).\n\nIzvor: Al Jazeera i agencije",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "al_jazeera_balkans@aljazeera.net",
"name": "Al Jazeera Balkans",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 5,
"label": {
"eng": "Real Madrid CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/VfL_Wolfsburg",
"type": "wiki",
"score": 5,
"label": {
"eng": "VfL Wolfsburg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/UEFA_Champions_League",
"type": "wiki",
"score": 4,
"label": {
"eng": "UEFA Champions League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Santiago_Bernabéu_Stadium",
"type": "wiki",
"score": 3,
"label": {
"eng": "Santiago Bernabéu Stadium"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 3,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Germany",
"type": "loc",
"score": 3,
"label": {
"eng": "Germany"
},
"location": {
"type": "country",
"label": {
"eng": "Germany"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/A.S._Roma",
"type": "wiki",
"score": 2,
"label": {
"eng": "A.S. Roma"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cristiano_Ronaldo",
"type": "person",
"score": 2,
"label": {
"eng": "Cristiano Ronaldo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rome",
"type": "loc",
"score": 2,
"label": {
"eng": "Rome"
},
"location": {
"type": "place",
"label": {
"eng": "Rome"
},
"country": {
"type": "country",
"label": {
"eng": "Italy"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Madrid",
"type": "loc",
"score": 2,
"label": {
"eng": "Madrid"
},
"location": {
"type": "place",
"label": {
"eng": "Madrid"
},
"country": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FC_Zenit_Saint_Petersburg",
"type": "wiki",
"score": 1,
"label": {
"eng": "FC Zenit Saint Petersburg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/K.A.A._Gent",
"type": "wiki",
"score": 1,
"label": {
"eng": "K.A.A. Gent"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Paris_Saint-Germain_F.C.",
"type": "wiki",
"score": 1,
"label": {
"eng": "Paris Saint-Germain F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/S.L._Benfica",
"type": "wiki",
"score": 1,
"label": {
"eng": "S.L. Benfica"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chelsea_F.C.",
"type": "wiki",
"score": 1,
"label": {
"eng": "Chelsea F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Belgium",
"type": "loc",
"score": 1,
"label": {
"eng": "Belgium"
},
"location": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 97
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://balkans.aljazeera.net/wp-content/uploads/2016/03/ronaldo-real-roma-reuters-main.jpg?resize=1200%2C675",
"eventUri": null,
"sentiment": null,
"wgt": 521677832,
"relevance": 1
},
{
"uri": "9393292045",
"lang": "hrv",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:30:32",
"dateTime": "2026-07-13T22:30:32Z",
"dateTimePub": "2026-07-13T22:30:09Z",
"dataType": "news",
"sim": 0,
"url": "https://balkans.aljazeera.net/video/2020/2/14/pregled-vladavine-prve-zene-predsjednice-hrvatske",
"title": "Pregled vladavine prve žene predsjednice Hrvatske",
"body": "Nakon pet godina mandata, hrvatska predsjednica Kolinda Grabar-Kitarović, danas je imala posljednji prijem u kabinetu. Dodijelila je 1.707 odlikovanja u mandatu i to posthumno - nadbiskupu i kardinalu Franji Kuhariću. Sama se prisjetila svoje zakletve zbog čega donosimo kratki pregled vladavine prve žene predsjednice Hrvatske.\n\nNakon pet godina mandata, hrvatska predsjednica Kolinda Grabar-Kitarović, danas je imala posljednji prijem u kabinetu.\n\nDodijelila je 1.707 odlikovanja u mandatu i to posthumno - nadbiskupu i kardinalu Franji Kuhariću.\n\nSama se prisjetila svoje zakletve zbog čega donosimo kratki pregled vladavine prve žene predsjednice Hrvatske.",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Croatia",
"type": "loc",
"score": 5,
"label": {
"eng": "Croatia"
},
"location": {
"type": "country",
"label": {
"eng": "Croatia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kolinda_Grabar-Kitarović",
"type": "person",
"score": 3,
"label": {
"eng": "Kolinda Grabar-Kitarović"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Franjo_Kuharić",
"type": "person",
"score": 2,
"label": {
"eng": "Franjo Kuharić"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cardinal_(Catholic_Church)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Cardinal (Catholic Church)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Archbishop",
"type": "wiki",
"score": 2,
"label": {
"eng": "Archbishop"
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 85
},
{
"uri": "iptc/society",
"label": "iptc/society",
"wgt": 75
},
{
"uri": "iptc/religion",
"label": "iptc/religion",
"wgt": 57
}
],
"image": "https://balkans.aljazeera.net/wp-content/uploads/2020/02/ajb_2020-02-14-18h46m30s997.jpg?resize=1200%2C630",
"eventUri": null,
"sentiment": null,
"wgt": 521677832,
"relevance": 1
},
{
"uri": "9393289214",
"lang": "ara",
"isDuplicate": true,
"date": "2026-07-13",
"time": "22:24:57",
"dateTime": "2026-07-13T22:24:57Z",
"dateTimePub": "2026-07-13T22:19:52Z",
"dataType": "news",
"sim": 0,
"url": "https://www.aljazeera.net/news/2026/7/14/%D8%B1%D8%B3%D9%88%D9%85-%D8%A7%D9%84%D9%8020-%D9%88%D8%B9%D9%88%D8%AF%D8%A9-%D8%A7%D9%84%D8%AD%D8%B5%D8%A7%D8%B1-%D8%A7%D9%84%D8%A8%D8%AD%D8%B1%D9%8A-%D9%83%D9%8A%D9%81-%D9%88%D8%B5%D9%84",
"title": "رسوم الـ20% وعودة الحصار البحري.. كيف وصل التصعيد بين ترمب وإيران إلى هنا؟",
"body": "ثلاثة أسابيع فقط صمدت فيها مذكرة التفاهم التي لم ترقَ إلى مستوى اتفاق بين الولايات المتحدة وإيران، ووُقِّعت إلكترونياً وبشكل منفصل في 17 يونيو/حزيران الماضي، إذ أعلن الرئيس الأمريكي دونالد ترمب في 8 يوليو/تموز الجاري أن مذكرة التفاهم \"انتهت\"، وهدد بتوجيه ضربات \"قوية\" لإيران.\n\nوجهت الولايات المتحدة ضرباتها لإيران فعلا، وشملت مناطق امتدت من جنوب إيران قرب مضيق هرمز وصولا إلى مناطق في شمالها، واتهمت واشنطن طهران بأنها انتهكت مذكرة التفاهم بتوجيهها ضربات لسفن مدنية وناقلات نفط عبرت المضيق.\n\nوفي المقابل، اتهمت الخارجية الإيرانية واشنطن بأنها \"لم تكن صبورة\"، وأنها انتهكت المذكرة ولم تنتظر انتهاء الـ30 يوما بشأن التزاماتها في مضيق هرمز، الذي أعلن الحرس الثوري إغلاقه لإشعار آخر.\n\nوبعد أن كانت واشنطن تحارب إيران في مطالبتها فرض رسوم على العبور في مضيق هرمز، أعلن الرئيس ترمب -أمس الاثنين- أن أمريكا ستعيد فرض الحصار البحري على إيران وستتولى مهمة حماية المضيق، في مقابل فرض تعويض بنسبة 20% على جميع الشحنات المنقولة، فكيف وصلت التطورات إلى هذه المرحلة؟\n\nهدنة الأسبوع\n\nحملت مفاوضات الدوحة غير المباشرة بين إيران والولايات المتحدة، والتي جرت عبر وساطة قطرية وباكستانية، مطلع يوليو/تموز الحالي، تقدما ملموسا في صياغة تفاهمات بين الجانبين، تُوجت بالاتفاق على تهدئة عسكرية مؤقتة لمدة أسبوع، تتيح المجال للولايات المتحدة لإحياء الذكرى الـ250 لاستقلالها، في حين نظمت إيران مراسم مطولة لتشييع مرشدها الراحل علي خامنئي.\n\nتزامن ذلك مع نشاط مكثف لطائرات تزود بالوقود واستطلاع تابعة لسلاح الجو والبحرية الأمريكيين، التي نفذت نحو 67 طلعة جوية في الفترة بين 30 يونيو/حزيران الماضي و2 يوليو/تموز الجاري، قابلته إيران بالتحذير من استمرار تحليق الطائرات الأمريكية فوق مضيق هرمز، وهددت بالرد على أي مخالفة للمسارات أو البروتوكولات التي حددتها في الممر البحري.\n\nلكن واقعة جنوح سفينة حاويات أجنبية في مضيق هرمز -كما أعلنت وسائل إعلام إيرانية- بتاريخ 2 يوليو/تموز، فتحت بابا جديدا للتساؤل بشأن أمن الملاحة في المضيق، إذ أعلنت وكالة الأنباء الإيرانية أن السفينة جنحت بعد تحركها خارج ما وصفته بـ \"المسار المحدد إيرانيا\"، مضيفة أنها علقت بسبب ضحالة المياه في المسار الذي اختارته، ولم تتمكن من مواصلة الإبحار.\n\nومع انطلاق مراسم جنازة خامنئي، قال ترمب إن واشنطن أمهلت طهران أسبوعا قبل العودة إلى المفاوضات، مراعاة لمراسم تشييع المرشد الأعلى الراحل، مضيفا: \"فعلنا ذلك من منطلق لطفنا\"، ومؤكدا أن إيران \"ترغب بشدة\" في التوصل إلى اتفاق مع واشنطن.\n\nالمسار العماني\n\nخلال هدنة الأسبوع، واصلت طهران التشديد على سيطرتها في مضيق هرمز، إذ حذرت على لسان نائب وزير الخارجية كاظم غريب آبادي يوم السبت 4 يوليو/تموز، كلا من بريطانيا وفرنسا من الإقدام على أي تحرك عسكري في مضيق هرمز، بعد إعلان البلدين استعدادهما لتفعيل قوة مهام عسكرية متعددة الجنسيات لدعم حرية الملاحة في الممر المائي.\n\nوبينما كانت واشنطن وطهران تحرزان تقدما حذرا في تنفيذ مذكرة التفاهم عبر تثبيت وقف إطلاق النار واستمرار المفاوضات، برزت إلى السطح خلافات بشأن الترتيبات المتعلقة بمضيق هرمز، ووقف إطلاق النار في لبنان، ومستقبل البرنامج النووي، وباتت هذه الملفات الكبرى تهدد مستقبل الهدوء المؤقت.\n\nورغم استئناف العبور، شهدت حركة الملاحة انخفاضا كبيرا في عدد السفن التي تبحر عبر مضيق هرمز على طول الساحل العماني، وحاولت بعض السفن العبور لكنها عادت أدراجها بشكل مفاجئ، كما رُصدت بعض السفن وهي تعبر المضيق عبر المسار الإيراني، لكن سبب تغيير السفن مسارها لم يكن معروفا.\n\nوبشكل بطيء، دخل المسار الملاحي العُماني في مضيق هرمز اختبارا عمليا، بعدما استخدمته السفن رغم الرفض الإيراني العلني للمسارات غير المنسقة مع طهران، والتحذيرات التي أطلقتها بشأن ضمانات المرور الآمن في واحد من أهم الممرات البحرية في العالم.\n\nعودة استهداف السفن\n\nخلال يوم الثلاثاء 7 يوليو/تموز، تعرضت 3 ناقلات غاز ونفط لهجمات في مضيق هرمز قرب سواحل سلطنة عمان والإمارات، اتُّهمت إيران بتنفيذها، وسط رفع مستوى التهديد إلى \"شديد\" مما أثار القلق بشأن أمن الملاحة في المضيق الحيوي، مع تصاعد التوتر في المنطقة وسط خشية من عودة استهداف السفن إلى وتيرته السابقة.\n\nوردا على هذه الهجمات، ألغت الولايات المتحدة الترخيص العام الذي سمح ببيع النفط الإيراني، والذي كانت قد منحته الشهر الماضي لرفع العقوبات النفطية عن إيران، وسط تحذيرات أمريكية من أن تصرفات طهران في الممر المائي \"غير مقبولة\" وستواجه بعواقب.\n\nتزامن ذلك مع تصريح لوزير الخارجية الإيراني عباس عراقجي، قال فيه إن المحادثات الرامية للتوصل إلى اتفاق نهائي بين طهران وواشنطن لن تبدأ إذا استمرت التهديدات الأمريكية، وذلك في أعقاب تهديد الرئيس الأمريكي دونالد ترمب \"بإنهاء المهمة\" إذا لم يتم التوصل إلى اتفاق.\n\nولم تمض ساعات قليلة حتى أعلنت القيادة المركزية الأمريكية (سنتكوم) فجر الأربعاء الماضي 8 يوليو/تموز شن سلسلة ضربات دقيقة، طالت منشآت وقواعد بحرية إيرانية، امتدت جغرافيا من سيريك وقشم وصولا إلى محافظة بوشهر الإستراتيجية.\n\nومع هذه التطورات تواصل عبور سفن من المسار العُماني بمضيق هرمز لكن مع مراعاة إغلاق أجهزة التعريف الآلي، بينما تراجع عبور ناقلات النفط والغاز، وتصاعدت مؤشرات التشويش والتحليق العسكري الأمريكي فوق الخليج وخليج عُمان.\n\nترمب على \"قائمة اغتيالات\"\n\nخلال مؤتمر صحفي في العاصمة التركية أنقرة، عقب قمة حلف شمال الأطلسي (الناتو)، تحدث ترمب عن مستجدات العلاقات مع إيران، مجددا تهديداته باستئناف الضربات الجوية ردا على الهجوم على سفن بمضيق هرمز، لينتقل من التمسك باتفاق وقف إطلاق النار إلى إصدار أوامر بشن ضربات عسكرية جديدة.\n\nولاحقا، قال الرئيس الأمريكي إن إيران وضعته على رأس قائمة اغتيالات، ونقلت شبكة \"سي إن إن\" الأمريكية عن مصادر، أن إسرائيل شاركت الولايات المتحدة معلومات استخباراتية تفيد بأن إيران وضعت مؤخرا خطة لاغتيال ترمب.\n\nوفجر يوم الخميس الماضي، أعلنت الولايات المتحدة تنفيذ جولة جديدة من الهجمات استهدفت قرابة 90 هدفا داخل إيران، ليطلق الحرس الثوري الإيراني في المقابل \"الرد العقابي\" على ما قال إنها قواعد للجيش الأمريكي في المنطقة، بينما أعلنت كل من الكويت والبحرين والأردن تعرضها لهجمات إيرانية.\n\nوأظهرت بيانات ملاحية رصدتها وحدة المصادر المفتوحة في شبكة الجزيرة توقفا شبه كلي في حركة عبور السفن لمضيق هرمز في الاتجاهين.\n\nفي تلك الأثناء، قال رئيس الوزراء الإسرائيلي بنيامين نتنياهو إن \"الحرب مع إيران لم تنته بعد\"، وإن تحديات جديدة تبرز أمام تل أبيب، في حين أكد وزير دفاعه يسرائيل كاتس استعداد إسرائيل لجولة قتال ثالثة مع إيران.\n\nوبينما تبادلت واشنطن وطهران التهديدات بتوجيه ضربات عسكرية قاسية، استمرت المحادثات الفنية بين الطرفين، وواصل الوسطاء الإقليميون العمل على تهدئة التوتر لتفادي تصعيد عسكري جديد في المنطقة.\n\nالبند الخامس\n\nتحوّل بند رئيسي في مذكرة التفاهم إلى ثغرة تهدد بإفشال مساعي إعادة فتح مضيق هرمز، بعدما فجّر خلافا عميقا بين الجانبين بشأن آليات إدارة المضيق، إذ يلزم البند إيران باتخاذ الترتيبات اللازمة لاستئناف حركة الملاحة وضمان المرور الآمن للسفن وإزالة العوائق العسكرية، قبل التشاور مع سلطنة عُمان والدول الساحلية الأخرى بشأن الإدارة المستقبلية للمضيق بما يتوافق مع القانون الدولي.\n\nوبينما اعتبرت إدارة ترمب هذا البند الأساس الذي يتيح إعادة فتح المضيق واستئناف التجارة البحرية، تبنت طهران تفسيرا أوسع يمنحها دورا محوريا، بل شبه حصري، في إدارة الممر الإستراتيجي.\n\nمن جهته، أعلن الرئيس دونالد ترمب، الجمعة الماضية، موافقته على استئناف المفاوضات، مؤكدا -في الوقت ذاته- أن وقف إطلاق النار -الذي تم التوصل إليه بين البلدين في يونيو/حزيران الماضي- قد انتهى، بينما أكدت وزارة الخارجية الإيرانية أنها لم تتقدم بأي طلب لإجراء مفاوضات مع الولايات المتحدة.\n\nفي اليوم ذاته، فرضت وزارة الخزانة الأمريكية عقوبات جديدة على إيران، استهدفت \"مموِّلا رئيسيا\" للمرشد الجديد مجتبى خامنئي و13 فردا وكيانا آخرين.\n\nعودة إغلاق المضيق\n\nفجر الأحد 12 يوليو/تموز، أعلن الحرس الثوري إغلاقه مضيق هرمز بشكل تام حتى إشعار آخر، وقال رئيس البرلمان الإيراني ورئيس فريق التفاوض محمد باقر قاليباف في منشور على منصة إكس، إن \"عهد الصفقات الأحادية الجانب قد انتهى\"، مضيفا أن واشنطن \"إما أن تلتزم بوعودها أو تدفع الثمن\".\n\nبدورها، أعلنت القيادة المركزية الأمريكية (سنتكوم) استكمال جولة جديدة من الضربات العسكرية لأهداف إيرانية، مؤكدة استهداف نحو 140 موقعا عسكريا داخل إيران، في حين أعلن الحرس الثوري الإيراني تنفيذ هجمات استهدفت عددا من القواعد والمنشآت العسكرية الأمريكية في المنطقة، ليعود مسلسل القصف المتبادل بين الجانبين.\n\nوبينما يستمر التصعيد في المضيق، تشير التقديرات إلى تمسك إيراني شديد بإدارة المضيق، يقابله إصرار أمريكي على فتحه، تمثل بإعلان ترمب عودة فرض الحصار الأمريكي على إيران، وفرض نسبة تصل إلى 20% على السفن العابرة مقابل إدارة أمريكية للمضيق، بينما يقول محسن رضائي، المستشار العسكري للمرشد الإيراني، إن مضيق هرمز \"أكثر أهمية من عشرات القنابل الذرية، وستحميه الجمهورية الإسلامية\".",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "اسامة_المغربي@aljazeera.net",
"name": "أسامة المغربي",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 5,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://ar.wikipedia.org/wiki/حزيران",
"type": "wiki",
"score": 5,
"label": {
"eng": "حزيران"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tammuz_(Babylonian_calendar)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Tammuz (Babylonian calendar)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Hormuz",
"type": "wiki",
"score": 5,
"label": {
"eng": "Strait of Hormuz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Islamic_Revolutionary_Guard_Corps",
"type": "wiki",
"score": 5,
"label": {
"eng": "Islamic Revolutionary Guard Corps"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Armistice",
"type": "wiki",
"score": 5,
"label": {
"eng": "Armistice"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Gibraltar",
"type": "wiki",
"score": 5,
"label": {
"eng": "Strait of Gibraltar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ceasefire",
"type": "wiki",
"score": 5,
"label": {
"eng": "Ceasefire"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yom_Kippur_War",
"type": "wiki",
"score": 5,
"label": {
"eng": "Yom Kippur War"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Navigation",
"type": "wiki",
"score": 5,
"label": {
"eng": "Navigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ali_Khamenei",
"type": "person",
"score": 5,
"label": {
"eng": "Ali Khamenei"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Siege",
"type": "wiki",
"score": 5,
"label": {
"eng": "Siege"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 5,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ship",
"type": "wiki",
"score": 5,
"label": {
"eng": "Ship"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"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/Iran",
"type": "loc",
"score": 5,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Field_army",
"type": "wiki",
"score": 4,
"label": {
"eng": "Field army"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oman",
"type": "loc",
"score": 4,
"label": {
"eng": "Oman"
},
"location": {
"type": "country",
"label": {
"eng": "Oman"
}
}
},
{
"uri": "http://ar.wikipedia.org/wiki/سبت_(توضيح)",
"type": "wiki",
"score": 3,
"label": {
"eng": "سبت (توضيح)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Central_Command",
"type": "wiki",
"score": 3,
"label": {
"eng": "United States Central Command"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supreme_Leader_of_Iran",
"type": "wiki",
"score": 3,
"label": {
"eng": "Supreme Leader of Iran"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Assassination",
"type": "wiki",
"score": 3,
"label": {
"eng": "Assassination"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pope",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pope"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Funeral",
"type": "wiki",
"score": 3,
"label": {
"eng": "Funeral"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Doha",
"type": "loc",
"score": 3,
"label": {
"eng": "Doha"
},
"location": {
"type": "place",
"label": {
"eng": "Doha"
},
"country": {
"type": "country",
"label": {
"eng": "Qatar"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Qatar",
"type": "loc",
"score": 3,
"label": {
"eng": "Qatar"
},
"location": {
"type": "country",
"label": {
"eng": "Qatar"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lebanon",
"type": "loc",
"score": 3,
"label": {
"eng": "Lebanon"
},
"location": {
"type": "country",
"label": {
"eng": "Lebanon"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 3,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 3,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Arab_Emirates",
"type": "loc",
"score": 3,
"label": {
"eng": "United Arab Emirates"
},
"location": {
"type": "country",
"label": {
"eng": "United Arab Emirates"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Al_Jazeera",
"type": "org",
"score": 2,
"label": {
"eng": "Al Jazeera"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Benjamin_Netanyahu",
"type": "person",
"score": 2,
"label": {
"eng": "Benjamin Netanyahu"
}
},
{
"uri": "http://en.wikipedia.org/wiki/CNN",
"type": "org",
"score": 2,
"label": {
"eng": "CNN"
}
},
{
"uri": "http://en.wikipedia.org/wiki/NATO",
"type": "org",
"score": 2,
"label": {
"eng": "NATO"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ankara",
"type": "loc",
"score": 2,
"label": {
"eng": "Ankara"
},
"location": {
"type": "place",
"label": {
"eng": "Ankara"
},
"country": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tel_Aviv",
"type": "loc",
"score": 2,
"label": {
"eng": "Tel Aviv"
},
"location": {
"type": "place",
"label": {
"eng": "Tel Aviv"
},
"country": {
"type": "country",
"label": {
"eng": "Israel"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kuwait",
"type": "loc",
"score": 2,
"label": {
"eng": "Kuwait"
},
"location": {
"type": "country",
"label": {
"eng": "Kuwait"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jordan",
"type": "loc",
"score": 2,
"label": {
"eng": "Jordan"
},
"location": {
"type": "country",
"label": {
"eng": "Jordan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bahrain",
"type": "loc",
"score": 2,
"label": {
"eng": "Bahrain"
},
"location": {
"type": "country",
"label": {
"eng": "Bahrain"
}
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 100
},
{
"uri": "iptc/politics_and_government/international_relations/diplomacy/treaty",
"label": "iptc/politics and government/international relations/diplomacy/treaty",
"wgt": 87
},
{
"uri": "iptc/politics_and_government/international_relations/international_organization",
"label": "iptc/politics and government/international relations/international organization",
"wgt": 87
},
{
"uri": "iptc/politics_and_government/government/national_security",
"label": "iptc/politics and government/government/national security",
"wgt": 78
}
],
"image": "https://www.aljazeera.net/wp-content/uploads/2026/07/afp_6a5530d7e522-1783967959.jpg?resize=1920%2C1440",
"eventUri": null,
"sentiment": null,
"wgt": 521677497,
"relevance": 1
},
{
"uri": "9393289215",
"lang": "ara",
"isDuplicate": true,
"date": "2026-07-13",
"time": "22:24:54",
"dateTime": "2026-07-13T22:24:54Z",
"dateTimePub": "2026-07-13T21:49:31Z",
"dataType": "news",
"sim": 0,
"url": "https://www.aljazeera.net/sport/2026/7/14/%D8%A7%D9%82%D8%AA%D8%B1%D8%AD-%D8%A7%D9%84%D8%AA%D8%B9%D8%A7%D9%82%D8%AF-%D9%85%D8%B9-%D8%B1%D9%88%D8%A8%D9%88%D8%AA-%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3-%D9%84%D9%88%D9%84%D8%A7",
"title": "اقترح التعاقد مع \"روبوت\".. الرئيس لولا يسخر من نجوم البرازيل بعد نكسة المونديال",
"body": "انقر هنا للمشاركة على وسائل التواصل الاجتماعي\n\nلم تهدأ الانتقادات في البرازيل بعد الخروج المبكر من كأس العالم 2026، إذ دخل الرئيس لويس إيناسيو لولا دا سيلفا على خط الجدل، موجها سهامه إلى لاعبي المنتخب الوطني بسبب قرارهم عدم العودة إلى البلاد عقب الإقصاء من البطولة.\n\nوأبدى الرئيس البرازيلي سخرية واضحة عند حديثه عن منتخب المدرب الإيطالي كارلو أنشيلوتي، الذي ودّع المونديال من دور الـ16 بعد الخسارة أمام النرويج بنتيجة (1-2) في 5 يوليو/تموز الجاري.\n\nوخلال زيارة إلى مختبرات المعهد التكنولوجي في ماوا بولاية ساو باولو، قال الرئيس لولا أمام وسائل الإعلام إنه تواصل مع أنشيلوتي بعد الإقصاء، منتقدا الطريقة التي عاد بها المنتخب من البطولة.\n\nوقال الرئيس البرازيلي: \"أرسلت رسالة إلى أنشيلوتي، الذي غادر مع مجموعة كبيرة من الأشخاص وعاد بمفرده\"، مضيفا بسخرية: \"لم يكن هناك تقريبا أي شخص على متن طائرة الفريق عند العودة، وهذا أمر مؤسف حقا\".\n\nوأضاف: \"عاد لاعب واحد فقط، بينما بقي جميع الآخرين في أماكنهم. لو كانوا قد فازوا بكأس العالم، لكان الجميع يرقص هنا\".\n\nدانيلو الوحيد الذي عاد\n\nوكشفت وسائل إعلام برازيلية في الأيام الماضية أن المدافع دانيلو، لاعب ريال مدريد ومانشستر سيتي السابق والمحترف حاليا في فلامنغو، كان اللاعب الوحيد الذي قرر العودة إلى البرازيل بعد الخروج من البطولة.\n\nوعاد دانيلو برفقة أفراد الجهاز الفني وعدد من موظفي الاتحاد البرازيلي لكرة القدم، في وقت اختار فيه معظم لاعبي المنتخب التوجه مباشرة إلى وجهات عطلاتهم خارج البلاد، مستفيدين من نهاية الموسم.\n\nوكان الاتحاد البرازيلي قد منح اللاعبين حرية الاختيار بشأن العودة مع البعثة أو التوجه إلى وجهاتهم الخاصة، لكن قرار أغلبهم أثار انتقادات واسعة في الأوساط الرياضية، خاصة بعد الإخفاق الجديد لمنتخب يملك تاريخا عريقا في كأس العالم.\n\nلولا يواصل انتقاد نجوم السيليساو\n\nولم تكن هذه المرة الأولى التي ينتقد فيها لولا لاعبي المنتخب خلال هذه البطولة، إذ سبق أن وجه انتقادات إلى النجم نيمار، متهما إياه بـ\"العمل عن بُعد\" خلال كأس العالم.\n\nوخلال زيارته للمعهد التكنولوجي، استغل الرئيس البرازيلي فرصة فحص روبوت صنعه أحد الطلاب لتوجيه رسالة ساخرة جديدة إلى منتخب بلاده.\n\nوقال مازحا: \"الفتى صنع روبوتا عدوانيا، كان يشبه مبابي وهالاند\".\n\nوأضاف: \"الروبوت يرسل الكرة إلى الأعلى. قلت لأنشيلوتي: إذا كنت تريد التعاقد معه، فافعل ذلك، لأنه سيفوز بكأس العالم للبرازيل\".\n\nوتابع بسخرية: \"نيمار وفينيسيوس والآخرون سيقدرون ذلك...\".\n\nأزمة ثقة بين المنتخب والجماهير\n\nوتأتي تصريحات لولا في وقت تتزايد فيه الضغوط على المنتخب البرازيلي، الذي كان يأمل في استعادة اللقب العالمي الغائب منذ عام 2002، لكنه خرج مجددا من البطولة مبكرا.\n\nوبينما يواصل المدرب كارلو أنشيلوتي مشروع إعادة بناء \"السيليساو\"، فإن الجدل خارج الملعب بات يضيف مزيدا من التوتر حول المنتخب، في ظل مطالبات جماهيرية بضرورة إظهار مزيد من الالتزام والانتماء عند تمثيل القميص الوطني.",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "الجزيرة_نت@aljazeera.net",
"name": "الجزيرة نت",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 5,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Danilo_(footballer,_born_July_1991)",
"type": "person",
"score": 5,
"label": {
"eng": "Danilo (footballer, born July 1991)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil",
"type": "loc",
"score": 5,
"label": {
"eng": "Brazil"
},
"location": {
"type": "country",
"label": {
"eng": "Brazil"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carlo_Ancelotti",
"type": "person",
"score": 4,
"label": {
"eng": "Carlo Ancelotti"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 3,
"label": {
"eng": "Real Madrid CF"
}
},
{
"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/Luiz_Inácio_Lula_da_Silva",
"type": "person",
"score": 3,
"label": {
"eng": "Luiz Inácio Lula da Silva"
}
},
{
"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/Neymar",
"type": "person",
"score": 3,
"label": {
"eng": "Neymar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_media",
"type": "wiki",
"score": 3,
"label": {
"eng": "Social media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/São_Paulo",
"type": "loc",
"score": 3,
"label": {
"eng": "São Paulo"
},
"location": {
"type": "place",
"label": {
"eng": "São Paulo"
},
"country": {
"type": "country",
"label": {
"eng": "Brazil"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manchester",
"type": "loc",
"score": 3,
"label": {
"eng": "Manchester"
},
"location": {
"type": "place",
"label": {
"eng": "Manchester"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Norway",
"type": "loc",
"score": 3,
"label": {
"eng": "Norway"
},
"location": {
"type": "country",
"label": {
"eng": "Norway"
}
}
},
{
"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/Clube_de_Regatas_do_Flamengo",
"type": "wiki",
"score": 2,
"label": {
"eng": "Clube de Regatas do Flamengo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazilian_Football_Confederation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Brazilian Football Confederation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 2,
"label": {
"eng": "Kylian Mbappé"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 98
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 74
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://www.aljazeera.net/wp-content/uploads/2026/07/getty_6a55405b42-1783971931.jpg?resize=1920%2C1440",
"eventUri": null,
"sentiment": null,
"wgt": 521677494,
"relevance": 1
},
{
"uri": "9393289212",
"lang": "ara",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:24:54",
"dateTime": "2026-07-13T22:24:54Z",
"dateTimePub": "2026-07-13T21:57:32Z",
"dataType": "news",
"sim": 0.6705882549285889,
"url": "https://www.aljazeera.net/news/2026/7/14/%D8%AA%D8%B1%D9%85%D8%A8-%D9%8A%D8%AF%D8%B9%D9%88-%D9%84%D8%AA%D8%B9%D9%8A%D9%8A%D9%86-%D8%B4%D9%82%D9%8A%D9%82%D8%A9-%D9%84%D9%8A%D9%86%D8%AF%D8%B3%D9%8A-%D8%BA%D8%B1%D8%A7%D9%87%D8%A7%D9%85",
"title": "ترمب يدعو لتعيين شقيقة ليندسي غراهام بمجلس الشيوخ",
"body": "انقر هنا للمشاركة على وسائل التواصل الاجتماعي\n\nدعا الرئيس الأمريكي دونالد ترمب حاكم ولاية كارولاينا الجنوبية هنري ماكماستر إلى تعيين دارلين غراهام نوردون شقيقة السيناتور الجمهوري ليندسي غراهام خلفا مؤقتا له في مجلس الشيوخ بعد وفاته المفاجئة.\n\nوقال ترمب في منشور على منصته \"تروث سوشيال\"، الاثنين، إن تعيين نوردون سيكون \"تكريما رائعا لليندسي الذي أحبها كثيرا\".\n\nوتتيح وفاة غراهام المفاجئة عن 71 عاما لحاكم الولاية تعيين خلف مؤقت له، يتولى المقعد حتى انتهاء ولايته في يناير/كانون الثاني المقبل.\n\nوكان غراهام من أبرز الأصوات الجمهورية في ملفات السياسة الخارجية والأمن القومي، وحليفا مقربا من ترمب.\n\nولم يتزوج غراهام ولم ينجب وكانت تربطه علاقة وثيقة بشقيقته دارلين التي تولى رعايتها وتبنّاها قانونيا بعد وفاة والديهما عندما كان في أوائل العشرينيات من عمره.\n\nوقد تقرر إجراء انتخابات تمهيدية خاصة للحزب الجمهوري يوم 11 أغسطس/آب المقبل لاختيار مرشح لانتخابات نوفمبر/تشرين الثاني 2026.\n\nويُتوقع أن تشهد المنافسة على المقعد اهتماما واسعا داخل الحزب الجمهوري في ظل دراسة عدد من الشخصيات البارزة في الولاية خوض السباق لخلافة غراهام.",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "الجزيرة_نت@aljazeera.net",
"name": "الجزيرة نت",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Lindsey_Graham",
"type": "person",
"score": 5,
"label": {
"eng": "Lindsey Graham"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senate",
"type": "wiki",
"score": 4,
"label": {
"eng": "Senate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wilayah",
"type": "loc",
"score": 3,
"label": {
"eng": "Wilayah"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Senate",
"type": "wiki",
"score": 3,
"label": {
"eng": "United States Senate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Republican_Party_(United_States)",
"type": "org",
"score": 3,
"label": {
"eng": "Republican Party (United States)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 3,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_media",
"type": "wiki",
"score": 3,
"label": {
"eng": "Social media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Carolina",
"type": "loc",
"score": 3,
"label": {
"eng": "South Carolina"
},
"location": {
"type": "place",
"label": {
"eng": "South Carolina"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://ar.wikipedia.org/wiki/تشرين_الثاني",
"type": "wiki",
"score": 2,
"label": {
"eng": "تشرين الثاني"
}
},
{
"uri": "http://ar.wikipedia.org/wiki/كانون_الثاني",
"type": "wiki",
"score": 2,
"label": {
"eng": "كانون الثاني"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 85
}
],
"image": "https://www.aljazeera.net/wp-content/uploads/2026/07/wwr-1783971845.jpg?resize=1920%2C1280&quality=80",
"eventUri": "ara-2108506",
"sentiment": null,
"wgt": 521677494,
"relevance": 1
},
{
"uri": "9393289213",
"lang": "ara",
"isDuplicate": true,
"date": "2026-07-13",
"time": "22:24:54",
"dateTime": "2026-07-13T22:24:54Z",
"dateTimePub": "2026-07-13T21:56:41Z",
"dataType": "news",
"sim": 0,
"url": "https://www.aljazeera.net/sport/2026/7/14/%D8%A7%D9%84%D9%83%D8%B1%D8%A9-%D8%A7%D9%84%D8%B0%D9%87%D8%A8%D9%8A%D8%A9-%D8%A8%D8%B9%D8%AF-%D8%A7%D9%84%D9%85%D9%88%D9%86%D8%AF%D9%8A%D8%A7%D9%84-8-%D9%86%D8%AC%D9%88%D9%85-%D9%81%D9%82%D8%B7",
"title": "كأس العالم 2026 يعيد تشكيل السباق نحو الكرة الذهبية",
"body": "انقر هنا للمشاركة على وسائل التواصل الاجتماعي\n\nأعاد كأس العالم 2026 خلط أوراق المنافسة على جائزة الكرة الذهبية، بعدما تحولت البطولة المقامة في الولايات المتحدة وكندا والمكسيك إلى المعيار الأهم في تقييم المرشحين للجائزة الفردية الأبرز في عالم كرة القدم. فبعدما رسمت إنجازات الموسم مع الأندية ملامح السباق، جاءت منافسات المونديال لتمنح بعض النجوم دفعة قوية، في الوقت الذي أطاحت فيه بآمال آخرين إثر خروج منتخباتهم مبكرا.\n\nومع اقتراب البطولة من محطتها الأخيرة، يبدو أن دائرة المنافسة على الكرة الذهبية تقلصت إلى ثمانية لاعبين فقط، في سباق مفتوح لخلافة الفرنسي عثمان ديمبيلي، المتوج بالجائزة في النسخة الماضية.\n\nكين ومبابي في صدارة الترشيحات\n\nيتصدر المهاجم الإنجليزي هاري كين قائمة أبرز المرشحين لنيل الكرة الذهبية، بعد موسم استثنائي مع بايرن ميونيخ تُوّج خلاله بالثنائية المحلية، إضافة إلى إحرازه الحذاء الذهبي الأوروبي، قبل أن يواصل تألقه في كأس العالم بتسجيله ستة أهداف حتى الآن.\n\nويلاحقه مباشرة قائد المنتخب الفرنسي كيليان مبابي، الذي استعاد بقوة مكانته بين المرشحين بفضل عروضه اللافتة في المونديال، بعدما سجل ثمانية أهداف، رغم خروجه من موسم مع ريال مدريد من دون التتويج بألقاب كبرى.\n\nديمبيلي وأوليسي يواصلان المنافسة\n\nولا يزال حامل الكرة الذهبية عثمان ديمبيلي حاضرا بقوة في سباق الاحتفاظ بالجائزة، مستفيدا من دوره الحاسم في قيادة باريس سان جيرمان إلى لقب دوري أبطال أوروبا، إلى جانب مساهماته المؤثرة مع المنتخب الفرنسي خلال البطولة.\n\nكما يبرز اسم مواطنه مايكل أوليسي، الذي قدم واحدا من أفضل مواسمه بقميص بايرن ميونيخ، بعدما سجل 22 هدفا وصنع 31 أخرى في مختلف المسابقات، قبل أن يواصل مستوياته المميزة في كأس العالم، معززا حظوظه في المنافسة.\n\nميسي وهالاند وجمال وفيتينيا.. المنافسون الأربعة الآخرون\n\nوتضم قائمة أبرز المرشحين أيضًا النرويجي إيرلينغ هالاند، الذي عاد بقوة إلى واجهة المنافسة بعد الأداء المميز لمنتخب بلاده في المونديال، إلى جانب الأرجنتيني ليونيل ميسي، الذي لا يزال تأثيره الكبير مع منتخب بلاده يبقيه ضمن دائرة الترشيحات.\n\nكما يواصل الإسباني الشاب لامين جمال التمسك بحظوظه، معولا على ما قد يقدمه في الأمتار الأخيرة من البطولة لتعزيز موقعه في السباق، فيما يبرز البرتغالي فيتينيا بوصفه أحد أبرز مهندسي نجاح باريس سان جيرمان، بعد موسم لافت أكد فيه أهميته الكبيرة في خط الوسط.\n\nالقائمة الرسمية لم تُحسم بعد\n\nورغم أن هذه الأسماء الثمانية تتصدر المشهد حاليا، فإنها لا تمثل القائمة الرسمية لجائزة الكرة الذهبية، إذ من المنتظر أن تكشف مجلة فرانس فوتبول (France Football)، كعادتها، عن قائمة تضم 30 لاعبا مرشحا قبل فتح باب التصويت لاختيار الفائز.\n\nلكن بالنظر إلى مجريات الموسم، وإلى التأثير الكبير الذي أحدثته بطولة كأس العالم في موازين المنافسة، تبدو المؤشرات واضحة بأن خليفة عثمان ديمبيلي سيكون، بنسبة كبيرة، أحد هؤلاء الثمانية الذين ما زالوا يواصلون سباقهم نحو الجائزة الفردية الأغلى في عالم كرة القدم.",
"source": {
"uri": "aljazeera.net",
"dataType": "news",
"title": "Aljazeera"
},
"authors": [
{
"uri": "الجزيرة_نت@aljazeera.net",
"name": "الجزيرة نت",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Ballon_d'Or",
"type": "wiki",
"score": 5,
"label": {
"eng": "Ballon d'Or"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ousmane_Dembélé",
"type": "person",
"score": 5,
"label": {
"eng": "Ousmane Dembélé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Harry_Kane",
"type": "person",
"score": 4,
"label": {
"eng": "Harry Kane"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FC_Bayern_Munich",
"type": "wiki",
"score": 4,
"label": {
"eng": "FC Bayern Munich"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 4,
"label": {
"eng": "France national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 3,
"label": {
"eng": "Real Madrid CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Golden_Shoe",
"type": "wiki",
"score": 3,
"label": {
"eng": "European Golden Shoe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Paris_Saint-Germain_F.C.",
"type": "wiki",
"score": 3,
"label": {
"eng": "Paris Saint-Germain F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lionel_Messi",
"type": "person",
"score": 3,
"label": {
"eng": "Lionel Messi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 3,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 3,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Portuguese_people",
"type": "wiki",
"score": 2,
"label": {
"eng": "Portuguese people"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_Football",
"type": "wiki",
"score": 2,
"label": {
"eng": "France Football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 2,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/UEFA_Champions_League",
"type": "wiki",
"score": 2,
"label": {
"eng": "UEFA Champions League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil_national_football_team",
"type": "wiki",
"score": 2,
"label": {
"eng": "Brazil national football team"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://www.aljazeera.net/wp-content/uploads/2026/07/ap_6a552bb5d6422-1783966645.jpg?resize=1920%2C1440",
"eventUri": null,
"sentiment": null,
"wgt": 521677494,
"relevance": 1
},
{
"uri": "9393285852",
"lang": "ara",
"isDuplicate": false,
"date": "2026-07-13",
"time": "22:19:38",
"dateTime": "2026-07-13T22:19:38Z",
"dateTimePub": "2026-07-13T22:19:19Z",
"dataType": "news",
"sim": 0,
"url": "https://al-sharq.com/opinion/14/07/2026/%D8%AF%D9%85%D9%88%D8%B9-%D9%83%D9%88%D9%8A%D8%AA%D9%8A%D8%A9-%D8%AA%D8%A8%D9%83%D9%8A-%D9%82%D8%A7%D8%A6%D8%AF-%D8%A7%D9%84%D9%88%D9%81%D8%A7%D8%A1",
"title": " دموع كويتية تبكي قائد الوفاء",
"body": "دموع كويتية تبكي قائد الوفاء\n\nلم تكن العلاقات القطرية الكويتية يوماً مجرد روابط دبلوماسية عابرة، أو مصالح سياسية متبادلة بل هي أكبر من ذلك بكثير هي شراكة مصيرية تجلت في مواقف تاريخية حاسمة. فلطالما وقفت الدوحة بكامل ثقلها السياسي والعسكري والإعلامي إلى جانب الكويت في كل المحافل الدولية والإقليمية، مؤكدة أن أمن الكويت من أمن قطر وشكل التاريخ المشترك بين الكويت وقطر نموذجاً استثنائياً للعلاقات الأخوية المتجذرة، حيث تقاسمت الدولتان وشعباهما أواصر النسب، والمصير الواحد، والمواقف المشرفة في أحلك الظروف. ولطالما كانت قطر سبّاقة في نصرة القضايا الكويتية، والكويت متبنية القضايا القطرية وفق نهج ثابت يقوم على التضامن الخليجي الكامل.\n\nواليوم كما اقتسمنا التاريخ المشترك والأواصر الأخوية يقتسم الشعب الكويتي والشعب القطري الألم والحزن لفقد الأمير الوالد الشيخ حمد بن خليفة آل ثاني رحمه الله، الأمير الذي حفر اسمه في قلوب أهل الكويت حكومةً وشعباً، حيث لا ينسى أهل الكويت عندما اقتحمت القوات العراقية الكويت واحتلت أراضيها وهجرت أهلها عندها فتحت قطر بيوتها ومجالسها وقنواتها الرسمية لأهل الكويت وعندما بدأت حرب تحرير الكويت بتاريخ 29 يناير 1991 توغلت القوات المعتدية الى الخفجي السعودية حينها أمر - رحمه الله - القوات القطرية كتيبة الدبابات الثانية وكان حينها ولياً للعهد والقائد العام للقوات المسلحة بصد العدوان في أول معارك تحرير الكويت وارتوت الأرض بدماء أبطال قطر والسعودية نصرةً للكويت، وعبر رحمه الله عن هذا الموقف الشجاع بعد تحرير الكويت بقوله ( ان تلاحمنا في وقت الشدائد هو المقياس الحقيقي للأخوة وتصديقاً للعهد الذي قطعناه على أنفسنا )\n\nوبعد توليه مقاليد الحكم عام 1995 حرص رحمه الله على مأسسة العلاقات وتوطيدها مع الكويت وشكل في عام 2002 اللجنة العليا المشتركة بين الكويت وقطر للتعاون المشترك التي نقلت العلاقة من الإطار الودي التقليدي إلى إطار الشراكة الاستراتيجية الشاملة في مجالات الطاقة والتجارة والثقافة والتعاون الاقتصادي.\n\nوكان يحمل الأمير الوالد حمد بن خليفة - رحمه الله - تقديرا أخويا كبيرا وعميقا لأمراء الكويت السابقين الشيخ جابر الأحمد الصباح والشيخ صباح الأحمد - رحمهما الله - وكان يقول ( إننا ننظر بتقدير كبير الى حكمة دولة الكويت وقياداتها في التعامل مع الأزمات، ودورها الأساسي كركيزة للأمن والاستقرار والوساطة في منطقتنا الخليجية والعربية ) وكانت المواقف السياسية والدبلوماسية الكويتية والقطرية في القضايا الدولية متوافقة كأنها تخرج من مشكاة واحدة.\n\nاليوم فقدت قطر مؤسس دولتها الحديثة وقائد نهضتها وفقدت الكويت العضيد والسند، وتاريخا من المواقف المشرفة وان كنا فقدناه - رحمه الله - جسداً فلن نفقده روحاً وتاريخياً، وان رحل منا فإنه لم يرحل عنا سوف يبقى في القلوب وفي الأدعية وفي الذاكرة سوف يبقى رحمه الله جزءا لا ينسى من تاريخ الكويت يحكونه على أطفالهم ويعلمونه أبناءهم في المدارس والجامعات وسوف يبقى في كتب التراث والتاريخ وفي أدعية المصلين.",
"source": {
"uri": "al-sharq.com",
"dataType": "news",
"title": "جريدة الشرق"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Gulf_War",
"type": "wiki",
"score": 5,
"label": {
"eng": "Gulf War"
}
},
{
"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/Kuwait",
"type": "loc",
"score": 5,
"label": {
"eng": "Kuwait"
},
"location": {
"type": "country",
"label": {
"eng": "Kuwait"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hamad_bin_Khalifa_Al_Thani",
"type": "person",
"score": 4,
"label": {
"eng": "Hamad bin Khalifa Al Thani"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Saudi_Arabia",
"type": "loc",
"score": 4,
"label": {
"eng": "Saudi Arabia"
},
"location": {
"type": "country",
"label": {
"eng": "Saudi Arabia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iraqi_Armed_Forces",
"type": "wiki",
"score": 3,
"label": {
"eng": "Iraqi Armed Forces"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tank",
"type": "wiki",
"score": 3,
"label": {
"eng": "Tank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Diplomacy",
"type": "wiki",
"score": 3,
"label": {
"eng": "Diplomacy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Politics",
"type": "wiki",
"score": 3,
"label": {
"eng": "Politics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Doha",
"type": "loc",
"score": 3,
"label": {
"eng": "Doha"
},
"location": {
"type": "place",
"label": {
"eng": "Doha"
},
"country": {
"type": "country",
"label": {
"eng": "Qatar"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Khafji",
"type": "loc",
"score": 3,
"label": {
"eng": "Khafji"
},
"location": {
"type": "place",
"label": {
"eng": "Khafji"
},
"country": {
"type": "country",
"label": {
"eng": "Saudi Arabia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/History_of_Kuwait",
"type": "wiki",
"score": 2,
"label": {
"eng": "History of Kuwait"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gulf_Cooperation_Council",
"type": "org",
"score": 2,
"label": {
"eng": "Gulf Cooperation Council"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jaber_Al-Ahmad_Al-Sabah",
"type": "person",
"score": 2,
"label": {
"eng": "Jaber Al-Ahmad Al-Sabah"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Egyptian_Armed_Forces",
"type": "wiki",
"score": 2,
"label": {
"eng": "Egyptian Armed Forces"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sabah_Al-Ahmad_Al-Jaber_Al-Sabah",
"type": "person",
"score": 2,
"label": {
"eng": "Sabah Al-Ahmad Al-Jaber Al-Sabah"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crown_prince",
"type": "wiki",
"score": 2,
"label": {
"eng": "Crown prince"
}
},
{
"uri": "http://en.wikipedia.org/wiki/School",
"type": "wiki",
"score": 2,
"label": {
"eng": "School"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earth",
"type": "wiki",
"score": 2,
"label": {
"eng": "Earth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Energy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Energy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore",
"type": "loc",
"score": 2,
"label": {
"eng": "Singapore"
},
"location": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 71
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 83
},
{
"uri": "iptc/human_interest",
"label": "iptc/human interest",
"wgt": 79
},
{
"uri": "iptc/religion",
"label": "iptc/religion",
"wgt": 52
}
],
"image": "https://al-sharq.com/get/maximage/20241111_1731293425-61.jpg?t=1731293426",
"eventUri": null,
"sentiment": null,
"wgt": 521677178,
"relevance": 1
}
],
"totalResults": 20814,
"page": 1,
"count": 10,
"pages": 2082
}
}