Topics
Countries
Australia News
Would you like to access news/blog content published by sources located in Australia?
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/Australia",
"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%2FAustralia&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": "9360391527",
"lang": "eng",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:22:53",
"dateTime": "2026-06-16T23:22:53Z",
"dateTimePub": "2026-06-16T17:38:04Z",
"dataType": "news",
"sim": 0,
"url": "https://www.perthnow.com.au/sport/soccer/socceroos-learn-from-afl-to-boost-their-breaks-c-22442212",
"title": "Socceroos learn from AFL to boost their breaks",
"body": "When FIFA announced there would be a \"hydration break\" midway through each half at the World Cup, it raised eyebrows.\n\nBut for Socceroos coach Tony Popovic, it created an opportunity.\n\nWhile many have focused on how the breaks create advertising spaces, for tacticians like Popovic the three-minute pauses offer a new way to find an edge.\n\nAt the World Cup, some commentators have started referring to the breaks as quarter-time and three-quarter time breaks.\n\nBut Popovic has been thinking this way for months.\n\nIn March, Popovic flagged turning to coaches from other codes with four quarters, like the AFL, for advice on maximising the breaks.\n\n\"Why not? Nothing like that is out of the question,\" he said then.\n\n\"They have strategies for after a quarter: what do they do in the first three or four minutes, how do they get back in the rhythm of the game?\n\n\"We are looking at all of that to see where we can get an advantage over the opponent and where we can be better than someone else.\"\n\nPopovic followed through on those plans.\n\n\"Popa was fortunate to go see certain different codes and talk about how quickly you can then restart from them three-minute breaks,\" assistant coach Hayden Foxe said.\n\n\"The teams that can restart really quickly and really start pressuring the opposition ... normally can get the momentum shift, because the breaks can break-up the play or can change the momentum.\n\n\"You get maybe one or two messages done. Little tactical adjustments if there needs to be, and that's it.\n\n\"Nothing too much, not too much information.\"\n\nAhead of the World Cup, former Socceroos teammate John Aloisi told AAP Popovic, famous for his attention to detail, would be \"more prepared than any other nation at the World Cup.\"\n\nIt was evident in Australia's incredible 2-0 World Cup win over Turkey.\n\nAustralia used the breaks to turn momentum after slow starts in friendlies against Mexico and Sweden.\n\nAt the first drinks break against Turkey, Popovic made a beeline for Nestory Irankunda and had an animated discussion with his young star, before also chatting with both Irankunda and Mohamed Toure.\n\nMidfielder Paul Okon-Engstler headed straight to assistant coach, father Paul Okon, for some timely advice.\n\nPopovic then addressed the whole group, which included 10 debutants in the starting line-up.\n\nMinutes later, Okon-Engstler teed up Irankunda to score a wonderful opening goal.\n\n\"He told me to stay calm and to keep pushing, and in the end that chat that we had helped, and then I ended up scoring,\" Irankunda said.\n\nConnor Metcalfe scored Australia's second minutes after the second break.\n\nThe Socceroos will keep using the pauses to their advantage, continuing with Friday's clash (Saturday 5am AEST) with the United States in Seattle.\n\n\"They're here to stay,\" Foxe said.\n\n\"So then you've got to use them as best you can for that moment and for the players.\"",
"source": {
"uri": "perthnow.com.au",
"dataType": "news",
"title": "Perth Now"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Australia_men's_national_soccer_team",
"type": "wiki",
"score": 5,
"label": {
"eng": "Australia men's national soccer team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tony_Popovic",
"type": "person",
"score": 5,
"label": {
"eng": "Tony Popovic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nestory_Irankunda",
"type": "wiki",
"score": 2,
"label": {
"eng": "Nestory Irankunda"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hayden_Foxe",
"type": "person",
"score": 2,
"label": {
"eng": "Hayden Foxe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Turkey",
"type": "loc",
"score": 2,
"label": {
"eng": "Turkey"
},
"location": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australia",
"type": "loc",
"score": 2,
"label": {
"eng": "Australia"
},
"location": {
"type": "country",
"label": {
"eng": "Australia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mohamed_Toure_(footballer,_born_2004)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mohamed Toure (footballer, born 2004)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Connor_Metcalfe",
"type": "person",
"score": 1,
"label": {
"eng": "Connor Metcalfe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Paul_Okon",
"type": "person",
"score": 1,
"label": {
"eng": "Paul Okon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Swedish_Football_Association",
"type": "wiki",
"score": 1,
"label": {
"eng": "Swedish Football Association"
}
},
{
"uri": "http://en.wikipedia.org/wiki/John_Aloisi",
"type": "person",
"score": 1,
"label": {
"eng": "John Aloisi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mexico_national_football_team",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mexico national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Time_in_Australia",
"type": "wiki",
"score": 1,
"label": {
"eng": "Time in Australia"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_men's_national_soccer_team",
"type": "wiki",
"score": 1,
"label": {
"eng": "United States men's national soccer team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 1,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Exhibition_game",
"type": "wiki",
"score": 1,
"label": {
"eng": "Exhibition game"
}
}
],
"categories": [
{
"uri": "dmoz/Games",
"label": "dmoz/Games",
"wgt": 14
},
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 37
},
{
"uri": "dmoz/Sports/Basketball/Coaching",
"label": "dmoz/Sports/Basketball/Coaching",
"wgt": 15
},
{
"uri": "dmoz/Sports/Cricket/Ratings",
"label": "dmoz/Sports/Cricket/Ratings",
"wgt": 15
},
{
"uri": "dmoz/Sports/Soccer/Officiating",
"label": "dmoz/Sports/Soccer/Officiating",
"wgt": 13
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline",
"label": "iptc/sport/competition discipline",
"wgt": 96
}
],
"image": "https://images.perthnow.com.au/publication/C-22442212/ab1e886336c590939634243e1729e88a75b486cc-16x9-x0y0w1280h720.jpg?imwidth=1200",
"eventUri": null,
"sentiment": 0.2549019607843137,
"wgt": 519348173,
"relevance": 1
},
{
"uri": "9360391452",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:41",
"dateTime": "2026-06-16T23:22:41Z",
"dateTimePub": "2026-06-16T22:56:43Z",
"dataType": "news",
"sim": 0.6431372761726379,
"url": "https://www.timescolonist.com/national-news/police-say-no-criminality-suspected-after-12-students-injured-at-bc-waterpark-12430560",
"title": "Police say no criminality suspected after 12 students injured at B.C. waterpark",
"body": "CHILLIWACK -- Mounties in British Columbia's Fraser Valley say early indications show no criminality after 12 students were hospitalized Monday in what appears to have been an electrical accident at a water park. Const.\n\nCHILLIWACK -- Mounties in British Columbia's Fraser Valley say early indications show no criminality after 12 students were hospitalized Monday in what appears to have been an electrical accident at a water park.\n\nConst. Brad Holditch with the Upper Fraser Valley detachment says Technical Safety BC has taken charge of the investigation at Cultus Lake Waterpark east of Vancouver, and nothing is being ruled out at this point.\n\nMeanwhile, workplace safety agency WorkSafeBC says in an email that it has issued a stop-work order at the waterpark, and operations will not resume until it has been deemed safe to do so.\n\nIn a Facebook post, the Cultus Lake Waterpark describes the case as an \"electrical incident\" while adding they are fully co-operating with investigators.\n\nTechnical Safety BC has not released a statement in response to a request for comment on the case.\n\nWorkSafeBC says the incident happened at roughly 11:20 a.m. Monday, where Chilliwack RCMP had said children from Minnekhada Middle School in the Coquitlam School District made contact with a railing in the queuing area beneath a ride.\n\nThe park describes the ride as the \"Zero to 60\" waterslide, and the railing was part of \"a steel frame tent structure with handrails.\"\n\n\"This structure is understood to be the object which victims came in contact with,\" the park says.\n\nThe school district has said that the students in Grade 6 and 7 were on a field trip to the park at the time, and Holditch says the youth hospitalized were between 12 and 13 in age and are \"doing well,\" without releasing further details.\n\nTwo of the 12 students had to be airlifted to hospital after the incident.\n\n\"I would say it's a serious event where a number of young people have to go to hospital,\" he says. \"Nothing was life-threatening, but (it was) still very scary for those involved and for the community at large.\"\n\nNeither the RCMP nor WorkSafeBC have released any additional details on the case.\n\nFraser Health has not provided an update on the students' conditions, and Holditch declined to go into details due to privacy reasons beyond saying police have received reports they are doing well.\n\nHolditch also declined to confirm the students were injured via electrocution.\n\n\"The park is closed right now as the investigation takes place,\" he says. \"As a parent myself, I can see the concern. Right now, there's no risk to the public at large and the park remains closed.\"\n\nThe waterpark says it will be closed up to and including next Monday, with updates to be provided \"as they become available.\"\n\n\"At this time, we are not confirming a reopening date,\" the park management says. \"Our immediate closure will continue to be extended and ongoing as needed to adequately complete all thorough reviews, and for us to address the findings and required actions.\"\n\nThis report by The Canadian Press was first published June 16, 2026.",
"source": {
"uri": "timescolonist.com",
"dataType": "news",
"title": "Times Colonist"
},
"authors": [
{
"uri": "canadian_press@timescolonist.com",
"name": "Canadian Press",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Fraser_Valley",
"type": "loc",
"score": 5,
"label": {
"eng": "Fraser Valley"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Chilliwack",
"type": "loc",
"score": 5,
"label": {
"eng": "Chilliwack"
},
"location": {
"type": "place",
"label": {
"eng": "Chilliwack"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water_park",
"type": "wiki",
"score": 5,
"label": {
"eng": "Water park"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Royal_Canadian_Mounted_Police",
"type": "wiki",
"score": 5,
"label": {
"eng": "Royal Canadian Mounted Police"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crime",
"type": "wiki",
"score": 5,
"label": {
"eng": "Crime"
}
},
{
"uri": "http://en.wikipedia.org/wiki/British_Columbia",
"type": "loc",
"score": 5,
"label": {
"eng": "British Columbia"
},
"location": {
"type": "place",
"label": {
"eng": "British Columbia"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cultus_Lake,_British_Columbia",
"type": "loc",
"score": 4,
"label": {
"eng": "Cultus Lake, British Columbia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/WorkSafeBC",
"type": "wiki",
"score": 4,
"label": {
"eng": "WorkSafeBC"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Occupational_safety_and_health",
"type": "wiki",
"score": 3,
"label": {
"eng": "Occupational safety and health"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vancouver",
"type": "loc",
"score": 3,
"label": {
"eng": "Vancouver"
},
"location": {
"type": "place",
"label": {
"eng": "Vancouver"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/School_district",
"type": "wiki",
"score": 2,
"label": {
"eng": "School district"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Facebook",
"type": "org",
"score": 2,
"label": {
"eng": "Facebook"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Steel",
"type": "wiki",
"score": 2,
"label": {
"eng": "Steel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coquitlam",
"type": "loc",
"score": 2,
"label": {
"eng": "Coquitlam"
},
"location": {
"type": "place",
"label": {
"eng": "Coquitlam"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electrocution",
"type": "wiki",
"score": 1,
"label": {
"eng": "Electrocution"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fraser_Health",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fraser Health"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Canadian_Press",
"type": "org",
"score": 1,
"label": {
"eng": "The Canadian Press"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 19
},
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 15
},
{
"uri": "dmoz/Recreation/Theme_Parks",
"label": "dmoz/Recreation/Theme Parks",
"wgt": 17
},
{
"uri": "dmoz/Science/Technology/Safety_Engineering",
"label": "dmoz/Science/Technology/Safety Engineering",
"wgt": 20
},
{
"uri": "dmoz/Sports/Cycling/Safety",
"label": "dmoz/Sports/Cycling/Safety",
"wgt": 15
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 68
}
],
"image": "https://www.vmcdn.ca/f/files/shared/feeds/cp/2026/06/0bcc1ef66b69fe0f87200e31b1a1b83f46b17443cb9e2099baf3670e07aae6ed.jpg;w=1200;h=800;mode=crop",
"eventUri": "eng-11746475",
"sentiment": -0.02745098039215688,
"wgt": 519348161,
"relevance": 1
},
{
"uri": "9360391327",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:18",
"dateTime": "2026-06-16T23:22:18Z",
"dateTimePub": "2026-06-16T23:20:57Z",
"dataType": "news",
"sim": 0,
"url": "https://www.perthnow.com.au/news/business/westpac-warns-diesel-could-top-3l-despite-us-iran-ceasefire-c-22442959",
"title": "Dire $3/L fuel prediction as peace deal looms",
"body": "Diesel will hit $3.07-a-litre and petrol will climb to $2.68 by the end of the year if the US-Iran ceasefire stalls, economists at one of the big four banks predicts.\n\nThat grim forecast would push Australia's headline inflation rate to nearly 6 per cent by Christmas this year.\n\nWestpac's head of business economics Sian Fenner said the bank's most likely forecast showed oil prices would normalise by the end of 2027, with petrol prices rising from July as the full Australian government fuel excise comes back on.\n\nThe bank predicts petrol prices fall back below $2 a litre in early 2027 and diesel falls back under $2 in mid-2027.\n\nUnder a still-murky peace deal to be signed on Friday, the US has agreed to stop blockading Iranian ports.\n\n\"Ships of the World, start your engines. Let the oil flow!\" Donald Trump posted online. The US President claimed no less than 40 times since hostilities began in late-February that a peace deal was imminent.\n\nIranian news agency Mehr published a 14-point draft agreement, which includes and end to hostilities on all fronts, including Lebanon, the lifting of the US naval blockade within 30 days, the US withdrawing its forces from around Iran, and the reopening of the Strait of Hormuz.\n\nThe draft agreement includes the suspension of US sanctions on oil sales, reaching a final agreement on Iran's nuclear activities within 60 days, and the release of $24bn in frozen Iranian assets.\n\nWith Australia receiving its petrol, diesel and jet fuel at the end of a long supply chain, reopening of the Strait of Hormuz still brings at least months-long effects.\n\nMs Fenner said the immediate dip in oil prices since news of the agreement would subside.\n\n\"We expect this optimism to be pared back, with prices to push higher as it becomes evident that the return of Gulf oil production will still take time,\" she said in a note on Wednesday.\n\nIn a \"faster rebound\" scenario, Westpac forecasts petrol prices fall back below $2 a litre in early 2027 and diesel falls back under $2 in mid-2027.\n\nLower energy prices knock about 0.5 percentage points of Australia's headline inflation rate to 4.2 per cent by the end of 2026 under this scenario.\n\nUnder an \"adverse\" Strait reopening scenario, only 30 to 40 per cent of ships return to the crucial waterway; this pushes oil to above the 2008 peak of US$150 a barrel, driving Australian diesel prices to $3.07 a litre by the end of the year, and petrol to $2.68.\n\nEnergy intensive goods like plastic and fertiliser, combined with elevated production and transport costs, pushes headline inflation in Australia to 6 per cent, and trimmed inflation to 3.4 per cent.\n\n\"In this scenario the Australian economy records several quarters of negative growth as higher inflation and interest rates further erode household disposable income and households pull back from spending on discretionary goods and services,\" Ms Fenner said.\n\n\"Businesses defer or cancel new investments amid higher cost pressures, elevated interest rates and weaker demand.\"\n\n\"For New Zealand, the impact is more pronounced.\"",
"source": {
"uri": "perthnow.com.au",
"dataType": "news",
"title": "Perth Now"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Westpac",
"type": "org",
"score": 5,
"label": {
"eng": "Westpac"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ceasefire",
"type": "wiki",
"score": 5,
"label": {
"eng": "Ceasefire"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Diesel_fuel",
"type": "wiki",
"score": 5,
"label": {
"eng": "Diesel fuel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gasoline",
"type": "wiki",
"score": 5,
"label": {
"eng": "Gasoline"
}
},
{
"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/Blockade",
"type": "wiki",
"score": 4,
"label": {
"eng": "Blockade"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 4,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australia",
"type": "loc",
"score": 4,
"label": {
"eng": "Australia"
},
"location": {
"type": "country",
"label": {
"eng": "Australia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_Government",
"type": "wiki",
"score": 3,
"label": {
"eng": "Australian Government"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Price_of_oil",
"type": "wiki",
"score": 3,
"label": {
"eng": "Price of oil"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Hormuz",
"type": "wiki",
"score": 3,
"label": {
"eng": "Strait of Hormuz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Christmas",
"type": "wiki",
"score": 3,
"label": {
"eng": "Christmas"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Inflation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Inflation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economics",
"type": "wiki",
"score": 3,
"label": {
"eng": "Economics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_sanctions_against_Iran",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States sanctions against Iran"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jet_fuel",
"type": "wiki",
"score": 2,
"label": {
"eng": "Jet fuel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supply_chain",
"type": "wiki",
"score": 2,
"label": {
"eng": "Supply chain"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 2,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lebanon",
"type": "loc",
"score": 2,
"label": {
"eng": "Lebanon"
},
"location": {
"type": "country",
"label": {
"eng": "Lebanon"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Disposable_and_discretionary_income",
"type": "wiki",
"score": 1,
"label": {
"eng": "Disposable and discretionary income"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Waterway",
"type": "wiki",
"score": 1,
"label": {
"eng": "Waterway"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fertilizer",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fertilizer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Barrel",
"type": "wiki",
"score": 1,
"label": {
"eng": "Barrel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Plastic",
"type": "wiki",
"score": 1,
"label": {
"eng": "Plastic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Interest_rate",
"type": "wiki",
"score": 1,
"label": {
"eng": "Interest rate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 1,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
],
"categories": [
{
"uri": "dmoz/Business/Energy/Oil_and_Gas",
"label": "dmoz/Business/Energy/Oil and Gas",
"wgt": 17
},
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 15
},
{
"uri": "dmoz/Science/Technology/Energy",
"label": "dmoz/Science/Technology/Energy",
"wgt": 18
},
{
"uri": "dmoz/Science/Environment/Energy",
"label": "dmoz/Science/Environment/Energy",
"wgt": 15
},
{
"uri": "dmoz/Business/Management/Supply_Chain",
"label": "dmoz/Business/Management/Supply Chain",
"wgt": 14
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 100
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 58
},
{
"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": 83
}
],
"image": "https://images.perthnow.com.au/publication/C-22442959/bb728b2ec34a7ca515bbfa3fb29ca100173910e7-16x9-x243y0w1563h879.jpg?imwidth=1200",
"eventUri": null,
"sentiment": -0.0117647058823529,
"wgt": 519348138,
"relevance": 1
},
{
"uri": "9360391328",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:18",
"dateTime": "2026-06-16T23:22:18Z",
"dateTimePub": "2026-06-16T23:20:06Z",
"dataType": "news",
"sim": 0.658823549747467,
"url": "https://www.perthnow.com.au/news/politics/futile-israeli-ambassador-rejects-afp-flotilla-probe-c-22442925",
"title": "'Futile': Israeli ambassador rejects AFP flotilla probe",
"body": "Federal police are wasting their time on a \"futile\" investigation into allegations Australian activists were sexually assaulted by Israeli authorities while delivering aid to Gaza, the country's ambassador says.\n\nEleven Australians took part in the Global Sumud Flotilla to Gaza in May when they were detained in international waters at gunpoint, before being imprisoned and eventually deported from Israel.\n\nMembers of the group allege they experienced violence, sexual assault and abuse while in the custody of the Israelis.\n\nAustralian Federal Police have begun inquiries into the allegations.\n\nBut Israel's ambassador to Australia Hillel Newman said he had not seen any request from federal police.\n\n\"They're wasting their time on such a futile accusation of such kind,\" he told ABC radio on Wednesday.\n\n\"We respect the AFP. If this is a professional examination, I'm sure we will co-operate. If this a witch hunt and trying to support a wild accusations, then I'm not sure how we will respond to it.\"\n\nMembers of the flotilla met with Foreign Minister Penny Wong and AFP representatives at Parliament House on Monday.\n\nSenator Wong has previously told parliamentary hearings she believed the testimonies of the Australian activists.\n\nMr Newman rejected the allegations of the flotilla members, saying there was no evidence to support their claims.\n\n\"These people are not random, innocent people. These are professional provocateurs,\" he said.\n\n\"You can't wake up any morning and be accused of rape, and then you have to go and prove that you didn't do it.\n\n\"We respect the AFP, but you cannot prove a negative, you cannot prove that you didn't.\"\n\nNeve O'Connor, who participated in the flotilla, said the group wanted to see \"strong accountability\".\n\n\"We would like to see a government that acts on behalf of their Australian citizens who have been abused, tortured, and raped, and actually act on our benefits,\" she told reporters on Monday.\n\nIsrael's National Security Minister Itamar Ben-Gvir attracted global condemnation after he posted a video of himself taunting detained activists as they knelt on the ground with their hands zip-tied behind their backs.",
"source": {
"uri": "perthnow.com.au",
"dataType": "news",
"title": "Perth Now"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 5,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australia",
"type": "loc",
"score": 5,
"label": {
"eng": "Australia"
},
"location": {
"type": "country",
"label": {
"eng": "Australia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_Federal_Police",
"type": "wiki",
"score": 4,
"label": {
"eng": "Australian Federal Police"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sexual_assault",
"type": "wiki",
"score": 4,
"label": {
"eng": "Sexual assault"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gaza_Strip",
"type": "loc",
"score": 4,
"label": {
"eng": "Gaza Strip"
},
"location": {
"type": "place",
"label": {
"eng": "Gaza Strip"
},
"country": {
"type": "country",
"label": {
"eng": "Palestine"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sumud",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sumud"
}
},
{
"uri": "http://en.wikipedia.org/wiki/International_waters",
"type": "loc",
"score": 3,
"label": {
"eng": "International waters"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Law_enforcement_agency",
"type": "wiki",
"score": 3,
"label": {
"eng": "Law enforcement agency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Deportation",
"type": "wiki",
"score": 3,
"label": {
"eng": "Deportation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Penny_Wong",
"type": "person",
"score": 2,
"label": {
"eng": "Penny Wong"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Parliament_House,_Canberra",
"type": "wiki",
"score": 2,
"label": {
"eng": "Parliament House, Canberra"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_Broadcasting_Corporation",
"type": "org",
"score": 2,
"label": {
"eng": "Australian Broadcasting Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_Senate",
"type": "wiki",
"score": 2,
"label": {
"eng": "Australian Senate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Foreign_Affairs_(Israel)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ministry of Foreign Affairs (Israel)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Witch-hunt",
"type": "wiki",
"score": 2,
"label": {
"eng": "Witch-hunt"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Itamar_Ben-Gvir",
"type": "wiki",
"score": 1,
"label": {
"eng": "Itamar Ben-Gvir"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rape",
"type": "wiki",
"score": 1,
"label": {
"eng": "Rape"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Torture",
"type": "wiki",
"score": 1,
"label": {
"eng": "Torture"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 17
},
{
"uri": "dmoz/Society/Support_Groups/Sexual_Abuse",
"label": "dmoz/Society/Support Groups/Sexual Abuse",
"wgt": 17
},
{
"uri": "dmoz/Society/Issues/Violence_and_Abuse",
"label": "dmoz/Society/Issues/Violence and Abuse",
"wgt": 20
},
{
"uri": "dmoz/Society/Government/Parliaments_and_Legislatures",
"label": "dmoz/Society/Government/Parliaments and Legislatures",
"wgt": 16
},
{
"uri": "dmoz/Society/Support_Groups/Rape",
"label": "dmoz/Society/Support Groups/Rape",
"wgt": 16
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 77
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 89
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 96
}
],
"image": "https://images.perthnow.com.au/publication/C-22442925/75ef173912fdf7886a4a58ad4676fe64b9a22558-16x9-x0y0w1280h720.jpg?imwidth=1200",
"eventUri": "eng-11745318",
"sentiment": -0.2705882352941177,
"wgt": 519348138,
"relevance": 1
},
{
"uri": "9360391239",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:17",
"dateTime": "2026-06-16T23:22:17Z",
"dateTimePub": "2026-06-16T13:21:19Z",
"dataType": "news",
"sim": 0.5215686559677124,
"url": "https://www.justhorseracing.com.au/news/australian-racing/bow-echo-toughs-it-out-in-st-jamess-palace-stakes/897240",
"title": "Watch 📺 Bow Echo toughs it out in St James's Palace Stakes",
"body": "Bow Echo may not have had it all his own way this time but his class shone through for a Royal Ascot victory in the St James's Palace Stakes (1603m).\n\nA third group one win for jockey Billy Loughnane, Bow Echo ($1.83/5-6) followed up on the pair's Group 1 2000 Guineas (1600m) win at Newmarket on May 3 despite a hard marked performance from the jockey's review in the head-margin victory over the Aiden O'Brien-trained Gstaad ($3/2-1)\n\n\"It was a tactical race but, to be honest, I wouldn't put it down as my finest rides,\" Loughnane said.\n\n\"The horse definitely got me out of trouble today. It was messy and I didn't want to go to the fence and make it hard. I wanted to have a smooth run but I had a horrible passage.\"\n\n\"He showed his class.\"\n\nNewmarket-based trainer George Boughey indicated that the different situation could be the making of the three-year-old colt.\n\n\"This is the first time he has been in a battle,\" trainer George Boughey said.\n\n\"It was quite a scrap early doors. He was almost keen at one point. I think we'll see a better horse now that he has been in a scrap like that.\n\n\"He's done everything we hoped and it is by margins in this game. Lucky he was on the right side of it.\"\n\nA date at Glorious Goodwood awaits Bow Echo with a start in the Group 1 Sussex Stakes (1609) next up on July 29.\n\n\"The horse is taking his racing very well and he was ready a couple of weeks ago,\" Boughey added and was glowing in his praise of his rising star hoop.\n\n\"At Billy's own admission he might had committed sooner than he'd hoped but this as very much as far as this horse wants to go and being able to ride him a little bit colder in a more straightforward, evenly run race, hopefully we can see him continue to progress.\n\n\"It is a dream to be trusted with and training horses like this and to be doing it will Billy makes it even more special.\n\n\"He's like younger brother. I've had a lot of good young riders ride for me but he is an exceptional talent.\"",
"source": {
"uri": "justhorseracing.com.au",
"dataType": "news",
"title": "Just Horse Racing 🏇"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/St_James's_Palace_Stakes",
"type": "wiki",
"score": 5,
"label": {
"eng": "St James's Palace Stakes"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jockey",
"type": "wiki",
"score": 4,
"label": {
"eng": "Jockey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ascot_Racecourse",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ascot Racecourse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Group_races",
"type": "wiki",
"score": 3,
"label": {
"eng": "Group races"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Group_One",
"type": "wiki",
"score": 3,
"label": {
"eng": "Group One"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Horse_trainer",
"type": "wiki",
"score": 3,
"label": {
"eng": "Horse trainer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Newmarket,_Suffolk",
"type": "loc",
"score": 3,
"label": {
"eng": "Newmarket, Suffolk"
},
"location": {
"type": "place",
"label": {
"eng": "Newmarket, Suffolk"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Colt_(horse)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Colt (horse)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sussex_Stakes",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sussex Stakes"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goodwood_Racecourse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Goodwood Racecourse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Horse_racing",
"type": "wiki",
"score": 1,
"label": {
"eng": "Horse racing"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Arts_and_Entertainment/Amusement_Parks_and_Attractions",
"label": "dmoz/Business/Arts and Entertainment/Amusement Parks and Attractions",
"wgt": 11
},
{
"uri": "dmoz/Sports/Running/Trail_Running",
"label": "dmoz/Sports/Running/Trail Running",
"wgt": 12
},
{
"uri": "dmoz/Sports/Motorsports",
"label": "dmoz/Sports/Motorsports",
"wgt": 11
},
{
"uri": "dmoz/Games/Gambling/Sports",
"label": "dmoz/Games/Gambling/Sports",
"wgt": 11
},
{
"uri": "dmoz/Sports/Cycling/Racing",
"label": "dmoz/Sports/Cycling/Racing",
"wgt": 11
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/horse_racing",
"label": "iptc/sport/competition discipline/horse racing",
"wgt": 100
}
],
"image": "https://www.justhorseracing.com.au/wp-content/uploads/2026/06/Bow-Echo-toughs-it-out-in-St-Jamess-Palace-1024x576.jpg",
"eventUri": "eng-11742862",
"sentiment": -0.05098039215686279,
"wgt": 519348137,
"relevance": 1
},
{
"uri": "9360391196",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:16",
"dateTime": "2026-06-16T23:22:16Z",
"dateTimePub": "2026-06-16T23:21:05Z",
"dataType": "news",
"sim": 0.5254902243614197,
"url": "https://www.afr.com/chanticleer/surging-spacex-is-a-meme-stock-now-but-it-still-must-defy-history-20260617-p607i1",
"title": "Surging SpaceX is a meme stock now. But it still must defy history",
"body": "SpaceX's value has soared $1.3 trillion in three sessions on Wall Street. This is a story of momentum and market mechanics, not maths.\n\nAnother day, another $US122 billion ($173 billion) added to the valuation of SpaceX, the shooting star of global markets.\n\nIn yet another frenetic session on Wall Street - some $US66 billion worth of shares in Elon Musk's conglomerate changed hands - SpaceX surged as much as 17 per cent, taking its market value to a peak of $US2.97 trillion, ahead of the valuations of Amazon and Microsoft, which are worth $2.64 trillion and $2.93 trillion respectively.",
"source": {
"uri": "afr.com",
"dataType": "news",
"title": "Australian Financial Review"
},
"authors": [
{
"uri": "james_thomson@afr.com",
"name": "James Thomson",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/SpaceX",
"type": "org",
"score": 5,
"label": {
"eng": "SpaceX"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wall_Street",
"type": "wiki",
"score": 3,
"label": {
"eng": "Wall Street"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Internet_meme",
"type": "wiki",
"score": 3,
"label": {
"eng": "Internet meme"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Orders_of_magnitude_(numbers)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Orders of magnitude (numbers)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mechanics",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mechanics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Momentum",
"type": "wiki",
"score": 2,
"label": {
"eng": "Momentum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Valuation_(finance)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Valuation (finance)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mathematics",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mathematics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Amazon_(company)",
"type": "org",
"score": 1,
"label": {
"eng": "Amazon (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Conglomerate_(company)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Conglomerate (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Elon_Musk",
"type": "person",
"score": 1,
"label": {
"eng": "Elon Musk"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Microsoft",
"type": "org",
"score": 1,
"label": {
"eng": "Microsoft"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Investing/Stocks_and_Bonds",
"label": "dmoz/Business/Investing/Stocks and Bonds",
"wgt": 25
},
{
"uri": "dmoz/Business/Investing/Research_and_Analysis",
"label": "dmoz/Business/Investing/Research and Analysis",
"wgt": 16
},
{
"uri": "dmoz/Business/Investing/Day_Trading",
"label": "dmoz/Business/Investing/Day Trading",
"wgt": 16
},
{
"uri": "dmoz/Business/Investing/Games",
"label": "dmoz/Business/Investing/Games",
"wgt": 15
},
{
"uri": "dmoz/Business/Opportunities/Valuation_Services",
"label": "dmoz/Business/Opportunities/Valuation Services",
"wgt": 21
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 46
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 51
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 80
},
{
"uri": "iptc/science_and_technology",
"label": "iptc/science and technology",
"wgt": 52
}
],
"image": "https://static.ffx.io/images/$zoom_0.3151%2C$multiply_3%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_110/t_crop_custom/c_scale%2Cw_800%2Cq_88%2Cf_jpg/t_afr_opinion_no_age_social_wm/326a07080ad33ca236b250f56715b4c8905b9663",
"eventUri": "eng-11748537",
"sentiment": 0.2705882352941176,
"wgt": 519348136,
"relevance": 1
},
{
"uri": "9360391290",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:15",
"dateTime": "2026-06-16T23:22:15Z",
"dateTimePub": "2026-06-16T23:21:58Z",
"dataType": "news",
"sim": 0,
"url": "https://www.miragenews.com/asic-bolsters-fight-against-financial-imposter-1693656/",
"title": "ASIC Bolsters Fight Against Financial Imposter Scams",
"body": "ASIC is making it easier to check if a website of an Australian financial services (AFS) licensee such as a bank, investment platform or super fund, is legitimate.\n\nCriminals are increasingly copying the names, licence numbers and websites of AFS licensees to create fake websites and publish investment scam advertisements.\n\nASIC is collecting and publishing website addresses of AFS licensees on its Professional Registers Search (PRS), with more than 6,500 AFS licensees invited to provide their website details since launching in early May.\n\n'As the website addresses of more AFS licensees are collected, Australians will be able to more easily distinguish a genuine financial services website from a scam or imposter website by checking against website addresses listed on ASIC's register,' said ASIC Commissioner Alan Kirkland.\n\n'It will also support businesses, including digital and social media platforms, to strengthen verification processes for financial services advertising.'\n\nASIC is urging every AFS licensee to participate and aims to have most AFS licensee website addresses added to the PRS within the coming months.\n\n'ASIC recognises the importance of having a complete register for businesses and consumers. We may consider using compulsory powers to achieve a complete register, if required,' Commissioner Kirkland said.\n\n'Scams are an economy-wide problem and demand an economy-wide response. ASIC is encouraging consumers engaging with AFS licensees whose website addresses aren't listed to ask them why not.'\n\nThe website addresses are available on ASIC's PRS. The PRS shows:\n\n* An AFS licensee's principal website and other websites (if provided)\n\n* Whether an AFS licensee does not operate a website, and/or\n\n* Whether an AFS licensee has not yet supplied their website addresses.\n\nIf a website claiming to belong to an AFS licensee is not listed on the PRS, consumers and businesses should be cautious and should contact the AFS licensee using details from their principal website on the PRS (if available) or conduct further research.\n\nWebsite addresses for authorised representatives are not included in the initiative. However, AFS licensees may publish information on their own websites to help consumers verify the websites of their authorised representatives.\n\nConsumers and businesses can search the PRS using an AFS licensee's name, ABN, ACN or AFS licence number and then check the 'Principal website' field and the 'Websites' section to confirm if a website address is genuine.\n\nAFS licensees can voluntarily add their website addresses through the Regulatory Portal by submitting a Notify Change of Details of an Australian financial services licence transaction.\n\nThis initiative forms part of ASIC's broader work to reduce scams and protect consumers from financial harm. It also comes as new quarterly data from Scamwatch and ReportCyber shows there was a combined total of 60,657 scam reports in the first three months of 2026, with reported losses of $248.3 million.\n\nSince its launch in late 2023, approximately 20% of all new Moneysmart investor alert listings involve impersonation of an ASIC licensee, a licensee's authorised representative and/or a registered company, highlighting the importance of having a trusted source of website addresses.\n\nSupport for businesses impacted by scams\n\nASIC has also launched new online resources to help businesses avoid and respond to scams.\n\nThese resources bring together ASIC's scam alerts and warnings, and information about ASIC's scam disruption, reviews and enforcement work.\n\nThey are designed to support businesses that have been impersonated and targeted by scams.\n\nThese resources complement, but do not replace Moneysmart, which remains ASIC's source of scams information for consumers.\n\nProtect yourself\n\nStop\n\nDon't give personal information or transfer funds to someone offering you an investment opportunity unless you can independently verify who they are.\n\nCheck\n\nUse website address information on ASIC's PRS to check before you invest.\n\nProtect\n\nIf you come across a website impersonating an AFS licensee, help others by reporting to Scamwatch.\n\n/Public Release. This material from the originating organization/author(s) might be of the point-in-time nature, and edited for clarity, style and length. Mirage.News does not take institutional positions or sides, and all views, positions, and conclusions expressed herein are solely those of the author(s).View in full here.",
"source": {
"uri": "miragenews.com",
"dataType": "news",
"title": "Mirage News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/PRS_for_Music",
"type": "org",
"score": 5,
"label": {
"eng": "PRS for Music"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Application-specific_integrated_circuit",
"type": "wiki",
"score": 5,
"label": {
"eng": "Application-specific integrated circuit"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Financial_services",
"type": "wiki",
"score": 5,
"label": {
"eng": "Financial services"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australia",
"type": "loc",
"score": 5,
"label": {
"eng": "Australia"
},
"location": {
"type": "country",
"label": {
"eng": "Australia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Advertising",
"type": "wiki",
"score": 3,
"label": {
"eng": "Advertising"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_media",
"type": "wiki",
"score": 3,
"label": {
"eng": "Social media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_Business_Number",
"type": "wiki",
"score": 2,
"label": {
"eng": "Australian Business Number"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Confidence_trick",
"type": "wiki",
"score": 2,
"label": {
"eng": "Confidence trick"
}
},
{
"uri": "http://en.wikipedia.org/wiki/URL",
"type": "wiki",
"score": 1,
"label": {
"eng": "URL"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Complement_(set_theory)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Complement (set theory)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Public_company",
"type": "wiki",
"score": 1,
"label": {
"eng": "Public company"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Investing",
"label": "dmoz/Business/Investing",
"wgt": 21
},
{
"uri": "dmoz/Society/Issues/Business",
"label": "dmoz/Society/Issues/Business",
"wgt": 20
},
{
"uri": "dmoz/Society/Issues/Fraud",
"label": "dmoz/Society/Issues/Fraud",
"wgt": 32
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Services",
"label": "dmoz/Business/Financial Services/Investment Services",
"wgt": 21
},
{
"uri": "dmoz/Business/Financial_Services/Marketing_and_Advertising",
"label": "dmoz/Business/Financial Services/Marketing and Advertising",
"wgt": 19
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 96
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 77
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 54
}
],
"image": "https://cdn1.miragenews.com/tmp_cache?cdn=images.unsplash.com%2Fphoto-1538688273852-e29027c0c176%3Fixlib%3Drb-1.2.1%26amp%3Bixid%3DMnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8%26amp%3Bauto%3Dformat%26amp%3Bfit%3Dcrop%26amp%3Bw%3D750%26amp%3Bq%3D80",
"eventUri": null,
"sentiment": -0.0117647058823529,
"wgt": 519348135,
"relevance": 1
},
{
"uri": "9360389488",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:19:37",
"dateTime": "2026-06-16T23:19:37Z",
"dateTimePub": "2026-06-16T23:19:01Z",
"dataType": "news",
"sim": 0,
"url": "https://www.miragenews.com/predator-control-boost-to-shield-endangered-1693651/",
"title": "Predator Control Boost to Shield Endangered Wildlife",
"body": "Threatened native wildlife will get a reprieve from predators with a $14.1 million boost to predator control funding, Conservation Minister Tama Potaka says.\n\nThe investment from the International Visitor Conservation and Tourism Levy (IVL) will support the Department of Conservation to scale up its predator control work to protect native species facing increased threat from a major South Island beech mast.\n\nThis year beech forests throughout the South Island have dropped trillions of seeds, fuelling rat and stoat breeding, which will put vulnerable native birds, bats and other wildlife at high risk over the coming year.\n\n\"We're funding more predator control to protect our precious wildlife in national parks and other priority sites across the South Island,\" says Mr Potaka.\n\n\"The additional funds will be targeted to Kahurangi, Arthur's Pass, Mount Aspiring and Fiordland national parks, which are some of our most popular visitor sites.\n\n\"DOC will control predators over more than 360,000 ha at these sites and in the Maruia, Arawhata and Landsborough valleys on the West Coast.\n\n\"This work will help safeguard species such as mohua/yellowhead, kākāriki karaka/orange-fronted parakeet, piwauwau/rock wren, pekapeka/bats, whio, kea and kiwi.\n\n\"Aotearoa New Zealand is the only place in the world you find these unique species. They are a drawcard for international tourists and Kiwis alike, who visit these places to get out in nature.\n\n\"We have seen the recovery of native birds like mohua, rock wren and kiwi in areas where rats, possums and stoats are effectively suppressed.\n\n\"With sustained predator control we can hold the line for our biodiversity as we work towards achieving New Zealand's predator free goal.\"\n\nThe IVL funding enables DOC to scale up to deliver its largest predator control programme ever across one million hectares or 12 per cent of public conservation land in 2026/27.\n\n/Public Release. This material from the originating organization/author(s) might be of the point-in-time nature, and edited for clarity, style and length. Mirage.News does not take institutional positions or sides, and all views, positions, and conclusions expressed herein are solely those of the author(s).View in full here.",
"source": {
"uri": "miragenews.com",
"dataType": "news",
"title": "Mirage News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/South_Island",
"type": "loc",
"score": 5,
"label": {
"eng": "South Island"
},
"location": {
"type": "place",
"label": {
"eng": "South Island"
},
"country": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Predation",
"type": "wiki",
"score": 5,
"label": {
"eng": "Predation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hunting",
"type": "wiki",
"score": 5,
"label": {
"eng": "Hunting"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wildlife",
"type": "wiki",
"score": 5,
"label": {
"eng": "Wildlife"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Department_of_Conservation_(New_Zealand)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Department of Conservation (New Zealand)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Beech",
"type": "wiki",
"score": 4,
"label": {
"eng": "Beech"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Native_species",
"type": "wiki",
"score": 3,
"label": {
"eng": "Native species"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mast_(botany)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Mast (botany)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yellowhead_(bird)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Yellowhead (bird)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rat",
"type": "wiki",
"score": 3,
"label": {
"eng": "Rat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_park",
"type": "wiki",
"score": 3,
"label": {
"eng": "National park"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stoat",
"type": "wiki",
"score": 3,
"label": {
"eng": "Stoat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Endangered_species",
"type": "wiki",
"score": 3,
"label": {
"eng": "Endangered species"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bat",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seed",
"type": "wiki",
"score": 3,
"label": {
"eng": "Seed"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bird",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bird"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Eupsittula_canicularis",
"type": "wiki",
"score": 2,
"label": {
"eng": "Eupsittula canicularis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kiwi_(bird)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Kiwi (bird)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rock_wren",
"type": "wiki",
"score": 2,
"label": {
"eng": "Rock wren"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kākāriki",
"type": "wiki",
"score": 2,
"label": {
"eng": "Kākāriki"
}
},
{
"uri": "http://en.wikipedia.org/wiki/West_Coast,_New_Zealand",
"type": "loc",
"score": 2,
"label": {
"eng": "West Coast, New Zealand"
},
"location": {
"type": "place",
"label": {
"eng": "West Coast, New Zealand"
},
"country": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fiordland",
"type": "loc",
"score": 2,
"label": {
"eng": "Fiordland"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Vulnerable_species",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vulnerable species"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arthur's_Pass",
"type": "loc",
"score": 2,
"label": {
"eng": "Arthur's Pass"
},
"location": {
"type": "place",
"label": {
"eng": "Arthur's Pass"
},
"country": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 2,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
],
"categories": [
{
"uri": "dmoz/Science/Environment/Biodiversity",
"label": "dmoz/Science/Environment/Biodiversity",
"wgt": 36
},
{
"uri": "dmoz/Society/Issues/Environment",
"label": "dmoz/Society/Issues/Environment",
"wgt": 19
},
{
"uri": "dmoz/Recreation/Outdoors/Wildlife",
"label": "dmoz/Recreation/Outdoors/Wildlife",
"wgt": 25
},
{
"uri": "dmoz/Science/Environment/Forests_and_Rainforests",
"label": "dmoz/Science/Environment/Forests and Rainforests",
"wgt": 18
},
{
"uri": "dmoz/Health/Animal/Wildlife",
"label": "dmoz/Health/Animal/Wildlife",
"wgt": 18
},
{
"uri": "news/Environment",
"label": "news/Environment",
"wgt": 99
},
{
"uri": "iptc/environment/conservation",
"label": "iptc/environment/conservation",
"wgt": 97
}
],
"image": "https://www.doc.govt.nz/thumbs/hero/globalassets/images/nature/native-animals/birds/rock-wren-tuke/rock-wren-1920.jpg",
"eventUri": null,
"sentiment": 0.3254901960784313,
"wgt": 519347977,
"relevance": 1
},
{
"uri": "9360389492",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:19:37",
"dateTime": "2026-06-16T23:19:37Z",
"dateTimePub": "2026-06-16T23:19:01Z",
"dataType": "news",
"sim": 0,
"url": "https://www.miragenews.com/safer-seals-this-season-for-tauranga-1693649/",
"title": "Safer Seals This Season For Tauranga",
"body": "Seal season is underway, and DOC Tauranga has a set of community stalwarts prepped to check on kekeno / NZ fur seals in distress.\n\nEach year between May and September, young seals and males leave their breeding colonies to explore and rest, occasionally surprising humans by turning up in some very unexpected places.\n\nDOC Biodiversity Ranger Sarah-Lyn Wilson says the seals are generally perfectly fine doing their own thing.\n\n\"So long as we give them plenty of space, and keep our dogs on a lead, they'll eventually find their way back to the ocean. But if they are in danger or severely injured, that's when to call DOC.\"\n\nTrained volunteers in distinctive high visibility vests may be the first responders to a seal in distress in the Tauranga area.\n\nLeigh Pettigrew has been volunteering in the Tauranga area for around 20 years, and says a lot of calls DOC receives about seals are \"red herrings\".\n\n\"You turn up and it's not injured at all, just floated over on its back while playing. Or it's coughing or sneezing, completely normal behaviour.\n\n\"But sometimes the seal will be in dire straits, and if we can do something to help, well that makes it worth giving up your spare time.\"\n\nAround 15 volunteers have been, or are being, upskilled and provided with resources to assess seal health and escalate where appropriate.\n\nSarah-Lyn says the volunteers will support the community to understand and act appropriately around seals.\n\n\"Our trained community volunteers will support us in triaging our response, so our staff can respond to the urgent cases where a seal is on a road, severely injured, or tangled in debris,\" says Sarah-Lyn.\n\n\"If it's not urgent, these volunteers have been empowered to provide assurance and education to the community about seals and their behaviour.\"\n\nLeigh says if he had a message for the public after his years as a volunteer, it would be to keep a respectful distance from seals.\n\n\"Keep your distance, your dogs on a lead, kids safe, and don't get between a seal and the water. That's how to keep yourself and the seal safe,\" says Leigh.\n\nIf you're out naturing and see a seal that is severely injured, being harassed, or in danger, please call 0800 DOC HOT (0800 362 468).\n\nNATURE LOOKS DIFFERENT FROM HERE\n\nNature isn't scenery. Nature is a society that we rely on for everything, every day. It's behind our identity and our way of life.\n\n/Public Release. This material from the originating organization/author(s) might be of the point-in-time nature, and edited for clarity, style and length. Mirage.News does not take institutional positions or sides, and all views, positions, and conclusions expressed herein are solely those of the author(s).View in full here.",
"source": {
"uri": "miragenews.com",
"dataType": "news",
"title": "Mirage News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Department_of_Conservation_(New_Zealand)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Department of Conservation (New Zealand)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pinniped",
"type": "wiki",
"score": 5,
"label": {
"eng": "Pinniped"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tauranga",
"type": "loc",
"score": 5,
"label": {
"eng": "Tauranga"
},
"location": {
"type": "place",
"label": {
"eng": "Tauranga"
},
"country": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fur_seal",
"type": "wiki",
"score": 3,
"label": {
"eng": "Fur seal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bird_colony",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bird colony"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Doc_(computing)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Doc (computing)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dog",
"type": "wiki",
"score": 3,
"label": {
"eng": "Dog"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 3,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait",
"type": "wiki",
"score": 2,
"label": {
"eng": "Strait"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Red_herring",
"type": "wiki",
"score": 2,
"label": {
"eng": "Red herring"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Triage",
"type": "wiki",
"score": 1,
"label": {
"eng": "Triage"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nature_(journal)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Nature (journal)"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Society/Philanthropy/Volunteering",
"label": "dmoz/Society/Philanthropy/Volunteering",
"wgt": 22
},
{
"uri": "dmoz/Science/Environment/Education",
"label": "dmoz/Science/Environment/Education",
"wgt": 12
},
{
"uri": "dmoz/Health/Nursing/Volunteer_Opportunities",
"label": "dmoz/Health/Nursing/Volunteer Opportunities",
"wgt": 17
},
{
"uri": "dmoz/Society/Disabled/Service_Animals",
"label": "dmoz/Society/Disabled/Service Animals",
"wgt": 13
},
{
"uri": "news/Environment",
"label": "news/Environment",
"wgt": 61
},
{
"uri": "iptc/environment/nature",
"label": "iptc/environment/nature",
"wgt": 99
}
],
"image": "https://www.doc.govt.nz/thumbs/hero/globalassets/images/nature/native-animals/marine-mammals/seals/nz-fur-seal/seal-picnic-1920.jpg",
"eventUri": null,
"sentiment": 0.05098039215686279,
"wgt": 519347977,
"relevance": 1
},
{
"uri": "9360389491",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:19:37",
"dateTime": "2026-06-16T23:19:37Z",
"dateTimePub": "2026-06-16T23:19:01Z",
"dataType": "news",
"sim": 0,
"url": "https://www.miragenews.com/hesta-unveils-super-saturday-for-eofy-action-1693655/",
"title": "HESTA Unveils Super Saturday for EOFY Action",
"body": "* Peak weekend of activity ahead of tax time predicted to be 20-21 June, with voluntary super contributions likely to quadruple for the month.\n\n* New research suggests many still unlikely to act, with low awareness of tax benefits.\n\n* 29% say cost of living pressures have affected their ability to manage their super.\n\n* 57% say they would be more likely to take action if they had simple assistance, such as a step-by-step guide or nudge to act.\n\nNew HESTA research suggests Australians could miss out on taking advantage of super tax benefits ahead of June 30, with many unaware of actions they can take to improve their retirement outcomes. To encourage action, HESTA is declaring Saturday 20 June as 'Super Saturday' - urging Australians to take just one hour to get on top of their super. The date coincides with tax time activity forecast to peak in the second last weekend of June.\n\nThe new research1 has found that 58% of members are not planning to take advantage of any superannuation tax benefits before 30 June, with many not clear on options available to them. For those still in the workforce, around one in three pointed to cost-of-living impacts as a key barrier.\n\nHESTA CEO Debby Blakey said the findings were a wake-up call and the reason HESTA is creating a dedicated day to help Australians to act.\n\n\"Super Saturday is about making sure people are aware of the opportunities available to them that can make a real difference to their retirement,\" Ms Blakey said.\n\n\"Given cost-of-living pressures, top-up contributions will not be suitable for everyone, but there are other options and it's a great opportunity to check in on your super. Small steps can help, like seeing if you're eligible for the government co-contribution, consolidating old accounts or considering your retirement strategy. Understanding where you are now and where you are heading builds confidence and supports future decision-making.\n\n\"We've launched Super Saturday as our research suggests people are more likely to act if they have access to simple guidance and encouragement. As the tax time window closes, we want more Australians to take the opportunity to put their financial futures first.\"\n\nMember activity typically surges in June compared to the rest of the year, with prior years' data showing a quadrupling of voluntary contributions and six times the value of spousal contributions, as well as a 30% increase in salary sacrifice contributions. Year-on-year activity in June has been trending higher, with voluntary contributions and spousal contributions rising by over 20% for this month across the past two years2.\n\nHowever, the new research shows there remains mixed awareness of the tax benefits available. Most of those surveyed knew of the option to salary sacrifice or make a personal after-tax contribution into their super, but awareness was well below 50% for all other options.\n\nDespite many not planning to take action before 30 June, 57% said they would be more likely to if they had simple assistance. The top three most helpful supports were a step-by-step guide, a personalised nudge to act and a simple calculator.\n\nTips to consider on Super Saturday:\n\n* Consider topping up your super: either through a personal after-tax contribution or personal deductible contribution.Check your MyGov account for the amount that you may be able to contribute.\n\n* Check if you're eligible for the government co-contribution: If you earn under the threshold, the government may contribute up to $500 to your super.\n\n* Consider contribution splitting to transfer contributions between your super and your spouse's account.\n\n* Consolidate multiple super accounts so you're not paying multiple sets of fees.\n\n* Check your balance, investment strategy and fund's planning tool so you know where you stand and where you are heading.\n\nHESTA members can also access the Fund's Future Planner tool online. Visit hesta.com.au/super-saturday f\n\n/Public Release. This material from the originating organization/author(s) might be of the point-in-time nature, and edited for clarity, style and length. Mirage.News does not take institutional positions or sides, and all views, positions, and conclusions expressed herein are solely those of the author(s).",
"source": {
"uri": "miragenews.com",
"dataType": "news",
"title": "Mirage News"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/HESTA",
"type": "wiki",
"score": 5,
"label": {
"eng": "HESTA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Super_Saturday",
"type": "wiki",
"score": 5,
"label": {
"eng": "Super Saturday"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tax_deduction",
"type": "wiki",
"score": 5,
"label": {
"eng": "Tax deduction"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cost_of_living",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cost of living"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australia",
"type": "loc",
"score": 5,
"label": {
"eng": "Australia"
},
"location": {
"type": "country",
"label": {
"eng": "Australia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pension",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pension"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Decision-making",
"type": "wiki",
"score": 2,
"label": {
"eng": "Decision-making"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Futures_contract",
"type": "wiki",
"score": 2,
"label": {
"eng": "Futures contract"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chief_executive_officer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chief executive officer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Public_company",
"type": "wiki",
"score": 1,
"label": {
"eng": "Public company"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Investment_strategy",
"type": "wiki",
"score": 1,
"label": {
"eng": "Investment strategy"
}
}
],
"categories": [
{
"uri": "dmoz/Home/Personal_Finance",
"label": "dmoz/Home/Personal Finance",
"wgt": 19
},
{
"uri": "dmoz/Business/Accounting/Tax_Negotiation_and_Representation",
"label": "dmoz/Business/Accounting/Tax Negotiation and Representation",
"wgt": 19
},
{
"uri": "dmoz/Society/Lifestyle_Choices/Voluntary_Simplicity",
"label": "dmoz/Society/Lifestyle Choices/Voluntary Simplicity",
"wgt": 21
},
{
"uri": "dmoz/Home/Home_Improvement/Exterior",
"label": "dmoz/Home/Home Improvement/Exterior",
"wgt": 19
},
{
"uri": "dmoz/Business/Investing/Retirement_Planning",
"label": "dmoz/Business/Investing/Retirement Planning",
"wgt": 21
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 88
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 56
}
],
"image": "https://cdn1.miragenews.com/wp-content/uploads/2019/04/news-and-developments.jpg",
"eventUri": null,
"sentiment": 0.419607843137255,
"wgt": 519347977,
"relevance": 1
}
],
"totalResults": 133292,
"page": 1,
"count": 10,
"pages": 13330
}
}