Topics
Countries
Cambodia News
Would you like to access news/blog content published by sources located in Cambodia?
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/Cambodia",
"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%2FCambodia&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": "9456679238",
"lang": "eng",
"isDuplicate": false,
"date": "2026-09-04",
"time": "13:59:32",
"dateTime": "2026-09-04T13:59:32Z",
"dateTimePub": "2026-09-04T13:59:14Z",
"dataType": "news",
"sim": 0.5137255191802979,
"url": "https://www.cambodiantimes.com/news/279286275/blue-jays-bid-to-make-up-for-recent-performance-vs-royals",
"title": "Blue Jays bid to make up for recent performance vs. Royals",
"body": "(Photo credit: Ken Blaze-Imagn Images)\n\nFor the Toronto Blue Jays to have a chance at moving into an American League wild-card spot this weekend, they'll likely need to play better vs. the Kansas City Royals than they did against the team last week.\n\nThe Blue Jays (70-71) will aim for their third straight victory on Friday night when they open a three-game series against the host Royals (63-78), who can play postseason spoiler.\n\nIt's been a frustrating follow-up to last season's near-miss of a World Series title for Toronto, but the Blue Jays have won 21 of their last 33 games.\n\nAfter winning the final two contests of a three-game set at Cleveland this week, the Jays are a half-game behind the Guardians in the chase for the AL's final wild-card spot.\n\n'Every day is a new challenge,' Toronto manager John Schneider said. 'You've got to take the good from the (Cleveland) series, move on and try to stack some more good days together.'\n\nAfter outscoring the Guardians 17-3 in the last two contests, Toronto has averaged 6.2 runs during its current 5-1 stretch.\n\n'We've got to turn the page and try to do it against a (Kansas City) team that just played us really tough at home,' Schneider said.\n\nBefore their current surge, the Blue Jays dropped two of three games to the visiting Royals from Aug. 25-27. Toronto totaled just eight runs during that series, and star Vladimir Guerrero Jr. went 2-for-11.\n\nGuerrero had four hits, including a three-run homer, at Cleveland, however. And teammate Nathan Lukes is batting .343 with three home runs and 11 RBIs in his last 10 games.\n\nJameson Taillon (2-6, 5.68 ERA) is slated to come off the injured list from forearm tendinitis to make his third start since the Blue Jays acquired him from the Chicago Cubs on Aug. 2. The veteran right-hander has allowed three runs, seven hits and five walks over eight innings in his Toronto tenure.\n\nHe hasn't faced the Royals since 2023, but he has yielded just three earned runs over 31 1/3 innings in five starts against them. Overall, Taillon is 1-1 with an 0.86 ERA in five career appearances (all starts) vs. Kansas City.\n\nKansas City star Bobby Witt Jr. is 2-for-3 with a home run vs. Taillon. Witt is batting .333 with two homers and eight RBIs in his last 12 home games against the Blue Jays.\n\nTeammate Jac Caglianone will get his first look at Taillon. Caglianone went 5-for-6 with a homer and six RBIs during the Royals' 13-2 win at Toronto on Aug. 27. He had two hits with two RBIs on Thursday as the Royals snapped a three-game skid with a 7-3 home win over Miami.\n\nKansas City catcher Carter Jensen was a single shy of the cycle Thursday. Beginning with the Toronto series, he is 13-for-34 with five homers and 10 RBIs in the last nine games.\n\n'Stay with the process,' Jensen told Royals.TV. 'Going out there battling with my brothers.'\n\nFriday's scheduled Kansas City starter, Daniel Lynch IV (4-4, 3.06 ERA), is 0-2 with a 6.32 ERA in five starts since joining the rotation Aug. 7. He's yet to complete five innings in any of those starts, but the Royals have won each of his last three.\n\nThe left-hander gave up a two-run homer, two other hits and walked two over 3 1/3 innings in his team's 8-3 win at Cleveland on Saturday.\n\nLynch is 0-2 with a 6.61 ERA in four career appearances (three starts) vs. Toronto.",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Kansas_City_Royals",
"type": "wiki",
"score": 5,
"label": {
"eng": "Kansas City Royals"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto_Blue_Jays",
"type": "wiki",
"score": 5,
"label": {
"eng": "Toronto Blue Jays"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto",
"type": "loc",
"score": 5,
"label": {
"eng": "Toronto"
},
"location": {
"type": "place",
"label": {
"eng": "Toronto"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wild_card_(sports)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Wild card (sports)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/American_League",
"type": "wiki",
"score": 4,
"label": {
"eng": "American League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cleveland",
"type": "loc",
"score": 4,
"label": {
"eng": "Cleveland"
},
"location": {
"type": "place",
"label": {
"eng": "Cleveland"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jameson_Taillon",
"type": "person",
"score": 3,
"label": {
"eng": "Jameson Taillon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_postseason",
"type": "wiki",
"score": 3,
"label": {
"eng": "Major League Baseball postseason"
}
},
{
"uri": "http://en.wikipedia.org/wiki/World_Series",
"type": "wiki",
"score": 3,
"label": {
"eng": "World Series"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Run_batted_in",
"type": "wiki",
"score": 3,
"label": {
"eng": "Run batted in"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kansas_City,_Missouri",
"type": "loc",
"score": 3,
"label": {
"eng": "Kansas City, Missouri"
},
"location": {
"type": "place",
"label": {
"eng": "Kansas City, Missouri"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/John_Schneider_(baseball)",
"type": "person",
"score": 2,
"label": {
"eng": "John Schneider (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Batting_average_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Batting average (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Inning",
"type": "wiki",
"score": 2,
"label": {
"eng": "Inning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vladimir_Guerrero_Jr.",
"type": "person",
"score": 2,
"label": {
"eng": "Vladimir Guerrero Jr."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manager (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chicago_Cubs",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chicago Cubs"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Home_run",
"type": "wiki",
"score": 2,
"label": {
"eng": "Home run"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earned_run_average",
"type": "wiki",
"score": 2,
"label": {
"eng": "Earned run average"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bobby_Witt_Jr.",
"type": "person",
"score": 1,
"label": {
"eng": "Bobby Witt Jr."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earned_run",
"type": "wiki",
"score": 1,
"label": {
"eng": "Earned run"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Catcher",
"type": "wiki",
"score": 1,
"label": {
"eng": "Catcher"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Base_on_balls",
"type": "wiki",
"score": 1,
"label": {
"eng": "Base on balls"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Miami",
"type": "loc",
"score": 1,
"label": {
"eng": "Miami"
},
"location": {
"type": "place",
"label": {
"eng": "Miami"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Games",
"label": "dmoz/Games",
"wgt": 18
},
{
"uri": "dmoz/Shopping/Toys_and_Games/Games",
"label": "dmoz/Shopping/Toys and Games/Games",
"wgt": 14
},
{
"uri": "dmoz/Computers/Programming/Games",
"label": "dmoz/Computers/Programming/Games",
"wgt": 12
},
{
"uri": "dmoz/Arts/Movies/Contests",
"label": "dmoz/Arts/Movies/Contests",
"wgt": 18
},
{
"uri": "dmoz/Arts/Art_History/Online_Courses",
"label": "dmoz/Arts/Art History/Online Courses",
"wgt": 12
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/baseball",
"label": "iptc/sport/competition discipline/baseball",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/fa04477/8343779b-7fc4-43d0-b68c-0095b259ff1f/0/MTViNGJmMTMtOWF-600x315.jpg",
"eventUri": "eng-11976682",
"sentiment": 0.3490196078431373,
"wgt": 526226372,
"relevance": 1
},
{
"uri": "9456661423",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:44:23",
"dateTime": "2026-09-04T13:44:23Z",
"dateTimePub": "2026-09-04T13:44:04Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286234/fighting-for-postseason-astros-clash-with-diamondbacks",
"title": "Fighting for postseason, Astros clash with Diamondbacks",
"body": "(Photo credit: David Frerker-Imagn Images)\n\nThe Houston Astros find themselves contending for a first-round bye in the playoffs despite being just three games over .500.\n\nWinners of six of their last eight games, the Astros (72-69) will aim to continue their ascent on Friday when they open a three-game series against the visiting Arizona Diamondbacks (74-67).\n\nAmerican League West-leading Houston moved within 1 1/2 games of AL Central-leading Chicago after winning three of the four games in their series. The Astros, who hold the tiebreaker over the White Sox by virtue of winning the season series, rode a four-run third inning to a 6-2 victory on Thursday afternoon.\n\n'It's good vibes, good people and good wins,' said reliever AJ Blubaugh, who recorded his 10th consecutive scoreless appearance after working the ninth inning on Thursday.\n\nWhile the Astros are chasing a first-round bye in the AL, the Diamondbacks are clinging to a half-game lead over the San Diego Padres for the final wild-card spot in the National League.\n\nArizona took a step closer to its goal on Wednesday by snapping a three-game losing streak with a 1-0 victory over the red-hot Philadelphia Phillies.\n\nJames McCann belted a homer in the eighth inning for the Diamondbacks, who mustered just three runs and went 0-for-17 with runners in scoring position during the series with the Phillies.\n\n'When you score three runs in three games and you win one of them, you have to be satisfied with the win,' Arizona manager Torey Lovullo said. 'But we've got to be better offensively, and these boys are going to grind it out and get it done.'\n\nAll-Star Corbin Carroll is just 2-for-29 with nine strikeouts in his past eight games as he battles through lower back pain, but he is firm in his desire to play.\n\n'I didn't push to be in the lineup, they put me in the lineup, honestly. I just said I'm not gonna take myself out,' said Carroll, who leads the team in runs (83), triples (16), total bases (240) and stolen bases (21).\n\n'If you guys think that I need to come out, I'll come out. But I'm good to go. That's the way I left it.'\n\nHouston's Cristian Javier (1-5, 6.45 ERA) will look to put a disastrous August in his rearview mirror on Friday when he makes the start opposite fellow right-hander Merrill Kelly (9-12, 5.08) of Arizona.\n\nJavier fell to 0-4 with a 5.79 ERA last month after allowing three runs on six hits in 4 1/3 innings in a 6-2 loss to the New York Mets on Saturday. He worked behind an opener in that contest, but he will return to a traditional starting role on Friday.\n\nJavier, 29, is 2-0 with a 1.77 ERA in five career appearances (three starts) against the Diamondbacks.\n\nHis return to the starting rotation comes as the Astros are in the midst of 13 games without an off day. They are off Monday ahead of a six-game road trip that will take them to play a pair of playoff contenders in the Phillies and Tampa Bay Rays.\n\n'The off days are really going to help us reset our rotation moving forward,' Houston manager Joe Espada said. 'But right now, it's day to day.'\n\nKelly lost his first four decisions in August before recording a gem in his last outing. He scattered two hits and struck out a season-high seven batters over seven scoreless innings in a 7-1 victory over the San Francisco Giants on Saturday.\n\nKelly, 37, is 0-2 with a 3.22 ERA in four career appearances (all starts) against the Astros.",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Inning",
"type": "wiki",
"score": 5,
"label": {
"eng": "Inning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_postseason",
"type": "wiki",
"score": 5,
"label": {
"eng": "Major League Baseball postseason"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Houston_Astros",
"type": "wiki",
"score": 5,
"label": {
"eng": "Houston Astros"
}
},
{
"uri": "http://en.wikipedia.org/wiki/American_League",
"type": "wiki",
"score": 5,
"label": {
"eng": "American League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arizona_Diamondbacks",
"type": "wiki",
"score": 5,
"label": {
"eng": "Arizona Diamondbacks"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bye_(sports)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Bye (sports)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chicago_White_Sox",
"type": "wiki",
"score": 3,
"label": {
"eng": "Chicago White Sox"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Philadelphia_Phillies",
"type": "wiki",
"score": 3,
"label": {
"eng": "Philadelphia Phillies"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Relief_pitcher",
"type": "wiki",
"score": 3,
"label": {
"eng": "Relief pitcher"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arizona",
"type": "loc",
"score": 3,
"label": {
"eng": "Arizona"
},
"location": {
"type": "place",
"label": {
"eng": "Arizona"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chicago",
"type": "loc",
"score": 3,
"label": {
"eng": "Chicago"
},
"location": {
"type": "place",
"label": {
"eng": "Chicago"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Houston",
"type": "loc",
"score": 3,
"label": {
"eng": "Houston"
},
"location": {
"type": "place",
"label": {
"eng": "Houston"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_League_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "National League (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/James_McCann_(baseball)",
"type": "person",
"score": 2,
"label": {
"eng": "James McCann (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Torey_Lovullo",
"type": "person",
"score": 2,
"label": {
"eng": "Torey Lovullo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manager (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wild_card_(sports)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Wild card (sports)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_All-Star_Game",
"type": "wiki",
"score": 2,
"label": {
"eng": "Major League Baseball All-Star Game"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Diego_Padres",
"type": "wiki",
"score": 2,
"label": {
"eng": "San Diego Padres"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earned_run_average",
"type": "wiki",
"score": 2,
"label": {
"eng": "Earned run average"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cristian_Javier",
"type": "person",
"score": 1,
"label": {
"eng": "Cristian Javier"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Merrill_Kelly",
"type": "person",
"score": 1,
"label": {
"eng": "Merrill Kelly"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Total_bases",
"type": "wiki",
"score": 1,
"label": {
"eng": "Total bases"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Joe_Espada",
"type": "person",
"score": 1,
"label": {
"eng": "Joe Espada"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stolen_base",
"type": "wiki",
"score": 1,
"label": {
"eng": "Stolen base"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Francisco_Giants",
"type": "wiki",
"score": 1,
"label": {
"eng": "San Francisco Giants"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tampa_Bay_Rays",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tampa Bay Rays"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_York_Mets",
"type": "wiki",
"score": 1,
"label": {
"eng": "New York Mets"
}
}
],
"categories": [
{
"uri": "dmoz/Games",
"label": "dmoz/Games",
"wgt": 18
},
{
"uri": "dmoz/Shopping/Toys_and_Games/Games",
"label": "dmoz/Shopping/Toys and Games/Games",
"wgt": 16
},
{
"uri": "dmoz/Computers/Programming/Games",
"label": "dmoz/Computers/Programming/Games",
"wgt": 13
},
{
"uri": "dmoz/Sports/Informal_Sports/Kickball",
"label": "dmoz/Sports/Informal Sports/Kickball",
"wgt": 12
},
{
"uri": "dmoz/Computers/Artificial_Intelligence/Games",
"label": "dmoz/Computers/Artificial Intelligence/Games",
"wgt": 12
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/baseball",
"label": "iptc/sport/competition discipline/baseball",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/5ba320a/16908864-6718-44ba-ad76-b4de2befae7b/0/MWQ5MzRiMjAtZTY-600x315.jpg",
"eventUri": null,
"sentiment": 0.2862745098039217,
"wgt": 526225463,
"relevance": 1
},
{
"uri": "9456653816",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:26",
"dateTime": "2026-09-04T13:38:26Z",
"dateTimePub": "2026-09-04T13:37:10Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286161/disappointing-teams-mets-giants-playing-out-season-with-eye-toward-27",
"title": "Disappointing teams Mets, Giants playing out season with eye toward '27",
"body": "(Photo credit: Brad Penner-Imagn Images)\n\nThe New York Mets and San Francisco Giants have been two of the most disappointing teams in baseball this season.\n\nAnd as Labor Day weekend begins, the Mets appear to be ahead of the Giants in the race to return to contention next season.\n\nNew York on Friday night will look to build off an encouraging series when it hosts San Francisco in the opener of a three-game set.\n\nRight-hander Nolan McLean (10-8, 3.06 ERA) will start for the Mets against Giants left-hander Matt Wilkinson (0-2. 4.63) in a battle of rookies.\n\nThe Mets were off Thursday after earning a 10-4 win over the host Tampa Bay Rays in the rubber game of a three-game series Wednesday night.\n\nThe Giants were limited to two hits Thursday afternoon as they fell 5-2 to the host Pittsburgh Pirates in the decisive contest of that three-game set.\n\nWith their win on Wednesday, the Mets improved to 23-20 since the All-Star break while recording their fifth series win over a contender. Prior to taking the set against the American League-leading Rays, New York won series against the Philadelphia Phillies, Atlanta Braves, Cleveland Guardians and San Diego Padres.\n\nThe Mets, who opened the season with a payroll of more than $350 million but are in danger of finishing in last place for the first time since 2003, have succeeded despite trading several veterans at the deadline and the long-term absence of Juan Soto. The All-Star outfielder/designated hitter missed five weeks with a strained left calf before returning last Saturday.\n\nThe Mets (63-77) are 10 1/2 games out of the final National League wild-card spot with 22 games remaining and behind everyone in the league except for the Giants and Colorado Rockies. But Soto refused to raise the white flag while speaking at a baseball clinic on Thursday.\n\n'We're not finished yet, we're not done yet -- who knows what can happen?' he said. 'Finish strong and try to carry that into October or the next season.'\n\nThe second half of the season hasn't gone nearly as well for the Giants, who fell to 17-28 since the All-Star break with their loss to the Pirates.\n\nThe defeat symbolized the frustrating season for the Giants (58-83), who won between 79 and 81 games in each of the previous four years since their 107-win season in 2021. San Francisco hoped to make a leap this season after signing three-time batting champ Luis Arraez to bolster a lineup anchored by Rafael Devers, who was acquired from the Boston Red Sox in June 2025.\n\nBut the Giants have a negative-73 run differential, the third worst in the NL and ahead of only the Rockies and Cincinnati Reds, even though Devers has 32 homers and Arraez hit .324 before being dealt to the Phillies.\n\nA quartet of Giants pitchers combined to issue seven walks Thursday, including five by starter Blake Tidwell, who lasted five innings.\n\n'The bottom line is didn't throw strikes,' Giants manager Tony Vitello said. 'There's other guys. So if you don't want to attack, there'll be opportunities for other guys. And the smart ones will sniff that out and they'll do it.'\n\nMcLean earned the win in his most recent start last Saturday, when he allowed an unearned run over seven innings as the Mets beat the Houston Astros 6-2.\n\nWilkinson took the defeat in his third career start on Saturday after giving up two runs over six innings as the Giants lost to the Diamondbacks 7-1.\n\nMcLean won his lone career start against the Giants on April 3, when he gave up two runs (one earned) over 5 1/3 innings in the Mets' 10-3 victory.\n\nWilkinson has never opposed the Mets.",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/New_York_Mets",
"type": "wiki",
"score": 5,
"label": {
"eng": "New York Mets"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tampa_Bay_Rays",
"type": "wiki",
"score": 4,
"label": {
"eng": "Tampa Bay Rays"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_All-Star_Game",
"type": "wiki",
"score": 4,
"label": {
"eng": "Major League Baseball All-Star Game"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Baseball",
"type": "wiki",
"score": 4,
"label": {
"eng": "Baseball"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Matt_Wilkinson_(surfer)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Matt Wilkinson (surfer)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Juan_Soto",
"type": "person",
"score": 3,
"label": {
"eng": "Juan Soto"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Francisco_Giants",
"type": "wiki",
"score": 3,
"label": {
"eng": "San Francisco Giants"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pittsburgh_Pirates",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pittsburgh Pirates"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earned_run_average",
"type": "wiki",
"score": 3,
"label": {
"eng": "Earned run average"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Francisco",
"type": "loc",
"score": 3,
"label": {
"eng": "San Francisco"
},
"location": {
"type": "place",
"label": {
"eng": "San Francisco"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_League_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "National League (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cleveland_Guardians",
"type": "wiki",
"score": 2,
"label": {
"eng": "Cleveland Guardians"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Designated_hitter",
"type": "wiki",
"score": 2,
"label": {
"eng": "Designated hitter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Atlanta_Braves",
"type": "wiki",
"score": 2,
"label": {
"eng": "Atlanta Braves"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Philadelphia_Phillies",
"type": "wiki",
"score": 2,
"label": {
"eng": "Philadelphia Phillies"
}
},
{
"uri": "http://en.wikipedia.org/wiki/San_Diego_Padres",
"type": "wiki",
"score": 2,
"label": {
"eng": "San Diego Padres"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Outfielder",
"type": "wiki",
"score": 2,
"label": {
"eng": "Outfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Colorado_Rockies",
"type": "wiki",
"score": 2,
"label": {
"eng": "Colorado Rockies"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Batting_average_(baseball)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Batting average (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Inning",
"type": "wiki",
"score": 1,
"label": {
"eng": "Inning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cincinnati_Reds",
"type": "wiki",
"score": 1,
"label": {
"eng": "Cincinnati Reds"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(baseball)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Manager (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rafael_Devers",
"type": "person",
"score": 1,
"label": {
"eng": "Rafael Devers"
}
}
],
"categories": [
{
"uri": "dmoz/Games",
"label": "dmoz/Games",
"wgt": 16
},
{
"uri": "dmoz/Sports/Baseball/Youth",
"label": "dmoz/Sports/Baseball/Youth",
"wgt": 15
},
{
"uri": "dmoz/Sports/Baseball/Major_League",
"label": "dmoz/Sports/Baseball/Major League",
"wgt": 14
},
{
"uri": "dmoz/Sports/Baseball/History",
"label": "dmoz/Sports/Baseball/History",
"wgt": 20
},
{
"uri": "dmoz/Sports/Baseball/Sabermetrics",
"label": "dmoz/Sports/Baseball/Sabermetrics",
"wgt": 14
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/baseball",
"label": "iptc/sport/competition discipline/baseball",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/2dba8aa/739d5260-b618-4a37-95d2-c440331360c1/0/NjVlMDNiYjMtMGU-600x315.jpg",
"eventUri": null,
"sentiment": 0.1686274509803922,
"wgt": 526225106,
"relevance": 1
},
{
"uri": "9456653412",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:12",
"dateTime": "2026-09-04T13:38:12Z",
"dateTimePub": "2026-09-04T13:37:40Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286220/dalai-lama-returns-to-dharamshala-after-over-two-months-sojourn-in-ladakh",
"title": "Dalai Lama returns to Dharamshala after over two months' sojourn in Ladakh",
"body": "Dharamshala (Himachal Pradesh) [India], September 4 (ANI): Tibetan spiritual leader Dalai Lama returned to Dharamshala on Friday after spending over two months in Ladakh.\n\nHundreds of Tibetans gathered at the Kangra airport to extend a warm welcome to the spiritual leader as he arrived.\n\nMembers of the Tibetan and Indian communities performed traditional dances and opera, while prayers were also offered to mark his return.\n\nDolma Tsering, Speaker of the Tibetan Parliament-in-Exile, said the community was delighted to welcome the Dalai Lama back to Dharamshala.\n\nSpeaking to ANI, Tsering said, \"We are very happy. The weather is also very pleasant. This is such a joyous day today. We are here to welcome His Holiness. He is coming back after spending over two months in Ladakh. He is in the best of health and attended lots of events there.\"\n\nTibetan Youth Congress General Secretary Tenzin Lobsang said that Tibetans and residents in Dharamsala are filled with joy.\n\n\"People are here with the joy to welcome back His Holiness the Dalai Lama after maybe three months. After his knee surgery, and after his kind of rest and meetings and prayers in Ladakh. Then, after almost three months after that, he's coming back to Dharamsala. So in Dharamsala, Tibetans as well as Indian locals are joy with full of happiness today to welcome him back in Dharamsala,\" Lobsang said.\n\nAn artist, Kartik, said that it was a matter of great privilege to welcome the Dalai Lama, adding that people are filled with joy as he returns.\n\nHe said he continues to spread the message of peace and non-violence.\n\n\"We are here to welcome the Dalai Lama, and it's a matter of great privilege for us to have the opportunity to welcome him. We will welcome him with songs and dances. In our lives, he gives the message of peace; he is a symbol of non-violence. People come from far and wide to see him. He has been living here in Dharamsala, McLeod Ganj, for a very long time,\" Kartik said.\n\nAnother artist, Priyanka, said they were extremely happy to see the Dalai Lama and described the opportunity to welcome him as a great privilege.\n\n\"He is returning from Ladakh now, and he is very important to us. His teachings and many other things... It's a matter of great privilege for us just to see him and to welcome him,\" she said.\n\nThe Dalai Lama had travelled to Delhi earlier in June, where he underwent knee surgery. He later travelled to Ladakh, where he attended several public events, including prayer gatherings and teaching sessions, during his stay.\n\nHis return has brought a sense of joy among the Tibetan community in Dharamshala, with people expressing happiness at having him back among them.\n\nArtists from the Indian and Tibetan communities also expressed their happiness at welcoming the Dalai Lama.\n\nThe Dalai Lama's return to Dharamshala was marked by traditional performances, prayers and an enthusiastic gathering of members of the Tibetan community. (ANI)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Dharamshala",
"type": "loc",
"score": 5,
"label": {
"eng": "Dharamshala"
},
"location": {
"type": "place",
"label": {
"eng": "Dharamshala"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tibetan_people",
"type": "wiki",
"score": 5,
"label": {
"eng": "Tibetan people"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dalai_Lama",
"type": "wiki",
"score": 5,
"label": {
"eng": "Dalai Lama"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ladakh",
"type": "loc",
"score": 5,
"label": {
"eng": "Ladakh"
},
"location": {
"type": "place",
"label": {
"eng": "Ladakh"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 5,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asian_News_International",
"type": "org",
"score": 4,
"label": {
"eng": "Asian News International"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Himachal_Pradesh",
"type": "loc",
"score": 3,
"label": {
"eng": "Himachal Pradesh"
},
"location": {
"type": "place",
"label": {
"eng": "Himachal Pradesh"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kangra_district",
"type": "loc",
"score": 3,
"label": {
"eng": "Kangra district"
},
"location": {
"type": "place",
"label": {
"eng": "Kangra district"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/General_Secretary_of_the_Chinese_Communist_Party",
"type": "wiki",
"score": 2,
"label": {
"eng": "General Secretary of the Chinese Communist Party"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tibetan_Youth_Congress",
"type": "wiki",
"score": 2,
"label": {
"eng": "Tibetan Youth Congress"
}
},
{
"uri": "http://en.wikipedia.org/wiki/14th_Dalai_Lama",
"type": "person",
"score": 2,
"label": {
"eng": "14th Dalai Lama"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nonviolence",
"type": "wiki",
"score": 2,
"label": {
"eng": "Nonviolence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pope",
"type": "wiki",
"score": 2,
"label": {
"eng": "Pope"
}
},
{
"uri": "http://en.wikipedia.org/wiki/McLeod_Ganj",
"type": "loc",
"score": 1,
"label": {
"eng": "McLeod Ganj"
},
"location": {
"type": "place",
"label": {
"eng": "McLeod Ganj"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Delhi",
"type": "loc",
"score": 1,
"label": {
"eng": "Delhi"
},
"location": {
"type": "place",
"label": {
"eng": "Delhi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Violence_and_Abuse",
"label": "dmoz/Society/Issues/Violence and Abuse",
"wgt": 14
},
{
"uri": "dmoz/Society/Issues/Peace",
"label": "dmoz/Society/Issues/Peace",
"wgt": 18
},
{
"uri": "dmoz/Society/Religion_and_Spirituality/New_Age",
"label": "dmoz/Society/Religion and Spirituality/New Age",
"wgt": 15
},
{
"uri": "dmoz/Health/Alternative/Tibetan_Medicine",
"label": "dmoz/Health/Alternative/Tibetan Medicine",
"wgt": 24
},
{
"uri": "dmoz/Society/Lifestyle_Choices/Intentional_Communities",
"label": "dmoz/Society/Lifestyle Choices/Intentional Communities",
"wgt": 18
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 65
},
{
"uri": "iptc/lifestyle_and_leisure",
"label": "iptc/lifestyle and leisure",
"wgt": 78
},
{
"uri": "iptc/religion",
"label": "iptc/religion",
"wgt": 94
}
],
"image": "https://image.chitra.live/api/v1/wps/e64c110/40e981d0-697e-4635-b6ce-6a38dd42af9a/0/ANI-20260904084045-600x315.jpg",
"eventUri": null,
"sentiment": 0.4274509803921569,
"wgt": 526225092,
"relevance": 1
},
{
"uri": "9456653416",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:03",
"dateTime": "2026-09-04T13:38:03Z",
"dateTimePub": "2026-09-04T13:37:40Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286215/carnival-holidays-international-brings-cruise-experiences-and-holiday-packages-under-one-travel-offering",
"title": "Carnival Holidays International Brings Cruise Experiences and Holiday Packages Under One Travel Offering",
"body": "New Delhi [India], September 4: As travellers increasingly look for more diverse and experience-driven ways to explore the world, the traditional idea of a holiday is evolving. From sailing across international waters and visiting multiple destinations on a single journey to enjoying carefully planned land-based vacations, travellers today have more ways to design their ideal getaway. Carnival Holidays International caters to this changing preference with offerings spanning both cruise holidays and holiday packages.\n\nThe combination gives travellers the flexibility to choose a vacation based on their interests, travel style, duration and destination preferences. Whether the priority is an immersive cruise experience or a destination-focused holiday, having multiple travel formats can make planning a more personalised experience.\n\nCruise Holidays: Turning the Journey Into Part of the Experience\n\nCruising offers a distinctive approach to international travel. Instead of travelling from one destination to another while repeatedly changing accommodation, travellers can stay onboard a cruise while visiting multiple ports along the itinerary.\n\nThis is one of the biggest attractions of a cruise vacation. The journey becomes an experience in itself, combining accommodation, dining, entertainment and leisure activities with opportunities to explore different destinations.\n\nCruise holidays can appeal to a wide range of travellers, including families, couples, groups and those travelling internationally for the first time. Depending on the itinerary, a cruise can provide opportunities to experience different cities, coastal destinations and cultures during a single vacation.\n\nHoliday Packages for Exploring Destinations at Your Own Pace\n\nWhile cruises offer a multi-destination experience, traditional holiday packages remain a popular choice for travellers who want to spend more time discovering a particular destination. A holiday can allow travellers to explore cities, landmarks, local attractions, food and cultural experiences in greater depth. Depending on the package, different elements of a trip may be brought together, helping travellers plan their accommodation, sightseeing and other travel requirements around a common itinerary.\n\nOne Travel Choice, Different Ways to Holiday\n\nThe growing interest in experiential travel means that there is no single definition of the perfect vacation. A family looking for entertainment and multiple destinations may gravitate towards a cruise, while a couple interested in exploring a particular city may prefer a land-based holiday.\n\nCarnival Holidays International's focus on both cruise and holiday packages reflects this variety in traveller preferences. The choice between the two can depend on several factors:\n\n- Travel style: Whether travellers prefer a structured cruise experience or a destination-focused itinerary.\n\n- Duration: The length of the vacation can influence which type of package is most practical.\n\n- Destination: Some destinations lend themselves naturally to cruises, while others may be better explored through a land-based itinerary.\n\n- Travel companions: Families, couples and groups may have different expectations from a holiday.\n\n- Budget: Accommodation, transportation, activities and other trip expenses can vary considerably between travel formats.\n\n- Experiences: Travellers may prioritise sightseeing, relaxation, entertainment, cultural exploration or a combination of these.\n\nConsidering these factors can help travellers select an experience that aligns with what they want from their vacation.\n\nPlanning Holidays Around Experiences\n\nModern travellers are increasingly looking beyond simply booking flights and accommodation. The experiences included in a trip, from discovering new cultures and cuisines to enjoying leisure activities and visiting iconic attractions are becoming an important part of holiday planning. Cruises and holiday packages offer two different ways of approaching that experience.\n\nA cruise can make the journey an integral part of the vacation, allowing travellers to enjoy onboard facilities while moving between destinations. A traditional holiday package, meanwhile, can provide the opportunity to settle into a destination and explore it more extensively. By offering both formats, Carnival Holidays International provides travellers with greater choice when considering their next holiday.\n\nA Broader Approach to Holiday Planning\n\nThe travel industry continues to evolve as travellers seek greater choice, convenience and experiences that suit their individual preferences. For some, the appeal lies in waking up to a different destination during a cruise. For others, it is spending several days exploring a city, relaxing at a resort or experiencing the culture of a particular country.\n\nStay Tuned to Carnival Holidays International\n\nCarnival Holidays International brings these two travel formats together, giving travellers the opportunity to consider cruise vacations and holiday packages according to their individual travel plans. As travel preferences continue to become more diverse, having different ways to discover the world can make choosing a holiday just as exciting as taking one.\n\n(ADVERTORIAL DISCLAIMER: The above press release has been provided by India PR Distribution. ANI will not be responsible in any way for the content of the same)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Cruising_(maritime)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cruising (maritime)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Holiday",
"type": "wiki",
"score": 5,
"label": {
"eng": "Holiday"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carnival",
"type": "wiki",
"score": 5,
"label": {
"eng": "Carnival"
}
},
{
"uri": "http://en.wikipedia.org/wiki/International_waters",
"type": "loc",
"score": 3,
"label": {
"eng": "International waters"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Sailing",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sailing"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Delhi",
"type": "loc",
"score": 3,
"label": {
"eng": "New Delhi"
},
"location": {
"type": "place",
"label": {
"eng": "New Delhi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 3,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stay_Tuned_(TV_series)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Stay Tuned (TV series)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Advertorial",
"type": "wiki",
"score": 1,
"label": {
"eng": "Advertorial"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Public_relations",
"type": "wiki",
"score": 1,
"label": {
"eng": "Public relations"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tourism",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tourism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cuisine",
"type": "wiki",
"score": 1,
"label": {
"eng": "Cuisine"
}
}
],
"categories": [
{
"uri": "dmoz/Recreation/Travel/Travelogues",
"label": "dmoz/Recreation/Travel/Travelogues",
"wgt": 29
},
{
"uri": "dmoz/Recreation/Travel/Specialty_Travel",
"label": "dmoz/Recreation/Travel/Specialty Travel",
"wgt": 26
},
{
"uri": "dmoz/Recreation/Travel/Publications",
"label": "dmoz/Recreation/Travel/Publications",
"wgt": 34
},
{
"uri": "dmoz/Business/Hospitality/Travel",
"label": "dmoz/Business/Hospitality/Travel",
"wgt": 24
},
{
"uri": "dmoz/Recreation/Travel/Consolidators",
"label": "dmoz/Recreation/Travel/Consolidators",
"wgt": 30
},
{
"uri": "iptc/lifestyle_and_leisure",
"label": "iptc/lifestyle and leisure",
"wgt": 75
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/tourism_and_leisure_industry",
"label": "iptc/economy, business and finance/products and services/tourism and leisure industry",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/7abe63b/b1907167-46f2-4f38-a7b4-6a1d7aca31a8/0/ANI-20260904083115-600x315.jpg",
"eventUri": null,
"sentiment": 0.5137254901960784,
"wgt": 526225083,
"relevance": 1
},
{
"uri": "9456653415",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:02",
"dateTime": "2026-09-04T13:38:02Z",
"dateTimePub": "2026-09-04T13:37:40Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286221/pil-in-supreme-court-seeks-uniform-mechanism-time-bound-probes-in-child-kidnapping-cases",
"title": "PIL in Supreme Court seeks uniform mechanism, time-bound probes in child kidnapping cases",
"body": "New Delhi [India], September 4 (ANI): A PIL has been filed in the Supreme Court seeking a uniform nationwide mechanism for investigating cases of kidnapping and abduction of children, including time-bound probes and speedy trials.\n\nFiled by advocate Ashwini Kumar Upadhyay, the plea sought directions to the Centre and States to frame standard questionnaires and special investigation procedures for such cases.\n\nIt also sought that investigations be handled by officers not below the rank of ACP/SHO and that dedicated courts, on the lines of special courts for MPs and MLAs, be set up to dispose of kidnapping and abduction cases within a year.\n\nThe petition further sought confiscation of the movable and immovable properties of perpetrators and their family members and invocation of laws relating to money laundering, benami property and black money.\n\nIt has also sought that sentences for kidnapping and abduction be made consecutive rather than concurrent to create a deterrent.\n\nThe plea alleged that delays in registering FIRs and investigating complaints involving missing children hamper their recovery and expose them to trafficking, sexual exploitation, forced labour and illegal adoption.\n\nIt also alleged that complaints involving missing children are at times recorded merely as \"missing\" or \"gumshuda\" reports instead of FIRs, delaying a full-fledged criminal investigation.\n\nThe petitioner, while referring to several recent incidents in the petition, alleged that organised networks involved in child trafficking and illegal adoption operate across state boundaries, requiring greater coordination among police forces and specialised agencies.\n\nThe petitioner has arrayed all States and Union Territories, the Union ministries of Education, Law and Justice and Home Affairs, and the Law Commission as respondents. (ANI)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Public_interest_litigation_in_India",
"type": "wiki",
"score": 5,
"label": {
"eng": "Public interest litigation in India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kidnapping",
"type": "wiki",
"score": 5,
"label": {
"eng": "Kidnapping"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supreme_Court_of_the_United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "Supreme Court of the United States"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Child_abduction",
"type": "wiki",
"score": 3,
"label": {
"eng": "Child abduction"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Delhi",
"type": "loc",
"score": 3,
"label": {
"eng": "New Delhi"
},
"location": {
"type": "place",
"label": {
"eng": "New Delhi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 3,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/First_information_report",
"type": "wiki",
"score": 2,
"label": {
"eng": "First information report"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asian_News_International",
"type": "org",
"score": 2,
"label": {
"eng": "Asian News International"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Missing_person",
"type": "wiki",
"score": 2,
"label": {
"eng": "Missing person"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Black_market",
"type": "wiki",
"score": 2,
"label": {
"eng": "Black market"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Money_laundering",
"type": "wiki",
"score": 2,
"label": {
"eng": "Money laundering"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Forced_labour",
"type": "wiki",
"score": 1,
"label": {
"eng": "Forced labour"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Law_Commission_of_India",
"type": "wiki",
"score": 1,
"label": {
"eng": "Law Commission of India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Criminal_investigation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Criminal investigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Law_and_Justice",
"type": "org",
"score": 1,
"label": {
"eng": "Law and Justice"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Trafficking_of_children",
"type": "wiki",
"score": 1,
"label": {
"eng": "Trafficking of children"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Union_territory",
"type": "wiki",
"score": 1,
"label": {
"eng": "Union territory"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sexual_slavery",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sexual slavery"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 1,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Law/Legal_Information",
"label": "dmoz/Society/Law/Legal Information",
"wgt": 21
},
{
"uri": "dmoz/Society/Issues/Business",
"label": "dmoz/Society/Issues/Business",
"wgt": 18
},
{
"uri": "dmoz/Society/Issues/Children,_Youth_and_Family",
"label": "dmoz/Society/Issues/Children, Youth and Family",
"wgt": 25
},
{
"uri": "dmoz/Home/Family/Adoption",
"label": "dmoz/Home/Family/Adoption",
"wgt": 19
},
{
"uri": "dmoz/Society/Crime/Research",
"label": "dmoz/Society/Crime/Research",
"wgt": 24
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 98
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 91
},
{
"uri": "iptc/society",
"label": "iptc/society",
"wgt": 59
}
],
"image": "https://image.chitra.live/api/v1/wps/e23f289/96a19ac5-f7f6-45b0-b80c-83b08237ca1d/0/ANI-20260904081100-600x315.jpg",
"eventUri": null,
"sentiment": -0.0980392156862745,
"wgt": 526225082,
"relevance": 1
},
{
"uri": "9456653414",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:02",
"dateTime": "2026-09-04T13:38:02Z",
"dateTimePub": "2026-09-04T13:37:40Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286214/zero-tolerance-air-india-reiterates-100-voluntary-pilot-testing-following-aaib-preliminary-report",
"title": "Zero tolerance: Air India reiterates 100% voluntary Pilot testing following AAIB preliminary report",
"body": "New Delhi [India], September 4 (ANI): Air India on Friday issued its first official response following the release of the Aircraft Accident Investigation Bureau's (AAIB) preliminary report into the August 4, Delhi-bound flight AI-2379 from Phuket, reiterating that it has launched voluntary 100% testing for all its pilots.\n\nReaffirming its commitment to transparency and regulatory compliance, the airline pledged full support to ongoing technical and medical inquiries into the mid-air hydraulic failure and subsequent crew drug test findings.\n\n'We acknowledge the release of the preliminary report by the Aircraft Accident Investigation Bureau (AAIB) and continue to extend our full cooperation to the investigation, including providing access to all relevant operational, maintenance and technical records,' Air India spokesperson stated.\n\nAddressing concerns surrounding crew fitness and operational standards, the carrier emphasised its strict adherence to safety protocols while introducing additional precautionary measures.\n\n'Safety remains Air India's highest priority. Our pilots undergo rigorous training, regular proficiency checks, medical examinations and other regulatory assessments in accordance with applicable national and international requirements. Following the incident, Air India has started voluntary testing of 100% of its pilots as a further step to reinforce its safety-first approach,' the spokesperson added.\n\nThe airline made it clear that any deviation from established safety protocols or regulatory standards would result in strict disciplinary measures.\n\n'The airline maintains zero tolerance for any breach of safety, fitness or regulatory requirements and will take appropriate action wherever warranted. Air India remains committed to implementing any recommendations arising from the investigation,' the statement concluded.\n\nThe spokesperson's statement comes in the wake of the AAIB's preliminary report on flight AI-2379 (Phuket to Delhi), which revealed a brief triple-hydraulic system drop mid-flight that caused an altitude fluctuation, leaving 24 people injured and damaging parts of the cabin interior.\n\nThe report also noted that while post-flight alcohol breath-analyser tests were negative for both pilots, the Pilot-in-Command (PIC) tested non-negative for psychoactive substances during initial and laboratory confirmatory tests. (ANI)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Air_Accidents_Investigation_Branch",
"type": "wiki",
"score": 5,
"label": {
"eng": "Air Accidents Investigation Branch"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Air_India",
"type": "org",
"score": 5,
"label": {
"eng": "Air India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aircraft_Accident_Investigation_Bureau_(Switzerland)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Aircraft Accident Investigation Bureau (Switzerland)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aircraft_pilot",
"type": "wiki",
"score": 3,
"label": {
"eng": "Aircraft pilot"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Phuket_International_Airport",
"type": "wiki",
"score": 3,
"label": {
"eng": "Phuket International Airport"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Zero_tolerance",
"type": "wiki",
"score": 3,
"label": {
"eng": "Zero tolerance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Airline",
"type": "wiki",
"score": 3,
"label": {
"eng": "Airline"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Delhi",
"type": "loc",
"score": 3,
"label": {
"eng": "New Delhi"
},
"location": {
"type": "place",
"label": {
"eng": "New Delhi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 3,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asian_News_International",
"type": "org",
"score": 2,
"label": {
"eng": "Asian News International"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alcohol_(drug)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Alcohol (drug)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Psychoactive_drug",
"type": "wiki",
"score": 1,
"label": {
"eng": "Psychoactive drug"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Altitude",
"type": "wiki",
"score": 1,
"label": {
"eng": "Altitude"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Delhi",
"type": "loc",
"score": 1,
"label": {
"eng": "Delhi"
},
"location": {
"type": "place",
"label": {
"eng": "Delhi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Transportation",
"label": "dmoz/Society/Issues/Transportation",
"wgt": 26
},
{
"uri": "dmoz/Shopping/Recreation/Aviation",
"label": "dmoz/Shopping/Recreation/Aviation",
"wgt": 27
},
{
"uri": "dmoz/Science/Technology/Aerospace",
"label": "dmoz/Science/Technology/Aerospace",
"wgt": 24
},
{
"uri": "dmoz/Business/Aerospace_and_Defense/Aeronautical",
"label": "dmoz/Business/Aerospace and Defense/Aeronautical",
"wgt": 25
},
{
"uri": "dmoz/Science/Technology/Safety_Engineering",
"label": "dmoz/Science/Technology/Safety Engineering",
"wgt": 24
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 93
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 66
}
],
"image": "https://image.chitra.live/api/v1/wps/d8f3d50/48ed1986-c0dd-491d-8f96-0f73b5ceb889/0/ANI-20260904063701-600x315.jpg",
"eventUri": null,
"sentiment": 0.223529411764706,
"wgt": 526225082,
"relevance": 1
},
{
"uri": "9456653413",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:38:02",
"dateTime": "2026-09-04T13:38:02Z",
"dateTimePub": "2026-09-04T13:37:40Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286219/would-like-to-have-3-4-indian-batters-amongst-top-5-leading-run-getters-smriti-mandhana-after-becoming-top-run-getter-century-scorer-in-women-cricket",
"title": "\"Would like to have 3-4 Indian batters amongst top 5 leading run-getters\": Smriti Mandhana after becoming top run-getter, century-scorer in women's cricket",
"body": "Dubai [UAE], September 4 (ANI): Indian batter Smriti Mandhana reflected on going past legends Mithali Raj and Meg Lanning for most international runs and centuries in women's cricket, saying that she would like to have three or four Indian batters in the list of women's cricketers with 10,000 international runs. She also expressed her admiration for her former skipper, Mithali.\n\nWith a blistering knock of 124 in just 64 balls, laced with one mesmerising stroke after the other, Smriti overtook two legends, Mithali and Meg, in one swoop, becoming the woman with the most runs and centuries in international cricket. The best part was that her effort came in a winning effort, with India booking their place in the semifinals.\n\nSpeaking in a video posted by BCCI, she said that she always looked at batting as her job and prioritised winning matches for India. She also expressed that being the only Indian in the list of 10,000 run-getters is not enough, but she wants three or four more batters in the top five and this is how she will measure her career.\n\n'I have always felt this is my job. You know, I never thought that I never thought of it as anything else than the amount of matches you win for India, and you know that is a measure which you take back. You do not take back how many runs or records you have broken. But yeah, something which I think I really pride myself on is helping people around, being there for the other batters, and hopefully there will be three or four more in the list of 10,000-plus runs from the Indian setup, and that is something which I would like to be measured with,' she said.\n\n'I mean, if sometimes, you know, just being that one person there is not enough or important. I think taking three or four more batters with you, I meant as many as I can, but three or four Indian names would be great to have in the top five of that list and it will be like three or four Indian batters there. I think that is something which I will measure my career with,' she added.\n\nExpressing her admiration for Mithali, she said that she never even in her dreams thought she would get to go past someone who is one of the biggest cricketing idols for women's cricketers in her country.\n\n'We have all grown up watching Mithali di bat, but she has been such a, I would say, idol for everyone growing up. I never in my dreams ever imagined that I would get 10,000 runs and/or go past her. But yeah, I mean it is something which is, it is a good thing, but again, I mean just 30, there are so many years left in me,' she said.\n\nDespite the records and centuries raining left and right in the last few years, Smriti said that one is never complete as a cricketer and she is working on her six-hitting abilities.\n\n'I would not say that you are ever complete as a batter or a bowler, and if you feel that way, cricket will always show you that you are not. So I do not think in a way where I feel there is so much more to improve. I have been constantly trying to improve my six-hitting abilities in terms of able to even clear the long-off and the long-on fielder or have the confidence to do that,' she signed off.\n\nThe all-time top five run-scorers in women's international cricket now are Smriti Mandhana with 10,880 runs, followed by Mithali Raj (10,868), New Zealand's Suzie Bates with 10,740, England's Charlotte Edwards with 10,273 and West Indies' Stafanie Taylor with 10,007 runs to her name. Mandhana's record-breaking knock also saw her register the highest individual score in Women's T20 Asia Cup history, with her 124 against Hong Kong surpassing Chamari Athapaththu's unbeaten 119 against Malaysia in Dambulla in 2024.\n\nMandhana became the leading century-maker in women's international cricket, moving to 18 centuries and surpassing former Australia captain Meg Lanning's tally of 17.\n\nComing to the match, Mandhana's blistering 124 powered India to 193/5 in 20 overs. In reply, Hong Kong was skittled out for 56 runs, with Deepti Sharma getting three wickets for nine runs and Shree Charani, Prema Rawat and Nandni Sharma getting two each. (ANI)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Mithali_Raj",
"type": "person",
"score": 5,
"label": {
"eng": "Mithali Raj"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Batting_(cricket)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Batting (cricket)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Smriti_Mandhana",
"type": "person",
"score": 5,
"label": {
"eng": "Smriti Mandhana"
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 5,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Meg_Lanning",
"type": "person",
"score": 4,
"label": {
"eng": "Meg Lanning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Women's_cricket",
"type": "wiki",
"score": 4,
"label": {
"eng": "Women's cricket"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Board_of_Control_for_Cricket_in_India",
"type": "wiki",
"score": 3,
"label": {
"eng": "Board of Control for Cricket in India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/International_cricket",
"type": "wiki",
"score": 3,
"label": {
"eng": "International cricket"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dubai",
"type": "loc",
"score": 3,
"label": {
"eng": "Dubai"
},
"location": {
"type": "place",
"label": {
"eng": "Dubai"
},
"country": {
"type": "country",
"label": {
"eng": "United Arab Emirates"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Arab_Emirates",
"type": "loc",
"score": 3,
"label": {
"eng": "United Arab Emirates"
},
"location": {
"type": "country",
"label": {
"eng": "United Arab Emirates"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Captain_(cricket)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Captain (cricket)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chamari_Athapaththu",
"type": "wiki",
"score": 1,
"label": {
"eng": "Chamari Athapaththu"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia_Cup",
"type": "wiki",
"score": 1,
"label": {
"eng": "Asia Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stafanie_Taylor",
"type": "person",
"score": 1,
"label": {
"eng": "Stafanie Taylor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Charlotte_Edwards",
"type": "person",
"score": 1,
"label": {
"eng": "Charlotte Edwards"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Suzie_Bates",
"type": "person",
"score": 1,
"label": {
"eng": "Suzie Bates"
}
},
{
"uri": "http://en.wikipedia.org/wiki/West_Indies",
"type": "loc",
"score": 1,
"label": {
"eng": "West Indies"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Australia_national_cricket_team",
"type": "loc",
"score": 1,
"label": {
"eng": "Australia national cricket team"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Fielding_(cricket)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fielding (cricket)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Over_(cricket)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Over (cricket)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Not_out",
"type": "wiki",
"score": 1,
"label": {
"eng": "Not out"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Twenty20",
"type": "wiki",
"score": 1,
"label": {
"eng": "Twenty20"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wicket",
"type": "wiki",
"score": 1,
"label": {
"eng": "Wicket"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bowling_(cricket)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Bowling (cricket)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cricket",
"type": "wiki",
"score": 1,
"label": {
"eng": "Cricket"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Deepti_Sharma",
"type": "person",
"score": 1,
"label": {
"eng": "Deepti Sharma"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hong_Kong",
"type": "loc",
"score": 1,
"label": {
"eng": "Hong Kong"
},
"location": {
"type": "country",
"label": {
"eng": "Hong Kong"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dambulla",
"type": "loc",
"score": 1,
"label": {
"eng": "Dambulla"
},
"location": {
"type": "place",
"label": {
"eng": "Dambulla"
},
"country": {
"type": "country",
"label": {
"eng": "Sri Lanka"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 1,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malaysia",
"type": "loc",
"score": 1,
"label": {
"eng": "Malaysia"
},
"location": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Cricket/Statistics",
"label": "dmoz/Sports/Cricket/Statistics",
"wgt": 21
},
{
"uri": "dmoz/Sports/Cricket/History",
"label": "dmoz/Sports/Cricket/History",
"wgt": 21
},
{
"uri": "dmoz/Sports/Cricket/IWCC",
"label": "dmoz/Sports/Cricket/IWCC",
"wgt": 28
},
{
"uri": "dmoz/Society/Relationships/Flirting",
"label": "dmoz/Society/Relationships/Flirting",
"wgt": 19
},
{
"uri": "dmoz/Sports/Cricket/Players",
"label": "dmoz/Sports/Cricket/Players",
"wgt": 18
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/cricket",
"label": "iptc/sport/competition discipline/cricket",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/7c7b31f/27891a47-351b-44fb-b013-fe2ad2879c42/0/ANI-20260904083529-600x315.jpg",
"eventUri": null,
"sentiment": 0.4039215686274509,
"wgt": 526225082,
"relevance": 1
},
{
"uri": "9456645589",
"lang": "eng",
"isDuplicate": true,
"date": "2026-09-04",
"time": "13:32:09",
"dateTime": "2026-09-04T13:32:09Z",
"dateTimePub": "2026-09-04T13:31:49Z",
"dataType": "news",
"sim": 0,
"url": "https://www.cambodiantimes.com/news/279286209/us-trade-deficit-surges-244-to-usd-886-bn-in-july-goods-gap-with-india-at-usd-5-bn",
"title": "US trade deficit surges 24.4% to USD 88.6 Bn in July, goods gap with India at USD 5 Bn",
"body": "Washington [US], September 4 (ANI): The US goods and services trade deficit surged 24.4 per cent to USD 88.6 billion in July, up USD 17.4 billion from a revised USD 71.2 billion in June, according to data released by the US Bureau of Economic Analysis (BEA) and the US Census Bureau.\n\nThe July increase came as US imports rose while exports declined during the month. Exports fell 2.1 per cent to USD 310.7 billion, while imports increased 2.8 per cent to USD 399.3 billion.\n\nThe data highlighted that the increase in the overall deficit was largely driven by a wider goods deficit. The goods deficit increased by USD 17.6 billion to USD 119.6 billion in July, while the services surplus rose by USD 0.2 billion to USD 31.0 billion.\n\n\"The U.S. Census Bureau and the U.S. Bureau of Economic Analysis announced today that the goods and services deficit was USD 88.6 billion in July, up USD 17.4 billion from USD 71.2 billion in June\", it stated.\n\nThe US also recorded a USD 5 billion goods trade deficit with India in July, putting India among the countries with which the US had a goods deficit during the month.\n\nThe US recorded its largest goods trade deficit with Mexico at USD 27.5 billion in July, followed by Vietnam at USD 23.3 billion, Taiwan at USD 18.1 billion, China at USD 15.2 billion, South Korea at USD 10.4 billion and the European Union at USD 8.9 billion.\n\nThe US also recorded goods deficits of USD 5.6 billion with Germany, USD 5 billion with India, USD 4.8 billion with Malaysia, USD 4.2 billion with Japan and USD 3.2 billion with Canada.\n\nOn the broader trade movement, the increase in the US goods deficit reflected a USD 11.4 billion rise in goods imports to USD 320.6 billion, while goods exports declined by USD 6.2 billion to USD 201.0 billion.\n\nCapital goods accounted for a significant part of the increase in goods imports, rising by USD 14.4 billion in July. Imports of computers increased by USD 6.9 billion, computer accessories by USD 6.6 billion and semiconductors by USD 1.2 billion.\n\nOn the exports side, industrial supplies and materials declined by USD 8.7 billion. Crude oil exports fell by USD 4.5 billion, while nonmonetary gold exports declined by USD 3.9 billion.\n\nThe services sector provided a relatively small offset to the widening goods deficit. Services exports declined by USD 0.4 billion to USD 109.7 billion, while services imports fell by USD 0.6 billion to USD 78.7 billion.\n\nDespite the sharp monthly increase, the US goods and services trade deficit remained lower on a year-to-date basis. The deficit decreased by USD 188.4 billion, or 29.6 per cent, from the same period in 2025. (ANI)",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Bureau_of_Economic_Analysis",
"type": "wiki",
"score": 5,
"label": {
"eng": "Bureau of Economic Analysis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Balance_of_trade",
"type": "wiki",
"score": 5,
"label": {
"eng": "Balance of trade"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 5,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Washington_(state)",
"type": "loc",
"score": 3,
"label": {
"eng": "Washington (state)"
},
"location": {
"type": "place",
"label": {
"eng": "Washington (state)"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 2,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Vietnam",
"type": "loc",
"score": 2,
"label": {
"eng": "Vietnam"
},
"location": {
"type": "country",
"label": {
"eng": "Vietnam"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Taiwan",
"type": "loc",
"score": 2,
"label": {
"eng": "Taiwan"
},
"location": {
"type": "country",
"label": {
"eng": "Taiwan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mexico",
"type": "loc",
"score": 2,
"label": {
"eng": "Mexico"
},
"location": {
"type": "country",
"label": {
"eng": "Mexico"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Korea",
"type": "loc",
"score": 2,
"label": {
"eng": "South Korea"
},
"location": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/China",
"type": "loc",
"score": 2,
"label": {
"eng": "China"
},
"location": {
"type": "country",
"label": {
"eng": "China"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Semiconductor",
"type": "wiki",
"score": 1,
"label": {
"eng": "Semiconductor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 1,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gold",
"type": "wiki",
"score": 1,
"label": {
"eng": "Gold"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malaysia",
"type": "loc",
"score": 1,
"label": {
"eng": "Malaysia"
},
"location": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japan",
"type": "loc",
"score": 1,
"label": {
"eng": "Japan"
},
"location": {
"type": "country",
"label": {
"eng": "Japan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Germany",
"type": "loc",
"score": 1,
"label": {
"eng": "Germany"
},
"location": {
"type": "country",
"label": {
"eng": "Germany"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 1,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Economic",
"label": "dmoz/Society/Issues/Economic",
"wgt": 13
},
{
"uri": "dmoz/Society/Government",
"label": "dmoz/Society/Government",
"wgt": 12
},
{
"uri": "dmoz/Business/International_Business_and_Trade",
"label": "dmoz/Business/International Business and Trade",
"wgt": 20
},
{
"uri": "dmoz/Business/Wholesale_Trade",
"label": "dmoz/Business/Wholesale Trade",
"wgt": 15
},
{
"uri": "dmoz/Computers/Software/Year_2000",
"label": "dmoz/Computers/Software/Year 2000",
"wgt": 11
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 99
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 69
},
{
"uri": "iptc/economy,_business_and_finance/economy",
"label": "iptc/economy, business and finance/economy",
"wgt": 84
}
],
"image": "https://image.chitra.live/api/v1/wps/7bb5b39/db0d7f07-0153-47e4-8023-cba4a8ebc8ba/0/ANI-20260904081732-600x315.jpg",
"eventUri": null,
"sentiment": -0.2235294117647059,
"wgt": 526224729,
"relevance": 1
},
{
"uri": "9456645591",
"lang": "eng",
"isDuplicate": false,
"date": "2026-09-04",
"time": "13:32:09",
"dateTime": "2026-09-04T13:32:09Z",
"dateTimePub": "2026-09-04T13:31:49Z",
"dataType": "news",
"sim": 0.5764706134796143,
"url": "https://www.cambodiantimes.com/news/279286205/erick-fedde-zebby-matthews-look-to-stay-hot-as-white-sox-host-twins",
"title": "Erick Fedde, Zebby Matthews look to stay hot as White Sox host Twins",
"body": "(Photo credit: Nick Wosika-Imagn Images)\n\nThe Chicago White Sox will play their first meaningful September home game in four seasons on Friday night as they continue their push for their first American League Central title since 2021.\n\nChicago (73-67) holds a three-game lead atop the American League Central with 22 games to go. They will try to build their division advantage when they welcome the Minnesota Twins (67-73) to open a three-game series.\n\nThe White Sox are looking to bounce back after dropping four of their past five games on the road. They lost 6-2 to the Houston Astros on Thursday afternoon to complete their seven-game road trip with a 3-4 record.\n\nIn the first series of the trip, the White Sox won two of three games against the Twins.\n\nChicago's Tristan Peters will try to do his part against the Twins, who are six games off the division lead. Peters learned Thursday that he had been named American League Rookie of the Month for August after hitting .320 with six homers and 14 RBIs.\n\nOn the season, Peters is hitting .278 with 12 homers, 52 RBIs and eight stolen bases.\n\nHe was named to the AL All-Star team but struggled in July, batting just .218.\n\n'It means a lot,' Peters said of the honor. '(I'm) getting back to sitting on my back side a little more, seeing the ball a little better. I think that helped a lot, just working with both hitting coaches.'\n\nWhite Sox manager Will Venable praised Peters for his contributions as a rookie.\n\n'The story of Tristan this year has been incredible,' Venable said. 'He just continues to one-up himself, and the honors just continue to roll in here. I'm just so proud of him.'\n\nTwins right-hander Zebby Matthews (9-8, 4.58 ERA) will look to frustrate Peters and his fellow White Sox hitters. Matthews is red hot after earning wins in all five of his August starts, and he has a 2.90 ERA, six walks and 24 strikeouts in 31 innings in that span.\n\nHis most recent win came Sunday against the White Sox. He retired the first 17 batters he faced and wound up giving up one run on five hits and no walks in 8 1/3 innings of a 5-1 win. He struck out five.\n\nThis will be Matthews' fifth career start against the White Sox. He is 1-1 with a 3.24 ERA.\n\nChicago will counter with right-hander Erick Fedde (7-8, 4.16), who will go for back-to-back victories after topping the Twins 3-2 in Minneapolis last Saturday. He allowed two runs on three hits in five innings, and he walked two and struck out four.\n\nFedde has faced Minnesota six times in his career. He is 4-0 with a 1.36 ERA in those starts, and he has walked eight and struck out 31 in 33 innings during that time.\n\nThe Twins will play the series without All-Star outfielder Byron Buxton, who is on the injured list with an impingement in his right hip. Buxton said he will need surgery to correct the injury, but he will delay the procedure in hopes of helping a playoff run.\n\n'I don't want to put us in a bad spot, which I won't, but if I can come back and do the things that I know I can do to help this team, then we'll have that conversation when it comes,' Buxton said. 'If it makes sense, I'll hopefully be back. That's the plan.'\n\nChicago is 41-27 at home this season. Minnesota is 29-39 on the road.",
"source": {
"uri": "cambodiantimes.com",
"dataType": "news",
"title": "Cambodian Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Chicago_White_Sox",
"type": "wiki",
"score": 5,
"label": {
"eng": "Chicago White Sox"
}
},
{
"uri": "http://en.wikipedia.org/wiki/American_League_Central",
"type": "wiki",
"score": 5,
"label": {
"eng": "American League Central"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minnesota_Twins",
"type": "wiki",
"score": 5,
"label": {
"eng": "Minnesota Twins"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chicago",
"type": "loc",
"score": 4,
"label": {
"eng": "Chicago"
},
"location": {
"type": "place",
"label": {
"eng": "Chicago"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Erick_Fedde",
"type": "person",
"score": 3,
"label": {
"eng": "Erick Fedde"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Houston_Astros",
"type": "wiki",
"score": 3,
"label": {
"eng": "Houston Astros"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earned_run_average",
"type": "wiki",
"score": 3,
"label": {
"eng": "Earned run average"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Run_batted_in",
"type": "wiki",
"score": 3,
"label": {
"eng": "Run batted in"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Batting_average_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Batting average (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Inning",
"type": "wiki",
"score": 2,
"label": {
"eng": "Inning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_Rookie_of_the_Month_Award",
"type": "wiki",
"score": 2,
"label": {
"eng": "Major League Baseball Rookie of the Month Award"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stolen_base",
"type": "wiki",
"score": 2,
"label": {
"eng": "Stolen base"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(baseball)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Manager (baseball)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rookie",
"type": "wiki",
"score": 2,
"label": {
"eng": "Rookie"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Major_League_Baseball_All-Star_Game",
"type": "wiki",
"score": 2,
"label": {
"eng": "Major League Baseball All-Star Game"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strikeout",
"type": "wiki",
"score": 2,
"label": {
"eng": "Strikeout"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Base_on_balls",
"type": "wiki",
"score": 2,
"label": {
"eng": "Base on balls"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Injured_list",
"type": "wiki",
"score": 1,
"label": {
"eng": "Injured list"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Byron_Buxton",
"type": "person",
"score": 1,
"label": {
"eng": "Byron Buxton"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Outfielder",
"type": "wiki",
"score": 1,
"label": {
"eng": "Outfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minnesota",
"type": "loc",
"score": 1,
"label": {
"eng": "Minnesota"
},
"location": {
"type": "place",
"label": {
"eng": "Minnesota"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minneapolis",
"type": "loc",
"score": 1,
"label": {
"eng": "Minneapolis"
},
"location": {
"type": "place",
"label": {
"eng": "Minneapolis"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Baseball",
"label": "dmoz/Sports/Baseball",
"wgt": 15
},
{
"uri": "dmoz/Games",
"label": "dmoz/Games",
"wgt": 16
},
{
"uri": "dmoz/Home/Family/Multiple_Births",
"label": "dmoz/Home/Family/Multiple Births",
"wgt": 22
},
{
"uri": "dmoz/Sports/Bowling/Skittles",
"label": "dmoz/Sports/Bowling/Skittles",
"wgt": 13
},
{
"uri": "dmoz/Sports/Informal_Sports/Kickball",
"label": "dmoz/Sports/Informal Sports/Kickball",
"wgt": 15
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/baseball",
"label": "iptc/sport/competition discipline/baseball",
"wgt": 100
}
],
"image": "https://image.chitra.live/api/v1/wps/375921a/705e0da0-4afd-4402-bfc9-9ed4f2d42838/0/YzliZmFkMDEtNTV-600x315.jpg",
"eventUri": "eng-11972384",
"sentiment": 0.06666666666666665,
"wgt": 526224729,
"relevance": 1
}
],
"totalResults": 8670,
"page": 1,
"count": 10,
"pages": 867
}
}