Topics
Countries
Malta News
Would you like to access news/blog content published by sources located in Malta?
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/Malta",
"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%2FMalta&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": "9434294826",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "19:08:02",
"dateTime": "2026-08-16T19:08:02Z",
"dateTimePub": "2026-08-16T19:02:00Z",
"dataType": "news",
"sim": 0.7176470756530762,
"url": "https://timesofmalta.com/article/zimbabwe-ferry-capsizing-death-toll-rises-84-police.1132842",
"title": "Zimbabwe ferry capsizing death toll rises to 84: police",
"body": "The death toll after an overloaded government ferry capsized on Zimbabwe's Lake Kariba has risen to 84 after more bodies were retrieved on Sunday, the police said.\n\nThe passenger ferry, a vital means of transport for rural villagers, overturned on Tuesday in choppy waters on the vast lake on the border with Zambia.\n\nThe police \"reports that the death toll is now 84 after the recovery of four bodies from the lake this afternoon\", a statement said.\n\n\"The police confirm that search efforts are still underway in a bid to recover victims identified as missing,\" it said.\n\nOfficials said earlier in the week the boat was authorised to carry 90 people, but had 114 adults, five crew members and an unspecified number of children onboard.\n\nThe civil protection unit said on Wednesday that 77 people had been rescued.\n\nWith the 84 bodies police said they had recovered, this would mean the vessel was carrying at least 161 people.\n\nThe ferry was a vital link for rural communities living around the lake to the town of Kariba, nearly 280 kilometres (175 miles) northwest of the capital Harare.\n\nSearch teams recovered 25 bodies on Saturday, taking the toll to 72.\n\nPolice involved in the retrieval operations said they were confident that all the bodies would eventually surface, with an unknown number of people missing.\n\nOfficials have not said how many children were among the dead. Many of the adults on the vessel were believed to be villagers and fish traders.\n\n'Screaming, vomiting'\n\nA survivor told AFP reporters on Thursday that passengers had told the captain of their alarm in the rough water and with the boat \"simply overloaded\", but he ignored them.\n\n\"I have been using the same ferry for more than five years, but this time it was different. There were so many drums of diesel, groceries and other luggage on board,\" said Itayi Marumisa, from Mola village.\n\n\"The life jackets were buried under the luggage, and not more than 30 people managed to get them,\" said the trader, aged in her 40s.\n\n\"We could sense that we were in danger,\" she said. Luggage was slipping overboard and, \"Children were screaming and most of the passengers were vomiting, but the captain did not seem to care.\"\n\nThe government agency running the vessel \"failed to do its due diligence,\" she said. \"We demand justice and compensation for the trauma they have caused us and for everything we lost.\"\n\nHundreds of people gathered at the district hospital in Kariba over the weekend to identify and search for the bodies of their relatives and loved ones, reports said.\n\nLake Kariba straddles the border between Zimbabwe and Zambia and is the world's largest man-made lake by volume.",
"source": {
"uri": "timesofmalta.com",
"dataType": "news",
"title": "timesofmalta.com"
},
"authors": [
{
"uri": "agence_france_presse@timesofmalta.com",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Ferry",
"type": "wiki",
"score": 5,
"label": {
"eng": "Ferry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lake",
"type": "wiki",
"score": 5,
"label": {
"eng": "Lake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Zimbabwe",
"type": "loc",
"score": 4,
"label": {
"eng": "Zimbabwe"
},
"location": {
"type": "country",
"label": {
"eng": "Zimbabwe"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lake_Kariba",
"type": "wiki",
"score": 3,
"label": {
"eng": "Lake Kariba"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vomiting",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vomiting"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rural_area",
"type": "wiki",
"score": 2,
"label": {
"eng": "Rural area"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Civil_defense",
"type": "wiki",
"score": 2,
"label": {
"eng": "Civil defense"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Harare",
"type": "loc",
"score": 2,
"label": {
"eng": "Harare"
},
"location": {
"type": "place",
"label": {
"eng": "Harare"
},
"country": {
"type": "country",
"label": {
"eng": "Zimbabwe"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kariba,_Zimbabwe",
"type": "loc",
"score": 2,
"label": {
"eng": "Kariba, Zimbabwe"
},
"location": {
"type": "place",
"label": {
"eng": "Kariba, Zimbabwe"
},
"country": {
"type": "country",
"label": {
"eng": "Zimbabwe"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Zambia",
"type": "loc",
"score": 2,
"label": {
"eng": "Zambia"
},
"location": {
"type": "country",
"label": {
"eng": "Zambia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Personal_flotation_device",
"type": "wiki",
"score": 1,
"label": {
"eng": "Personal flotation device"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Diesel_fuel",
"type": "wiki",
"score": 1,
"label": {
"eng": "Diesel fuel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reservoir",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reservoir"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Injury",
"type": "wiki",
"score": 1,
"label": {
"eng": "Injury"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fish",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fish"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hospital",
"type": "wiki",
"score": 1,
"label": {
"eng": "Hospital"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 17
},
{
"uri": "dmoz/Health/Mental_Health/Grief,_Loss_and_Bereavement",
"label": "dmoz/Health/Mental Health/Grief, Loss and Bereavement",
"wgt": 14
},
{
"uri": "dmoz/Shopping/Travel",
"label": "dmoz/Shopping/Travel",
"wgt": 15
},
{
"uri": "news/Health",
"label": "news/Health",
"wgt": 79
},
{
"uri": "dmoz/Society/Religion_and_Spirituality/Afterlife",
"label": "dmoz/Society/Religion and Spirituality/Afterlife",
"wgt": 17
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/accident_and_emergency_incident",
"label": "iptc/disaster, accident and emergency incident/accident and emergency incident",
"wgt": 100
}
],
"image": "https://cdn-attachments.timesofmalta.com/4cff4a2aad00645b77f902facc327636ddbf4905-1786907075-f743ed80-1200x630.jpg",
"eventUri": "eng-11927269",
"sentiment": -0.05098039215686279,
"wgt": 524603282,
"relevance": 1
},
{
"uri": "9434247769",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-16",
"time": "17:45:26",
"dateTime": "2026-08-16T17:45:26Z",
"dateTimePub": "2026-08-16T17:44:55Z",
"dataType": "news",
"sim": 0.6941176652908325,
"url": "https://www.independent.com.mt/articles/2026-08-16/football/Nightmarish-start-for-Maresca-as-Arsenal-outclass-Man-City-in-Community-Shield-6736292161",
"title": "Nightmarish start for Maresca as Arsenal outclass Man City in Community Shield",
"body": "Enzo Maresca endured a nightmarish first competitive match in charge of Manchester City as Arsenal scored inside 24 seconds before powering to a 3-0 victory in the Community Shield on Sunday.\n\nEnglish soccer's annual season curtain-raiser between the reigning champions in the Premier League (Arsenal) and FA Cup (City) offered a chance for an early assessment of the two teams most likely to challenge for the big trophies this campaign.\n\nWhile Arsenal delivered a statement performance - not least by scoring after 23 seconds through Riccardo Calafiori - at Cardiff's Principality Stadium, there might be some early concerns for City and Maresca at the start of the post-Pep Guardiola era.\n\nKai Havertz headed home the second goal in the 28th through the grasp of City goalkeeper Gianluigi Donnarumma and Martin Odegaard ran unchallenged into City's area, before sitting down Donnarumma with an outrageous dummy and slotting a finish into an unguarded net in the 48th.\n\nPlayful chants of \"You're getting sacked in the morning\" came from Arsenal's jubilant supporters toward Maresca for part of the game in which City rarely threatened opposition goalkeeper David Raya. Erling Haaland - only just back in training after the World Cup - was substituted in the 53rd minute after having just seven touches.\n\n\"The goal we conceded after 30 seconds affects the game,\" Maresca said.\n\n\"It's a defeat that hurts us, but it's only the beginning.\"\n\nIt was the perfect preparation for Arsenal ahead of the beginning of its Premier League title defense - at home to Coventry on Friday.\n\n\"I think we showed our level today, that we are ready,\" Odegaard, Arsenal's captain, said. \"We are serious and we want to do it again.\"\n\nCity launches its league campaign two days later at home to Bournemouth and it remains to be seen if Maresca reacts to this defeat by changing his team around.\n\n\"It's part of any transition, for things to not be perfect in the beginning,\" newly appointed City captain Ruben Dias said. \"You need to keep on working ... and there's going to be lots of challenges along the way.\"\n\nExplosive start by Arsenal\n\nCalafiori ran on to Myles Lewis-Skelly's threaded throughball to give Arsenal an explosive start and score the first goal in the opening minute of the Community Shield since 1968. On that occasion, Bobby Owen netted for City against West Bromwich Albion.\n\nArsenal went on to record the biggest margin of victory in the season curtain-raiser since 2014, when the Gunners also beat City 3-0.\n\nNo Rodri but Grealish plays\n\nRodri, Spain's World Cup-winning captain, wasn't with the City squad in Cardiff as he continues his recovery from minor back surgery to the backdrop of a potential move to Barcelona.\n\nHis absence leaves a huge hole in Maresca's midfield that might only have been partially filled by Elliot Anderson following his $155 million move from Nottingham Forest.\n\nOne interesting selection by City's new manager was Jack Grealish, who came on at the start of the second half for his first appearance for the team in more than a year. Does it suggest his career at City could be reignited after he was sent on loan to Everton last season?\n\nMaresca did little to clear up the situation.\n\n\"While he's here with us, it's my duty to help him,\" he said.",
"source": {
"uri": "independent.com.mt",
"dataType": "news",
"title": "The Malta Independent Online"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Enzo_Maresca",
"type": "person",
"score": 5,
"label": {
"eng": "Enzo Maresca"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FA_Community_Shield",
"type": "wiki",
"score": 5,
"label": {
"eng": "FA Community Shield"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arsenal_F.C.",
"type": "wiki",
"score": 5,
"label": {
"eng": "Arsenal F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gianluigi_Donnarumma",
"type": "person",
"score": 4,
"label": {
"eng": "Gianluigi Donnarumma"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Premier_League",
"type": "wiki",
"score": 4,
"label": {
"eng": "Premier League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goalkeeper_(association_football)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Goalkeeper (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Riccardo_Calafiori",
"type": "person",
"score": 3,
"label": {
"eng": "Riccardo Calafiori"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kai_Havertz",
"type": "person",
"score": 3,
"label": {
"eng": "Kai Havertz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Millennium_Stadium",
"type": "wiki",
"score": 3,
"label": {
"eng": "Millennium Stadium"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FA_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FA Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pep_Guardiola",
"type": "person",
"score": 3,
"label": {
"eng": "Pep Guardiola"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manchester_City_F.C.",
"type": "wiki",
"score": 3,
"label": {
"eng": "Manchester City F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cardiff",
"type": "loc",
"score": 3,
"label": {
"eng": "Cardiff"
},
"location": {
"type": "place",
"label": {
"eng": "Cardiff"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Erling_Haaland",
"type": "wiki",
"score": 2,
"label": {
"eng": "Erling Haaland"
}
},
{
"uri": "http://en.wikipedia.org/wiki/David_Raya",
"type": "person",
"score": 2,
"label": {
"eng": "David Raya"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coventry",
"type": "loc",
"score": 2,
"label": {
"eng": "Coventry"
},
"location": {
"type": "place",
"label": {
"eng": "Coventry"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/AFC_Bournemouth",
"type": "wiki",
"score": 1,
"label": {
"eng": "AFC Bournemouth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rodri_(footballer,_born_1996)",
"type": "person",
"score": 1,
"label": {
"eng": "Rodri (footballer, born 1996)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rúben_Dias",
"type": "person",
"score": 1,
"label": {
"eng": "Rúben Dias"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jack_Grealish",
"type": "person",
"score": 1,
"label": {
"eng": "Jack Grealish"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Everton_F.C.",
"type": "org",
"score": 1,
"label": {
"eng": "Everton F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/West_Bromwich_Albion_F.C.",
"type": "wiki",
"score": 1,
"label": {
"eng": "West Bromwich Albion F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nottingham_Forest_F.C.",
"type": "wiki",
"score": 1,
"label": {
"eng": "Nottingham Forest F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 1,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FC_Barcelona",
"type": "wiki",
"score": 1,
"label": {
"eng": "FC Barcelona"
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Baseball",
"label": "dmoz/Sports/Baseball",
"wgt": 14
},
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 26
},
{
"uri": "dmoz/Games/Roleplaying",
"label": "dmoz/Games/Roleplaying",
"wgt": 12
},
{
"uri": "dmoz/Sports/Soccer/Statistics",
"label": "dmoz/Sports/Soccer/Statistics",
"wgt": 18
},
{
"uri": "dmoz/Sports/Informal_Sports",
"label": "dmoz/Sports/Informal Sports",
"wgt": 14
},
{
"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.independent.com.mt/file.aspx?f=264260",
"eventUri": null,
"sentiment": 0.1843137254901961,
"wgt": 524598326,
"relevance": 1
},
{
"uri": "9434225265",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "17:08:07",
"dateTime": "2026-08-16T17:08:07Z",
"dateTimePub": "2026-08-16T17:03:00Z",
"dataType": "news",
"sim": 0.95686274766922,
"url": "https://timesofmalta.com/article/two-dead-hundreds-evacuated-fires-island-near-athens.1132841",
"title": "Two dead, hundreds evacuated from fires on island near Athens",
"body": "200 firefighters, nearly 50 engines, six aircraft and seven helicopters mobilised to combat fires\n\nTwo people died and hundreds were evacuated Sunday after two fires broke out on the Greek island of Salamis near Athens, the fire department said.\n\nA fire department spokesman told AFP that \"two bodies were recovered\" from the Peristeria beach area in the south of the island, as the service announced that hundreds of people had hurriedly been evacuated an hour earlier.\n\n\"There are hundreds of bathers and permanent residents, an evacuation order has been issued,\" the service's deputy spokesman Yiannis Artopios told state TV ERT.\n\nThe civil protection ministry issued four evacuation orders in short succession as the fires broke out \"almost simultaneously\" in Peristeria and Selinia, two popular beaches in the island's south and east, Artopios said.\n\n\"It is a difficult fire... inside an inhabited area,\" he said.\n\nSome roads remained open and police forces were on hand to guide them to safety, Artopios said.\n\nNine people required medical care for burns, state agency ANA said.\n\nSalamis, just west of Athens, has some 37,000 residents, many of them elderly, and the beaches were full of people on Sunday, officials said.\n\nLocal officials were trying to keep the fire in Selinia from scaling a mountain and linking up with the other fire, Salamina deputy mayor Thodoris Zannis told the station.\n\nThe fire was burning through pine forest and bush, officials said.\n\nThe fire service mobilised a large force of some 200 firefighters, nearly 50 engines, six aircraft and seven helicopters, rushing in reinforcements from the mainland, Artopios said.\n\nGreece's coastguard said it had dispatched seven patrol boats to the area and several other private vessels including ferries were being made available.\n\n\"So far around 90 people have been evacuated by sea,\" coastguard spokesman Theofanis Balatsoukas told ERT.\n\n\"(The operation) is proceeding smoothly,\" he said.\n\nThe fire department also had two vessels assisting, Artopios said.\n\nSkyros blaze contained\n\nAfter largely escaping the heatwave temperatures that blanketed much of Europe earlier this summer, Greece has been hit with several major wildfires since late July, fuelled by unusually strong winds.\n\nFirefighters had largely contained a blaze on the Aegean island of Skyros earlier, an AFP reporter said.\n\nThirty-four fires have broken out over the past 24 hours around the country, according to the fire department.\n\nFive firefighters have died so far, including a Danish pilot killed in a mid-air collision between two Bell helicopters while battling a blaze near Athens earlier this month.\n\nWinds were expected to ease later Sunday. According to the civil protection ministry, on Monday for the first time in 10 days, no area was above 3 on the national fire risk scale, which runs to 5, its highest level.\n\nGreece is hit by wildfires every year.\n\nExperts say the risk is growing because of human-fuelled climate change, which has made droughts and other extreme weather event more severe.",
"source": {
"uri": "timesofmalta.com",
"dataType": "news",
"title": "timesofmalta.com"
},
"authors": [
{
"uri": "agence_france_presse@timesofmalta.com",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Fire_department",
"type": "wiki",
"score": 5,
"label": {
"eng": "Fire department"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Athens",
"type": "loc",
"score": 5,
"label": {
"eng": "Athens"
},
"location": {
"type": "place",
"label": {
"eng": "Athens"
},
"country": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Salamis_Island",
"type": "loc",
"score": 5,
"label": {
"eng": "Salamis Island"
},
"location": {
"type": "place",
"label": {
"eng": "Salamis Island"
},
"country": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Firefighter",
"type": "wiki",
"score": 4,
"label": {
"eng": "Firefighter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Helicopter",
"type": "wiki",
"score": 4,
"label": {
"eng": "Helicopter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Greece",
"type": "loc",
"score": 4,
"label": {
"eng": "Greece"
},
"location": {
"type": "country",
"label": {
"eng": "Greece"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hellenic_Broadcasting_Corporation",
"type": "org",
"score": 3,
"label": {
"eng": "Hellenic Broadcasting Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Beach",
"type": "wiki",
"score": 3,
"label": {
"eng": "Beach"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pine",
"type": "wiki",
"score": 2,
"label": {
"eng": "Pine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mayor",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mayor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coast_guard",
"type": "wiki",
"score": 2,
"label": {
"eng": "Coast guard"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Civil_defense",
"type": "wiki",
"score": 2,
"label": {
"eng": "Civil defense"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aegean_Islands",
"type": "wiki",
"score": 1,
"label": {
"eng": "Aegean Islands"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Extreme_weather",
"type": "wiki",
"score": 1,
"label": {
"eng": "Extreme weather"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ferry",
"type": "wiki",
"score": 1,
"label": {
"eng": "Ferry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Maritime_pilot",
"type": "wiki",
"score": 1,
"label": {
"eng": "Maritime pilot"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Heat_wave",
"type": "wiki",
"score": 1,
"label": {
"eng": "Heat wave"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Drought",
"type": "wiki",
"score": 1,
"label": {
"eng": "Drought"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Patrol_boat",
"type": "wiki",
"score": 1,
"label": {
"eng": "Patrol boat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_change",
"type": "wiki",
"score": 1,
"label": {
"eng": "Climate change"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 1,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Wildfire",
"type": "wiki",
"score": 1,
"label": {
"eng": "Wildfire"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Skyros",
"type": "loc",
"score": 1,
"label": {
"eng": "Skyros"
},
"location": {
"type": "place",
"label": {
"eng": "Skyros"
},
"country": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Denmark",
"type": "loc",
"score": 1,
"label": {
"eng": "Denmark"
},
"location": {
"type": "country",
"label": {
"eng": "Denmark"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Health/Public_Health_and_Safety",
"label": "dmoz/Health/Public Health and Safety",
"wgt": 14
},
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 14
},
{
"uri": "dmoz/Business/Aerospace_and_Defense/Aeronautical",
"label": "dmoz/Business/Aerospace and Defense/Aeronautical",
"wgt": 16
},
{
"uri": "dmoz/Science/Environment/Climate_Change",
"label": "dmoz/Science/Environment/Climate Change",
"wgt": 16
},
{
"uri": "news/Environment",
"label": "news/Environment",
"wgt": 94
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 71
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/disaster/fire",
"label": "iptc/disaster, accident and emergency incident/disaster/fire",
"wgt": 100
}
],
"image": "https://cdn-attachments.timesofmalta.com/76212bc0dc546fce283cca3ae7651cd6874bb71d-1786899972-1d11ef37-1200x630.jpg",
"eventUri": "eng-11927273",
"sentiment": -0.1372549019607843,
"wgt": 524596087,
"relevance": 1
},
{
"uri": "9434196001",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "16:24:21",
"dateTime": "2026-08-16T16:24:21Z",
"dateTimePub": "2026-08-16T16:24:02Z",
"dataType": "news",
"sim": 0,
"url": "https://www.independent.com.mt/articles/2026-08-16/local-news/Sliema-residents-say-authorities-are-treating-symptoms-not-root-causes-6736292160",
"title": "Sliema residents say authorities are treating symptoms, not root causes",
"body": "Authorities are \"belatedly treating the symptoms\" of years of lawlessness in Sliema while allowing its root causes to persist, the Sliema Residents Association (SRA) said on Sunday, as it welcomed increased security measures but warned that enforcement alone is not enough.\n\nThe Sliema Residents Association (SRA) has welcomed promised measures to increase security in the locality, saying residents have endured years of antisocial behaviour, excessive noise and other forms of \"lawlessness\" which have repeatedly gone unaddressed.\n\nIn a statement, the association said it had been raising such concerns on behalf of the Sliema community for more than three years, particularly over problems linked to party boats, alcohol consumption, short-let apartments and noisy commercial establishments.\n\nThe SRA said residents and foreign visitors face \"chaos\" at the Ferries when party boats return at night, claiming they \"disgorge boat-loads of noisy, drunken and often belligerent youths\".\n\nIt also said that convenience stores further contribute to the situation by illegally selling alcohol after 9pm.\n\nDuring a meeting with Minister Glenn Bedingfield, Sliema residents complained about overflowing garbage, vandalism and \"bare chested and bikini-clad tourists walking, shouting and even defecating in our residential streets\", the statement said.\n\nThe association said complaints also concerned commercial establishments allegedly playing amplified music outdoors illegally, as well as \"raucous beach parties\" which it said disturb residents until 4am from Qui-Si-Sana to Balluta.\n\nIt also raised concerns about parties held inside short-let apartments, many of which it claimed are unlicensed, saying these \"deprive residents of their legal right to enjoy peace in their own homes\".\n\nThe SRA said complaints made over the past three years had \"fallen on deaf ears\", and therefore welcomed Bedingfield's announcement that Sliema would benefit from measures aimed at protecting communities and ensuring residents can live in a safe environment.\n\n\"It is deplorable that chaos was allowed to spiral for years, resulting in the need for such extreme measures,\" the association said.\n\nHowever, it said an increased presence of police, Armed Forces of Malta personnel and LESA officers was necessary to enable officers to intervene quickly and deter antisocial behaviour and violence.\n\nThe association referred to an incident on Saturday in which it said at least five emergency vehicles were called to the Ferries as party boats docked. It also claimed that youths caused traffic disruption on the Strand while carrying a friend who was \"too drunk to walk\" through traffic.\n\n\"The SRA again asks why the taxpayer is footing the emergency services bill for the irresponsible boat operators who prefer to disturb residents and endanger clients' lives, rather than take steps to rein in over-drinking?\" the statement said.\n\nThe association thanked Bedingfield for acting on residents' concerns, saying he had taken \"the necessary action to show that enforcement and discipline do exist in this island\".\n\nHowever, it said increased enforcement alone would not solve the problems facing the locality, arguing that authorities were \"belatedly treating the symptoms while allowing the root causes to fester\".\n\nThe SRA questioned when new rules governing short-let apartments would be made applicable to all properties rather than only newly licensed ones.\n\nIt also called on the Malta Tourism Authority (MTA) to shut down unlicensed properties and introduce a two-year moratorium on new short-let licences while the situation is assessed.\n\nThe association further questioned when the MTA would suspend the licences of establishments found to be excessively noisy and prevent what it described as the infiltration of noisy bars into residential areas under the guise of \"kazini\".\n\nIt also questioned why the authority continued approving licences for three-star hotels \"aimed at cheap youth tourism\" when official policy, it said, sought to move Malta towards quality tourism.\n\nTurning to planning, the SRA said policies governing residential areas should be sufficiently robust to prevent the construction of short-let apartment blocks and multiple interconnected hostels which, it claimed, could circumvent restrictions on hotels in residential areas.\n\nIt also questioned the continued approval of three-star hotels around the Ferries, arguing that Sliema's carrying capacity was already struggling with existing pressures.\n\nThe SRA concluded by reminding the public about its parliamentary petition concerning loud music, which it said affects communities across Malta.\n\nThe association urged the public to sign the petition in an effort to curb what it described as \"lawlessness in noise pollution\", which it said was undermining residents' quality of life and could contribute to health problems.",
"source": {
"uri": "independent.com.mt",
"dataType": "news",
"title": "The Malta Independent Online"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Sliema",
"type": "loc",
"score": 5,
"label": {
"eng": "Sliema"
},
"location": {
"type": "place",
"label": {
"eng": "Sliema"
},
"country": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Anti-social_behaviour",
"type": "wiki",
"score": 4,
"label": {
"eng": "Anti-social behaviour"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apartment",
"type": "wiki",
"score": 4,
"label": {
"eng": "Apartment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Glenn_Bedingfield",
"type": "person",
"score": 3,
"label": {
"eng": "Glenn Bedingfield"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alcohol_(drug)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Alcohol (drug)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alcoholic_drink",
"type": "wiki",
"score": 3,
"label": {
"eng": "Alcoholic drink"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Convenience_store",
"type": "wiki",
"score": 3,
"label": {
"eng": "Convenience store"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hearing_loss",
"type": "wiki",
"score": 2,
"label": {
"eng": "Hearing loss"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Balluta_Bay",
"type": "wiki",
"score": 2,
"label": {
"eng": "Balluta Bay"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Armed_Forces_of_Malta",
"type": "wiki",
"score": 2,
"label": {
"eng": "Armed Forces of Malta"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strand,_London",
"type": "loc",
"score": 2,
"label": {
"eng": "Strand, London"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Noise_pollution",
"type": "wiki",
"score": 2,
"label": {
"eng": "Noise pollution"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vandalism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vandalism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/High-rise_building",
"type": "wiki",
"score": 1,
"label": {
"eng": "High-rise building"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Quality_of_life",
"type": "wiki",
"score": 1,
"label": {
"eng": "Quality of life"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tourism",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tourism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Espionage",
"type": "wiki",
"score": 1,
"label": {
"eng": "Espionage"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malta",
"type": "loc",
"score": 1,
"label": {
"eng": "Malta"
},
"location": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
],
"categories": [
{
"uri": "dmoz/Health",
"label": "dmoz/Health",
"wgt": 12
},
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 17
},
{
"uri": "dmoz/Business/Business_Services/Fire_and_Security",
"label": "dmoz/Business/Business Services/Fire and Security",
"wgt": 12
},
{
"uri": "dmoz/Business/Consumer_Goods_and_Services/Watercraft",
"label": "dmoz/Business/Consumer Goods and Services/Watercraft",
"wgt": 12
},
{
"uri": "dmoz/Recreation/Boating/Wooden_Boats",
"label": "dmoz/Recreation/Boating/Wooden Boats",
"wgt": 14
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 50
},
{
"uri": "iptc/lifestyle_and_leisure",
"label": "iptc/lifestyle and leisure",
"wgt": 96
}
],
"image": "https://www.independent.com.mt/file.aspx?f=264259",
"eventUri": null,
"sentiment": 0.03529411764705892,
"wgt": 524593461,
"relevance": 1
},
{
"uri": "9434180254",
"lang": "mlt",
"isDuplicate": false,
"date": "2026-08-16",
"time": "16:00:48",
"dateTime": "2026-08-16T16:00:48Z",
"dateTimePub": "2026-08-16T16:00:10Z",
"dataType": "news",
"sim": 0,
"url": "https://www.illum.com.mt/ahbarijiet/kronaka/75656/pulizija_mifruxa_few_residenzi_residenti_tasswieqi_massba_",
"title": "Pulizija mifruxa f'żewġ residenzi, residenti tas-Swieqi mħassba",
"body": "Residenti jgħidu li l-community policing ta' billejl kien qed jagħmel differenza fis-Swieqi, iżda jibżgħu li l-estensjoni tal-istess servizz għal Pembroke se tnaqqas il-ħeffa tar-rispons fi żmien meta l-ilmenti dwar imġiba antisoċjali għadhom qed jiżdiedu. Fl-istess waqt, il-Forzi Armati bdew jassistu lill-Pulizija fil-lokalità.\n\nServizz ta' pulizija matul il-lejl li residenti ta' Swieqi jgħidu li beda jagħmel differenza reali fil-lokalità issa se jkopri wkoll Pembroke, żvilupp li qajjem tħassib li l-istess riżorsi se jkollhom jinfirxu fuq żewġ lokalitajiet li qed jaffaċċjaw problemi simili ta' storbju u mġiba antisoċjali.\n\nSkont sors mis-Swieqi qal li l-estensjoni tas-servizz għal Pembroke hija raġonevoli, minħabba li anke dik il-lokalità qed taffaċċja problemi simili. Iżda sostna li jekk ma jiżdidux ir-riżorsi, il-konsegwenza inevitabbli tkun li l-ħin ta' rispons għal inċidenti fis-Swieqi jsir itwal.\n\nSkont informazzjoni ppubblikata mill-Pembroke & Swieqi Community Policing Team, is-servizz ta' billejl, li ilu jopera minn Ġunju, jaħdem kuljum bejn l-22:00 u t-8:00 u jindirizza fost l-oħrajn imġiba antisoċjali, storbju u problemi oħra fil-komunità. L-istess servizz issa qed jiġi estiż għal Pembroke, bl-istess numru ta' kuntatt ta' billejl.\n\nGħas-sors, dan fih innifsu huwa prova li l-proġett li beda fis-Swieqi kien qed jaħdem.\n\n\"Dan is-servizz għen. Kien hemm preżenza, kien hemm kuntatt dirett u rajna differenza,\" qal. Iżda sostna li, skont l-informazzjoni li għandu, fejn qabel kien hemm sitt uffiċjali disponibbli, issa tliet uffiċjali se jkollhom jinqasmu bejn iż-żewġ lokalitajiet.\n\nDawn iċ-ċifri ma ġewx ikkonfermati b'mod indipendenti, iżda s-sors jinsisti li l-biża' tar-residenti mhijiex dwar l-estensjoni lejn Pembroke fiha nnifisha, iżda dwar jekk l-awtoritajiet humiex qed iżidu l-kapaċità tal-operazzjoni jew sempliċement iqassmu l-istess riżorsi fuq żona akbar.\n\n\"Fl-opinjoni tiegħi dan juri li qed ngħixu fi kriżi,\" qal. \"Qed jiġu rrappurtati tant inċidenti li l-awtoritajiet mhux qed jirnexxilhom ilaħħqu.\"\n\nInċident f'nofs il-lejl\n\nIt-tħassib dwar il-ħin ta' rispons kompla jikber wara inċident li seħħ matul il-lejl bejn it-8 u d-9 ta' Awwissu.\n\nSkont resident li ra u rrapporta dak li ġara, għall-ħabta ta' 12:14am tliet ġuvintur Taljani telgħu minn fuq ħajt mit-triq u daħlu fi proprjetà privata, fejn allegatament wieħed minnhom qeda l-bżonnijiet naturali tiegħu fuq siġra fil-kantuniera tal-post.\n\nIl-bqija tal-grupp, skont ix-xhud, deher qed jieħu gost bis-sitwazzjoni.\n\nIr-resident beda jirrekordja dak li kien qed jiġri bil-mowbajl u kkuntattja lill-pulizija tar-ronda ta' billejl. Madankollu, meta l-uffiċjali waslu fuq il-post, il-grupp kien diġà telaq jiġri.\n\nIs-sors qal li dan huwa eżempju eżatt tal-problema li qed jinkwetah: anke bis-servizz preżenti, il-pulizija ma rnexxilhomx jaslu fil-ħin biex isibu lill-persuni fuq il-post.\n\nJekk l-istess uffiċjali issa jkunu qed jirrispondu wkoll għal każijiet f'Pembroke, qal, ir-riskju hu li dan id-dewmien ikompli jiżdied.\n\nMinn rinforz għal riżorsi mifruxa?\n\nIt-tħassib jasal fi żmien meta, fuq il-karta, il-preżenza tas-sigurtà fis-Swieqi qed tiżdied.\n\nNhar it-Tlieta ġie rrappurtat li membri tal-Forzi Armati ta' Malta bdew jaħdmu flimkien mal-Pulizija fis-Swieqi biex isaħħu l-preżenza matul il-lejl. Id-Deputat Sindku Jordan Galea Pace qal li l-Kunsill Lokali u r-residenti kienu ilhom jinsistu għal dan il-pass u li l-għan huwa li r-residenti jkunu jistgħu jħossuhom siguri u jorqdu fil-paċi fi djarhom.\n\nGalea Pace qal ukoll li jixtieq jara l-istess mudell jiġi estiż għal lokalitajiet ġirien, filwaqt li sostna li l-problema tal-imġiba antisoċjali ma tiqafx mal-fruntieri tas-Swieqi.\n\nIżda għall-persuni li qed jesprimu tħassib, hemm differenza importanti bejn li mudell jiġi estiż b'aktar riżorsi u li l-istess numru ta' uffiċjali jintalab ikopri territorju akbar.\n\nHuma jaraw kontradizzjoni bejn il-messaġġ pubbliku li s-sigurtà qed tissaħħaħ u r-realtà li, skonthom, wieħed mis-servizzi li kien l-aktar qrib tar-residenti jista' issa jkollu jinfirex aktar.\n\nIt-tħassib qed jinħass aktar wara li residenti ltaqgħu mal-Ministru għall-Intern u s-Sigurtà Glenn Bedingfield il-ġimgħa li għaddiet, fejn, skont is-sors, ingħataw l-impressjoni li kienu se jingħataw aktar għajnuna.\n\nBedingfield huwa responsabbli mill-portafoll tal-intern u s-sigurtà, li jinkludi fost l-oħrajn il-Pulizija, il-Forzi Armati u l-infurzar tal-liġi.\n\nIl-Gvern stess kien faħħar il-mudell tal-community policing fis-Swieqi u Pembroke f'Ġunju, meta Bedingfield qal li s-servizz intlaqa' tajjeb mill-komunità u li l-kuntatt dirett mar-residenti kien qed jgħin biex l-ilmenti jiġu indirizzati fl-iqsar żmien possibbli.\n\nHuwa proprju għalhekk li r-residenti li tkellmu magħna qed jistaqsu jekk l-estensjoni tal-istess servizz, mingħajr żieda proporzjonata fil-ħaddiema, hijiex se xxekkel dak li kien qed jaħdem.\n\n'Biżżejjed huwa biżżejjed'\n\nGħas-sors, il-każijiet ta' storbju, intimidazzjoni u dħul fi proprjetà privata m'għandhomx jibqgħu jitqiesu bħala episodji iżolati tas-sajf.\n\nHuwa qal li każijiet fejn persuni \"jitterrorizzaw komunitajiet, jintimidaw lir-residenti jew jaġixxu bħallikieku huma 'l fuq mil-liġi\" jeħtieġu konsegwenzi ċari u viżibbli.\n\n\"Dan il-każ għandu jkun mal-midja kollha,\" qal. \"Kull min jaħseb li jista' jagħmel li jrid irid ikun jaf li l-awtoritajiet huma lesti jaġixxu b'mod deċiżiv. Malta trid tibgħat messaġġ wieħed ċar: biżżejjed huwa biżżejjed.\"\n\nGħar-residenti, għalhekk, il-kwistjoni mhijiex biss kemm hemm uniformijiet fit-toroq, iżda jekk il-persuna li ċċempel għall-għajnuna f'nofs ta' lejl tistax tkun ċerta li xi ħadd se jasal fil-ħin.\n\nU fis-Swieqi, fejn servizz ġdid kien beda jagħti lir-residenti sens li finalment kien hemm min qed jisma' u jirrispondi, il-biża' issa hija li suċċess li kellu jissaħħaħ jispiċċa mraqqaq.",
"source": {
"uri": "illum.com.mt",
"dataType": "news",
"title": "MaltaToday.com.mt"
},
"authors": [],
"concepts": [],
"categories": [],
"image": "https://content.illum.com.mt/ui/images/photos/screenshot_2026-08-15_at_18.58.53.png",
"eventUri": null,
"sentiment": null,
"wgt": 524592048,
"relevance": 1
},
{
"uri": "9434173150",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "15:48:29",
"dateTime": "2026-08-16T15:48:29Z",
"dateTimePub": "2026-08-16T15:48:05Z",
"dataType": "news",
"sim": 0,
"url": "https://www.maltatoday.com.mt/news/national/143807/security_crackdown_not_enough_as_sliema_residents_demand_tighter_shortlet_rules",
"title": "Security crackdown 'not enough' as Sliema residents demand tighter short-let rules",
"body": "The Sliema Residents Association (SRA) has called on the government to extend new short-let rules to all properties, warning that limiting them to newly licensed apartments will not address years of antisocial behaviour and lawlessness.\n\nWhile thanking Security Minister Glenn Bedingfield for implenenting a series of measures aimed at improving safety in the locality, the SRA said it is \"deplorable\" that the situation had been allowed to deteriorate for years to the point that measures, such as AFM presence in residential streets, had become necessary.\n\nHowever, the association maintained that enforcement measures alone will not address the root of the problem, and called for action on short-let regulation, planning policy, and tourism licensing.\n\nIn April, then-tourism minister Ian Borg announced a series of tighter rules for short-let accommodation following years of complaints from several localities. The caveat is that the rules will only apply to accommodation licensed after 2026.\n\nThe SRA insisted that the measures are \"not enough,\" arguing that authorities cannot continue treating the symptoms of the problem while allowing what it described as its root cause, uncontrolled short-lets, to persist.\n\nWhile Prime Minister Robert Abela hinted last July that further regulations could be introduced, nothing has been announced so far.\n\nOn Saturday night, the association said at least five emergency vehicles were dispatched to an incident at the Ferries, while youths at the Strand were seen carrying a man through traffic because he was too drunk to walk.\n\nIt questioned why taxpayers should be forced to finance emergency responses linked to what it described as irresponsible boat operators which allow excessive drinking while disturbing residents and endangering customers.\n\nThe SRA also recalled what it described as persistent chaos in the Ferries area, where party boats disembark large groups of \"noisy, drunken and often belligerent\" youths each night. Adding to the disruption, it alleged that convenience stores continue selling alcohol after the 9pm legal cut-off.\n\nResidents have also complained about overflowing rubbish, vandalism and violence in the locality, as well as incidents involving drunken tourists shouting and defecating in residential streets.\n\nThe association said residents also endure excessive noise from commercial outlets illegally playing amplified music outdoors, while beach parties disturb people living from Qui-Si-Sana to Balluta, sometimes continuing until 4am.\n\nIt added that parties held inside short-let apartments, many of which it claims are unlicensed, are also depriving residents of their right to peace in their own homes.\n\nTurning to planning policy, the association called on Planning Minister Jonathan Attard to tighten rules in residential areas to prevent the development of short-let apartment blocks and interconnected hostels which, it argued, could be used to circumvent restrictions on hotels in residential areas.\n\nThe SRA said Sliema was already struggling under existing pressures and questioned why Attard continued to allow more three-star hotels around the Ferries, along with additional floors supposedly reserved for higher-quality establishments.\n\nThe association also turned to the Malta Tourism Authority, calling on it to take action and shut down unlicensed properties while also introducing a two-year moratorium on new short-let licences while authorities take stock of the actual situation on the ground.\n\nIt further questioned why the MTA continues approving licences for three-star hotels aimed at budget youth tourism while official policy claims to be shifting Malta towards 'quality tourism.'\n\nThe SRA concluded by reminding the public to sign its parliamentary petition regarding loud music which has affected communities across the country.",
"source": {
"uri": "maltatoday.com.mt",
"dataType": "news",
"title": "MaltaToday.com.mt"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Sliema",
"type": "loc",
"score": 5,
"label": {
"eng": "Sliema"
},
"location": {
"type": "place",
"label": {
"eng": "Sliema"
},
"country": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ian_Borg",
"type": "person",
"score": 3,
"label": {
"eng": "Ian Borg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Glenn_Bedingfield",
"type": "person",
"score": 3,
"label": {
"eng": "Glenn Bedingfield"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Armed_Forces_of_Malta",
"type": "wiki",
"score": 3,
"label": {
"eng": "Armed Forces of Malta"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apartment",
"type": "wiki",
"score": 3,
"label": {
"eng": "Apartment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Robert_Abela",
"type": "wiki",
"score": 2,
"label": {
"eng": "Robert Abela"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strand,_London",
"type": "loc",
"score": 2,
"label": {
"eng": "Strand, London"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Alcoholism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Alcoholism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Convenience_store",
"type": "wiki",
"score": 2,
"label": {
"eng": "Convenience store"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tourism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Tourism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jonathan_Attard",
"type": "wiki",
"score": 1,
"label": {
"eng": "Jonathan Attard"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alcohol_(drug)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Alcohol (drug)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Noise_pollution",
"type": "wiki",
"score": 1,
"label": {
"eng": "Noise pollution"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moratorium_(law)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Moratorium (law)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vandalism",
"type": "wiki",
"score": 1,
"label": {
"eng": "Vandalism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Attard",
"type": "loc",
"score": 1,
"label": {
"eng": "Attard"
},
"location": {
"type": "place",
"label": {
"eng": "Attard"
},
"country": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malta",
"type": "loc",
"score": 1,
"label": {
"eng": "Malta"
},
"location": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 18
},
{
"uri": "dmoz/Computers/Security/Policy",
"label": "dmoz/Computers/Security/Policy",
"wgt": 16
},
{
"uri": "dmoz/Science/Social_Sciences/Urban_and_Regional_Planning",
"label": "dmoz/Science/Social Sciences/Urban and Regional Planning",
"wgt": 14
},
{
"uri": "dmoz/Recreation/Travel/Lodging",
"label": "dmoz/Recreation/Travel/Lodging",
"wgt": 16
},
{
"uri": "dmoz/Sports/Golf/Rules_and_Etiquette",
"label": "dmoz/Sports/Golf/Rules and Etiquette",
"wgt": 12
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 74
},
{
"uri": "iptc/lifestyle_and_leisure",
"label": "iptc/lifestyle and leisure",
"wgt": 99
},
{
"uri": "iptc/politics_and_government/government_policy/interior_policy",
"label": "iptc/politics and government/government policy/interior policy",
"wgt": 100
}
],
"image": "https://content.maltatoday.com.mt/ui/images/photos/untitled_design_(14).png",
"eventUri": null,
"sentiment": -0.2313725490196078,
"wgt": 524591309,
"relevance": 1
},
{
"uri": "9434159832",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "15:26:43",
"dateTime": "2026-08-16T15:26:43Z",
"dateTimePub": "2026-08-16T14:52:00Z",
"dataType": "news",
"sim": 0,
"url": "https://timesofmalta.com/article/roderick-azzopardi-arraigned-charlotte-zammit-death-monday.1132837",
"title": "Roderick Azzopardi to be arraigned over Charlotte Zammit's murder on Monday",
"body": "Police investigations into Charlotte Zammit's murder are ongoing\n\nRoderick Azzopardi, the man suspected of murdering Charlotte Zammit in Żabbar on Saturday, is expected to be arraigned on Monday.\n\nAzzopardi, 42, from Żabbar, is expected to face charges in connection with the killing of his partner, Charlotte Zammit.\n\nHe remained in police custody on Sunday after being arrested at the scene on Saturday.\n\nZammit, 44, was found shot dead inside a property in Triq Corrado, Żabbar. She was found in a ground-floor bedroom, while Azzopardi was also found inside the property.\n\nPolice said a firearm believed to have been used in the killing was found at the scene.\n\nPolice also said that Zammit had filed two reports against Azzopardi, nine and 10 years ago.\n\nFollowing one of the reports filed in 2016, the suspect, who is currently in police custody, had been arraigned in court over domestic violence.\n\nIn 2017, he was jailed for a year after pleading guilty to injuring, detaining and threatening to kill her.\n\nThat same year, in 2017, a report was filed over having insulted the victim. He had not been found guilty and was acquitted.\n\nA magisterial inquiry into Zammit's murder is under way.\n\nPolice investigations, led by Assistant Commissioner Keith Arnaud, are continuing ahead of Monday's expected arraignment.",
"source": {
"uri": "timesofmalta.com",
"dataType": "news",
"title": "timesofmalta.com"
},
"authors": [
{
"uri": "emma_borg@timesofmalta.com",
"name": "Emma Borg",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Charlotte,_North_Carolina",
"type": "loc",
"score": 5,
"label": {
"eng": "Charlotte, North Carolina"
},
"location": {
"type": "place",
"label": {
"eng": "Charlotte, North Carolina"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Żabbar",
"type": "loc",
"score": 5,
"label": {
"eng": "Żabbar"
},
"location": {
"type": "place",
"label": {
"eng": "Żabbar"
},
"country": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arraignment",
"type": "wiki",
"score": 4,
"label": {
"eng": "Arraignment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Murder",
"type": "wiki",
"score": 4,
"label": {
"eng": "Murder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Acquittal",
"type": "wiki",
"score": 1,
"label": {
"eng": "Acquittal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Domestic_violence",
"type": "wiki",
"score": 1,
"label": {
"eng": "Domestic violence"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 22
},
{
"uri": "dmoz/Society/Issues/Violence_and_Abuse",
"label": "dmoz/Society/Issues/Violence and Abuse",
"wgt": 15
},
{
"uri": "dmoz/Society/Crime/Murder",
"label": "dmoz/Society/Crime/Murder",
"wgt": 22
},
{
"uri": "dmoz/Society/Transgendered/Law",
"label": "dmoz/Society/Transgendered/Law",
"wgt": 13
},
{
"uri": "dmoz/Society/Crime/Domestic_Violence",
"label": "dmoz/Society/Crime/Domestic Violence",
"wgt": 22
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 60
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 82
}
],
"image": "https://cdn-attachments.timesofmalta.com/966eaa37092fb7baf398af9ad5dc64a7702a6dda-1786892460-6d528bfe-1200x630.png",
"eventUri": null,
"sentiment": -0.584313725490196,
"wgt": 524590003,
"relevance": 1
},
{
"uri": "9434109542",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "14:11:23",
"dateTime": "2026-08-16T14:11:23Z",
"dateTimePub": "2026-08-16T14:11:02Z",
"dataType": "news",
"sim": 0,
"url": "https://www.independent.com.mt/articles/2026-08-16/local-news/She-s-never-had-an-easy-life-Charlotte-Zammit-s-sister-pays-tribute-after-murder-6736292159",
"title": "'She's never had an easy life,' Charlotte Zammit's sister pays tribute after murder",
"body": "Angèle Zammit wrote a condolence message on Facebook after Saturday's homicide to pay tribute to her sister, Charlotte. She wrote that her sister will always be loved, remembered, and missed.\n\nZammit said that her sister Charlotte never had an easy life and that \"she was a victim of so many things, yet she kept trying to move forward.\"\n\nZammit said that her sister \"was finally on the right track\" and was ready to start a new chapter in life, before her untimely passing on Saturday. She said that she is feeling heartbroken that her sister never got the chance to live through this brighter-looking chapter.\n\n\"She had paid her bills, was finally on the right track, and was ready to start a new chapter and a new life,\" she said, \"It breaks my heart that she never got the chance to live it. She deserved peace, happiness, and a life free from all the pain she had endured.\"\n\nOn the feast of Santa Marija, Charlotte Zammit, 44, was found dead at a residence in Żabbar on Saturday afternoon. Azzopardi was arrested by police at the scene. Police had reported to the scene after receiving reports of heard gunshots at around 3pm, in Corrado Street, Żabbar.\n\nThe police are treating this incident as a homicide.\n\nIn her Facebook post, Zammit thanked everyone for the outburst of support, messages, and prayers received by her and their family during this incredibly difficult time.\n\n\"May you finally find the peace you deserved,\" she wrote.\n\nPolice said the suspect had previously been the subject of a domestic violence report in 2016. He had subsequently been sentenced to one year in prison.\n\nAnother report was filed against the man in 2017, although he was not found guilty in connection with that case.",
"source": {
"uri": "independent.com.mt",
"dataType": "news",
"title": "The Malta Independent Online"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Charlotte,_North_Carolina",
"type": "loc",
"score": 5,
"label": {
"eng": "Charlotte, North Carolina"
},
"location": {
"type": "place",
"label": {
"eng": "Charlotte, North Carolina"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Homicide",
"type": "wiki",
"score": 3,
"label": {
"eng": "Homicide"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Facebook",
"type": "org",
"score": 3,
"label": {
"eng": "Facebook"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Żabbar",
"type": "loc",
"score": 2,
"label": {
"eng": "Żabbar"
},
"location": {
"type": "place",
"label": {
"eng": "Żabbar"
},
"country": {
"type": "country",
"label": {
"eng": "Malta"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Domestic_violence",
"type": "wiki",
"score": 1,
"label": {
"eng": "Domestic violence"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 17
},
{
"uri": "dmoz/Society/Issues/Peace",
"label": "dmoz/Society/Issues/Peace",
"wgt": 17
},
{
"uri": "dmoz/Society/Crime/Murder",
"label": "dmoz/Society/Crime/Murder",
"wgt": 20
},
{
"uri": "dmoz/Society/Death/In_Memoriam",
"label": "dmoz/Society/Death/In Memoriam",
"wgt": 16
},
{
"uri": "dmoz/Society/Crime/Domestic_Violence",
"label": "dmoz/Society/Crime/Domestic Violence",
"wgt": 19
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 84
},
{
"uri": "iptc/society",
"label": "iptc/society",
"wgt": 76
}
],
"image": "https://www.independent.com.mt/file.aspx?f=264244",
"eventUri": null,
"sentiment": -0.09019607843137256,
"wgt": 524585483,
"relevance": 1
},
{
"uri": "9434109443",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-16",
"time": "14:11:14",
"dateTime": "2026-08-16T14:11:14Z",
"dateTimePub": "2026-08-16T14:05:00Z",
"dataType": "news",
"sim": 0,
"url": "https://timesofmalta.com/article/cronenberg-body-horror-classic-the-fly-turns-40.1132834",
"title": "Cronenberg's body horror classic 'The Fly' turns 40",
"body": "A look at why the director's grotesque 1986 picture remains his most affecting film\n\nSurely one of horror's most promising unmade films is David Cronenberg's Frankenstein. This adaptation was to be a contemporary rethinking of Mary Shelley's novel featuring a humanised, intelligent creature. Despite an advert in a 1980 issue of Variety, the project never got far into development.\n\nTo anyone familiar with Cronenberg's obsession with the body, with its pathologies, decay and fusion with technology, Frankenstein would have been a perfect fit.\n\nIt is possible to find traces of that project's DNA in Cronenberg's The Fly [released in the US on August 15, 1986]. His most successful and critically acclaimed film to date, it has become a landmark and inspiration to many modern directors, from Luca Guadagnino to Julia Ducournau and Alex Garland.",
"source": {
"uri": "timesofmalta.com",
"dataType": "news",
"title": "timesofmalta.com"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/David_Cronenberg",
"type": "person",
"score": 5,
"label": {
"eng": "David Cronenberg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Horror_fiction",
"type": "wiki",
"score": 5,
"label": {
"eng": "Horror fiction"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Fly_(opera)",
"type": "wiki",
"score": 3,
"label": {
"eng": "The Fly (opera)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Frankenstein",
"type": "wiki",
"score": 3,
"label": {
"eng": "Frankenstein"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mary_Shelley",
"type": "person",
"score": 2,
"label": {
"eng": "Mary Shelley"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Variety_(magazine)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Variety (magazine)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Luca_Guadagnino",
"type": "person",
"score": 1,
"label": {
"eng": "Luca Guadagnino"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Julia_Ducournau",
"type": "person",
"score": 1,
"label": {
"eng": "Julia Ducournau"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alex_Garland",
"type": "person",
"score": 1,
"label": {
"eng": "Alex Garland"
}
}
],
"categories": [
{
"uri": "dmoz/Arts/Movies/Cultures_and_Groups",
"label": "dmoz/Arts/Movies/Cultures and Groups",
"wgt": 20
},
{
"uri": "dmoz/Arts/Movies/Filmmaking",
"label": "dmoz/Arts/Movies/Filmmaking",
"wgt": 24
},
{
"uri": "dmoz/Arts/Movies/Education",
"label": "dmoz/Arts/Movies/Education",
"wgt": 17
},
{
"uri": "dmoz/Arts/Movies/Genres",
"label": "dmoz/Arts/Movies/Genres",
"wgt": 31
},
{
"uri": "dmoz/Arts/Movies/Theory_and_Criticism",
"label": "dmoz/Arts/Movies/Theory and Criticism",
"wgt": 23
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 99
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media",
"label": "iptc/arts, culture, entertainment and media",
"wgt": 50
}
],
"image": "https://cdn-attachments.timesofmalta.com/8913245e0034e64bed52e6bc80bcb9aaa734cd3d-1786889344-1a4c391a-1200x630.jpg",
"eventUri": null,
"sentiment": 0.3490196078431373,
"wgt": 524585474,
"relevance": 1
},
{
"uri": "9434080221",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-16",
"time": "13:29:05",
"dateTime": "2026-08-16T13:29:05Z",
"dateTimePub": "2026-08-16T13:24:00Z",
"dataType": "news",
"sim": 0,
"url": "https://timesofmalta.com/article/spanish-jet-downs-drone-romania-airspace-breach.1132833",
"title": "Spanish jet downs drone in Romania after airspace breach",
"body": "A growing number of drones have crossed into NATO states in eastern Europe as Russia pursues its invasion of Ukraine.\n\nA Spanish fighter jet on Sunday shot down a drone that had breached Romanian airspace near the border with Ukraine and Moldova, national authorities and NATO said.\n\nA growing number of drones have crossed into NATO states in eastern Europe as Russia pursues its invasion of Ukraine.\n\nThe interception of the drone -- which entered from Moldova -- was carried out by an F-18, deployed on NATO duties, at 5:01 am (0201 GMT), the Romanian defence ministry said in a statement.\n\nDebris fell in an unpopulated area of the Galati region, near the Ukrainian border, it added.\n\nSpain's defence ministry said on X that its air force had shown \"its outstanding professionalism in the defence of European airspace\".\n\nSpanish Foreign Minister Jose Manuel Albares said he had spoken with his Romanian counterpart Oana Toiu, who thanked the pilots.\n\nNATO Air Command said on X that the mission involved two F-18s, which are part of a Spanish contingent of around 200 personnel and 11 aircraft based in Romania.\n\nRomania's eastern seaboard, bordering the Black Sea, is close to areas frequently targeted by Russian strikes. This was the fourth drone to be destroyed in the country since the start of Russia's all-out invasion of Ukraine in 2022.\n\nAnd, in a separate incident on Sunday announced by the defence ministry, drone debris was found in the Black Sea, off Romania's city of Constanta.\n\nIn July, Romania expelled a Russian embassy employee in what it called \"a firm response\" to drones repeatedly breaching the country's airspace. Romania shot down three drones on three consecutive days before the expulsion.\n\nAuthorities have reported finding drone fragments on Romanian soil several times since 2023 following Russian attacks on Ukrainian ports along the Danube River, which lie just across the border.\n\nSimilar incidents have been reported elsewhere on NATO's eastern flank, including in Poland and the Baltic states.\n\nOn Friday, NATO said Italian jets operating under the alliance's air-policing mission shot down a drone that entered Latvian airspace.",
"source": {
"uri": "timesofmalta.com",
"dataType": "news",
"title": "timesofmalta.com"
},
"authors": [
{
"uri": "agence_france_presse@timesofmalta.com",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Russian_invasion_of_Ukraine",
"type": "wiki",
"score": 5,
"label": {
"eng": "Russian invasion of Ukraine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Airspace",
"type": "wiki",
"score": 5,
"label": {
"eng": "Airspace"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Unmanned_aerial_vehicle",
"type": "wiki",
"score": 5,
"label": {
"eng": "Unmanned aerial vehicle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Eastern_Europe",
"type": "wiki",
"score": 5,
"label": {
"eng": "Eastern Europe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/NATO",
"type": "org",
"score": 5,
"label": {
"eng": "NATO"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russia",
"type": "loc",
"score": 5,
"label": {
"eng": "Russia"
},
"location": {
"type": "country",
"label": {
"eng": "Russia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Romania",
"type": "loc",
"score": 5,
"label": {
"eng": "Romania"
},
"location": {
"type": "country",
"label": {
"eng": "Romania"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 5,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ukraine",
"type": "loc",
"score": 4,
"label": {
"eng": "Ukraine"
},
"location": {
"type": "country",
"label": {
"eng": "Ukraine"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moldova",
"type": "loc",
"score": 4,
"label": {
"eng": "Moldova"
},
"location": {
"type": "country",
"label": {
"eng": "Moldova"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jet_aircraft",
"type": "wiki",
"score": 3,
"label": {
"eng": "Jet aircraft"
}
},
{
"uri": "http://en.wikipedia.org/wiki/McDonnell_Douglas_F/A-18_Hornet",
"type": "wiki",
"score": 3,
"label": {
"eng": "A-18 Hornet"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fighter_aircraft",
"type": "wiki",
"score": 3,
"label": {
"eng": "Fighter aircraft"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_for_Europe_and_Foreign_Affairs_(France)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ministry for Europe and Foreign Affairs (France)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Air_force",
"type": "wiki",
"score": 2,
"label": {
"eng": "Air force"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Black_Sea",
"type": "wiki",
"score": 2,
"label": {
"eng": "Black Sea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Galați",
"type": "loc",
"score": 2,
"label": {
"eng": "Galați"
},
"location": {
"type": "place",
"label": {
"eng": "Galați"
},
"country": {
"type": "country",
"label": {
"eng": "Romania"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Danube",
"type": "wiki",
"score": 1,
"label": {
"eng": "Danube"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Baltic_states",
"type": "loc",
"score": 1,
"label": {
"eng": "Baltic states"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Constanța",
"type": "loc",
"score": 1,
"label": {
"eng": "Constanța"
},
"location": {
"type": "place",
"label": {
"eng": "Constanța"
},
"country": {
"type": "country",
"label": {
"eng": "Romania"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Poland",
"type": "loc",
"score": 1,
"label": {
"eng": "Poland"
},
"location": {
"type": "country",
"label": {
"eng": "Poland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Latvia",
"type": "loc",
"score": 1,
"label": {
"eng": "Latvia"
},
"location": {
"type": "country",
"label": {
"eng": "Latvia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Italy",
"type": "loc",
"score": 1,
"label": {
"eng": "Italy"
},
"location": {
"type": "country",
"label": {
"eng": "Italy"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Government/Multilateral",
"label": "dmoz/Society/Government/Multilateral",
"wgt": 13
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 17
},
{
"uri": "dmoz/Society/Military/Aviation",
"label": "dmoz/Society/Military/Aviation",
"wgt": 13
},
{
"uri": "dmoz/Society/Government/Defense_Ministries",
"label": "dmoz/Society/Government/Defense Ministries",
"wgt": 32
},
{
"uri": "dmoz/Recreation/Aviation/Experience_Flights",
"label": "dmoz/Recreation/Aviation/Experience Flights",
"wgt": 14
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 88
},
{
"uri": "iptc/politics_and_government/government/national_security",
"label": "iptc/politics and government/government/national security",
"wgt": 88
}
],
"image": "https://cdn-attachments.timesofmalta.com/e2a675a64066b302cde15e0193e0f71d83cd6e23-1786886855-0bd29292-1200x630.png",
"eventUri": null,
"sentiment": 0.1058823529411765,
"wgt": 524582945,
"relevance": 1
}
],
"totalResults": 2768,
"page": 1,
"count": 10,
"pages": 277
}
}