Topics
Countries
France News
Would you like to access news/blog content published by sources located in France?
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/France",
"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%2FFrance&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": "9434483408",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:16:58",
"dateTime": "2026-08-17T02:16:58Z",
"dateTimePub": "2026-08-17T02:15:46Z",
"dataType": "news",
"sim": 0,
"url": "https://www.lefigaro.fr/international/japon-la-croissance-economique-resiste-mais-moins-qu-attendu-20260817",
"title": "Japon: la croissance économique résiste, mais moins qu'attendu",
"body": "Le Produit intérieur brut (PIB) de la quatrième économie mondiale a augmenté de 0,3% sur avril-juin par rapport au trimestre précédent, selon des chiffres officiels publiés lundi.\n\nL'économie japonaise a résisté, mais moins qu'attendu, au deuxième trimestre 2026, des mesures de soutien de Tokyo et de solides exportations atténuant l'impact de la guerre au Moyen-Orient, de quoi conforter un resserrement monétaire de la Banque du Japon sur fond de yen très affaibli. Le Produit intérieur brut (PIB) de la quatrième économie mondiale a augmenté de 0,3% sur avril-juin par rapport au trimestre précédent, selon des chiffres officiels publiés lundi.\n\nC'est toutefois un ralentissement par rapport à la croissance de 0,5% enregistrée au premier trimestre, et aux anticipations des analystes sondés par l'agence Bloomberg, qui tablaient sur une croissance stable à 0,5%. \"La hausse des salaires réels et la baisse des taxes sur le carburant ont probablement soutenu la consommation des ménages\", observait Taro Kimura, expert de Bloomberg Economics avant la publication.\n\nL'impact de la chute du yen\n\nL'économie nipponne \"a bien résisté, alors même que les perturbations de l'approvisionnement en pétrole brut liées au conflit impliquant l'Iran pesaient sur la conjoncture\", notait-il. Certes, l'inflation (hors produits frais) a encore accéléré à 1,6% sur un an en juin, dopée par la flambée des cours de l'énergie alors que le Japon est extrêmement dépendant de ses importations d'hydrocarbures.\n\nEt la chute du yen, tombée à ses plus bas niveaux depuis 40 ans face au dollar avant la récente intervention conjointe des États-Unis et du Japon pour le renforcer, augmente également le coût des importations.\n\nMais ce yen affaibli est en revanche un atout pour les groupes exportateurs nippon, devenus plus attractifs à l'international, et qui profitent aussi de l'explosion de la demande sur les composants électroniques liées à l'IA. Ainsi, les exportations du pays ont connu en juin leur croissance la plus rapide depuis novembre 2022, gonflant de 19,3% sur un an, portées autant par les ventes d'équipements pour semi-conducteurs que par la faiblesse du yen.\n\nDes mesures de soutien\n\nEt sur le plan intérieur, Tokyo s'est employé à contrer les pressions inflationnistes. Après un plan de relance massif adopté fin 2025 et de vastes rabais fiscaux sur l'énergie, de nouvelles aides ont été adoptées au printemps par le gouvernement de la Première ministre Sanae Takaichi pour soutenir la consommation des ménages.\n\nMme Takaichi a aussi annoncé fin juillet que son gouvernement allait réduire drastiquement la taxe sur la consommation des produits alimentaires, la ramenant de 8% à 1% à partir d'avril prochain pour lutter davantage contre l'inflation. Autre facteur favorable au deuxième trimestre: la croissance des salaires est restée soutenue, portée par de solides résultats d'entreprises et un marché du travail tendu.\n\nLes salaires nominaux ont ainsi progressé de 3,4% en juin sur un an, après +3,3% en mai, bien au-delà de l'inflation. \"Les effets défavorables des prix élevés du pétrole brut devraient s'estomper et le cercle vertueux reliant les revenus aux dépenses devrait progressivement s'intensifier\", a d'ailleurs prédit fin juillet la Banque du Japon (BoJ).",
"source": {
"uri": "lefigaro.fr",
"dataType": "news",
"title": "Le Figaro.fr",
"private": true
},
"authors": [
{
"uri": "agence_france_presse@lefigaro.fr",
"name": "Agence France-Presse",
"type": "author",
"isAgency": true
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/World_economy",
"type": "wiki",
"score": 5,
"label": {
"eng": "World economy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japanese_yen",
"type": "wiki",
"score": 5,
"label": {
"eng": "Japanese yen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gross_domestic_product",
"type": "wiki",
"score": 5,
"label": {
"eng": "Gross domestic product"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japan",
"type": "loc",
"score": 5,
"label": {
"eng": "Japan"
},
"location": {
"type": "country",
"label": {
"eng": "Japan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bloomberg_News",
"type": "org",
"score": 4,
"label": {
"eng": "Bloomberg News"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Import",
"type": "wiki",
"score": 3,
"label": {
"eng": "Import"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economic_growth",
"type": "wiki",
"score": 3,
"label": {
"eng": "Economic growth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Middle_East",
"type": "loc",
"score": 3,
"label": {
"eng": "Middle East"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Export",
"type": "wiki",
"score": 3,
"label": {
"eng": "Export"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tokyo",
"type": "loc",
"score": 3,
"label": {
"eng": "Tokyo"
},
"location": {
"type": "place",
"label": {
"eng": "Tokyo"
},
"country": {
"type": "country",
"label": {
"eng": "Japan"
}
}
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Pétrole_brut",
"type": "wiki",
"score": 2,
"label": {
"eng": "Pétrole brut"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bank_of_Japan",
"type": "org",
"score": 2,
"label": {
"eng": "Bank of Japan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fee",
"type": "wiki",
"score": 2,
"label": {
"eng": "Fee"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Salary",
"type": "wiki",
"score": 2,
"label": {
"eng": "Salary"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Politique_de_relance",
"type": "wiki",
"score": 1,
"label": {
"eng": "Politique de relance"
}
},
{
"uri": "http://de.wikipedia.org/wiki/Arbeitsmarkt",
"type": "wiki",
"score": 1,
"label": {
"eng": "Arbeitsmarkt"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sanae_Takaichi",
"type": "person",
"score": 1,
"label": {
"eng": "Sanae Takaichi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tax_law",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tax law"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Semiconductor",
"type": "wiki",
"score": 1,
"label": {
"eng": "Semiconductor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_minister",
"type": "wiki",
"score": 1,
"label": {
"eng": "Prime minister"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Inflation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Inflation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Government",
"type": "wiki",
"score": 1,
"label": {
"eng": "Government"
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 98
},
{
"uri": "iptc/economy,_business_and_finance/economy/economic_trends_and_indicators",
"label": "iptc/economy, business and finance/economy/economic trends and indicators",
"wgt": 97
}
],
"image": "https://i.f1g.fr/media/cms/1200x630_crop/2026/08/17/1d91f2e9ca223223b404bc90a8726bbd0c7db30fe7be8d8c849abc04e5e2f3c8.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524629018,
"relevance": 1
},
{
"uri": "9434483365",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:16:36",
"dateTime": "2026-08-17T02:16:36Z",
"dateTimePub": "2026-08-17T02:15:09Z",
"dataType": "news",
"sim": 0,
"url": "https://www.mediapart.fr/journal/fil-dactualites/170826/apres-le-seisme-en-colombie-la-recherche-des-effets-personnels-pour-se-souvenir-des-morts",
"title": "Après le séisme en Colombie, la recherche des effets personnels pour se souvenir des morts",
"body": "Entre \" joie, tristesse et nostalgie \", Marlene Niño, 70 ans, dépoussière une photo de famille extraite par des bénévoles des décombres d'un immeuble détruit lors du séisme du 10 août en Colombie. Le cliché ne ramènera pas sa soeur décédée là, mais nourrira sa mémoire.\n\n\" Il nous reste les souvenirs (...) ils ont une immense valeur sentimentale \", veut se consoler Marlene Niño. Le vieux cliché aux couleurs passées par le soleil et serti d'un cadre en bois usé qu'elle montre à l'AFP immortalise un moment en famille, où elle et sa soeur posent, toutes jeunes. D'autres photos, prises il y a plusieurs décennies, ont également pu être sauvées des ruines.\n\nLes tenir dans entre ses mains, grâce aux volontaires qui les ont retrouvées, lui procure un mélange de \" joie, de tristesse et de nostalgie \", explique-t-elle.\n\nSa soeur, Doris Niño, 72 ans, s'apprêtait à se rendre chez le dentiste lorsque son immeuble de Cali, la troisième ville de Colombie, s'est effondré lundi 10 août au matin, dans le séisme de magnitude 7,4, le plus meurtrier du siècle dans le pays avec près de 300 morts.\n\n\" Nous avons pu retrouver son corps, mais certaines personnes n'ont pas eu cette chance \", souffle Marlene Niño.\n\nPlus d'une centaines de personnes sont encore portées disparues, et les opérations de sauvetage ont été arrêtées dans de nombreux bâtiments, les chances de retrouver des survivants étant désormais infimes.\n\nAlors les gestionnaires de Torres del Limonar, nom de l'ensemble d'immeubles résidentiels où Doris Niño a perdu la vie, supervisent l'opération de récupération des effets personnels des victimes pour les restituer aux familles et leur apporter un peu de soulagement.\n\nValises et autres objets en tous genres extraits des gravats s'empilent, attendant d'être inspectés par les résidents et leurs proches.\n\nCar les objets aident les personnes endeuillées \" à se souvenir \", confirme Manuela Barrios, psychologue bénévole mobilisée sur place.\n\n\" Ils trouvent quelque chose, et leur visage, leur expression, change \", relève la spécialiste de 38 ans, mobilisée sans relâche depuis le drame.",
"source": {
"uri": "mediapart.fr",
"dataType": "news",
"title": "Mediapart",
"private": true
},
"authors": [
{
"uri": "agence_france_presse@mediapart.fr",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Earthquake",
"type": "wiki",
"score": 5,
"label": {
"eng": "Earthquake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Colombia",
"type": "loc",
"score": 5,
"label": {
"eng": "Colombia"
},
"location": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nostalgia",
"type": "wiki",
"score": 4,
"label": {
"eng": "Nostalgia"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cliché",
"type": "wiki",
"score": 4,
"label": {
"eng": "Cliché"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Volunteering",
"type": "wiki",
"score": 3,
"label": {
"eng": "Volunteering"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seismic_magnitude_scales",
"type": "wiki",
"score": 2,
"label": {
"eng": "Seismic magnitude scales"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wood",
"type": "wiki",
"score": 2,
"label": {
"eng": "Wood"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dentist",
"type": "wiki",
"score": 2,
"label": {
"eng": "Dentist"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cali",
"type": "loc",
"score": 2,
"label": {
"eng": "Cali"
},
"location": {
"type": "place",
"label": {
"eng": "Cali"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fernando_Torres",
"type": "person",
"score": 1,
"label": {
"eng": "Fernando Torres"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Search_and_rescue",
"type": "wiki",
"score": 1,
"label": {
"eng": "Search and rescue"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Psychologist",
"type": "wiki",
"score": 1,
"label": {
"eng": "Psychologist"
}
}
],
"categories": [
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 62
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident",
"label": "iptc/disaster, accident and emergency incident",
"wgt": 96
},
{
"uri": "iptc/weather",
"label": "iptc/weather",
"wgt": 89
}
],
"image": "https://www.mediapart.fr/assets/front/images/social/twitter_image/journal.png",
"eventUri": null,
"sentiment": null,
"wgt": 524628996,
"relevance": 1
},
{
"uri": "9434483077",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:16:05",
"dateTime": "2026-08-17T02:16:05Z",
"dateTimePub": "2020-05-05T16:02:57Z",
"dataType": "news",
"sim": 0,
"url": "https://fr.motorsport.com/f1/news/gp-saint-marin-1985-folklore/4788686/",
"title": "Ce GP remporté par un pilote qui n'a pas mené un seul tour",
"body": "La deuxième et dernière victoire d'Elio de Angelis en Grand Prix s'est nouée dans des circonstances exceptionnelles et sans que l'Italien ait mené le moindre tour. Ce fut toutefois le fruit d'une leçon qu'il avait retenue de l'édition précédente. Imola était réputé pour être un circuit très gourmand en carburant et la preuve en avait été faite un an plus tôt, quand De Angelis avait sauvé une place sur le podium après avoir été l'un des trois pilotes à tomber en panne d'essence. L'année suivante, il était déterminé à jouer au plus malin.\n\nSon coéquipier chez Lotus-Renault n'était autre qu'Ayrton Senna, qui venait de remporter une fantastique première victoire en Grand Prix sur le circuit détrempé d'Estoril. Enthousiaste pour la suite, Senna déclarait alors : \"Ma voiture est bonne, il y a eu des progrès depuis le Portugal\". Un an plus tôt, il avait connu un coup dur à Imola puisque le Grand Prix de Saint-Marin 1984 restera comme le seul pour lequel il ne fut pas en mesure de se qualifier. La faute à une dispute entre son équipe et Pirelli ainsi qu'à un problème moteur.\n\nEn 1985, Senna avait terminé en tête des deux journées qualificatives pour décrocher la pole position, se montrant 0\"027 plus rapide que la Williams-Honda de Keke Rosberg. Il avait toutefois prévenu : \"La pole n'est pas aussi importante à Imola que sur d'autres circuits. Ce sera une course longue et difficile, rude pour les freins et la consommation d'essence.\" De Angelis était troisième sur la grille, devant la Ferrari de Michele Alboreto, un impressionnant Thierry Boutsen (Arrows-BMW) et Alain Prost (McLaren-TAG).\n\nÀ l'époque, la réglementation de la Formule 1 autorisait des moteurs turbo 1,5 litre qui avaient la capacité d'être les plus puissants - et les plus gourmands - jamais connus par la catégorie reine. Le carburant était strictement limité à 220 litres et les équipes devaient donc tenir compte de leur consommation pour la stratégie de course.\n\nAlors ingénieur de Prost, Tim Wright se souvient : \"Même à Adélaïde en 1986, nous avions encore des problèmes avec la mesure de carburant, donc en 1985 tout cela était très nouveau. Bosch développait le système pour connaître exactement la quantité de carburant que nous utilisions et nous savions que ce serait juste à Imola. Toute l'approche de la course consistait à prendre les choses tranquillement et à voir comment ça allait se passer, et nous avions conseillé Alain sur le rythme qu'il devrait maintenir.\"\n\nLe warm-up à Imola s'était déroulé sur piste humide, privant les équipes d'un roulage dans les conditions de course et promettant un saut dans l'inconnu pour les protagonistes du Grand Prix.\n\nLe jour de la course, Senna s'élança en tête et imposa un rythme élevé à ses poursuivants. Malgré l'offensive de Prost à mi-course, il dominait l'épreuve et comptait plus de dix secondes d'avance lorsque sa monoplace commença à souffrir d'un manque de carburant, le contraignant à s'immobiliser alors qu'il arrivait en direction du virage de Tosa, à quatre tours de l'arrivée. \"C'est dommage car c'était une bonne course\", déclara Senna. \"Prost était plus rapide que moi en ligne droite, mais à part ça nous étions en bonne forme.\"\n\nL'incident permit à Stefan Johansson de prendre la tête à bord de sa Ferrari, provoquant l'extase des tifosi alors que le Suédois était parti 15e sur la grille pour son deuxième Grand Prix sous les couleurs de la Scuderia. Mais un problème électronique entraîna une mauvaise information de la jauge de carburant, le contraignant à renoncer après un tour passé aux commandes de la course.\n\nL'abandon de Johansson offrit le leadership à Prost, qui économisait du carburant en passant plus tôt les rapports de boîte dans les derniers tours afin d'aller chercher une victoire facile. C'est du moins ce qu'il pensait ! Dans le tour d'honneur, la monoplace de Prost se retrouva à court de carburant au niveau de la Variante Alta, laissant penser qu'il avait parfaitement géré sa consommation. Néanmoins, la McLaren MP4/2B fut contrôlée après la course et son poids était 2 kg sous la limite minimum (après application de la tolérance de 2 kg).\n\n\"La raison pour laquelle la voiture était sous le poids minimum à la fin était peut-être de ma faute\", raconte Tim Wright. \"Déjà à Rio, quand nous avions pesé la voiture à l'issue de la course, elle était tout pile à la limite. La voiture était légère, [John] Barnard avait fait un superbe travail pour la concevoir à la limite du poids minimum, donc nous savions que ce serait juste. Mais nous n'avions pas pris en compte la perte de fluide et de gomme, car Imola est très abrasif. Nous avons tenté de nous défendre, de dire 'Nous devrions pouvoir ajouter un peu d'eau ou d'huile' et ils ont répondu 'Non, c'est comme ça, vous êtes sous le poids minimum'. Peut-être que s'il était rentré à quelques tours de l'arrivée et avait chaussé des pneus neufs, tout se serait bien passé. Mais c'est comme ça, nous ne pensions pas que ce serait aussi serré. Nous avons fait une erreur de calcul.\"\n\nPatrick Tambay ramena Prost vers le paddock en l'embarquant sur le ponton de sa Renault, permettant à son compatriote de rejoindre le podium avant que les commissaires ne découvrent l'infraction qui allait le disqualifier. Prost exclu, De Angelis hérita de la victoire après deux heures durant lesquelles les commissaires s'employèrent à persuader Ron Dennis, patron de McLaren, que la voiture était trop légère pour être conforme. Plus que la réaction de Ron Dennis, Tim Wright se souvient de son échange avec Peter Warr, le team manager de Lotus, lorsqu'ils sont allés aux vérifications.\n\n\"Je connaissais Peter Warr depuis la période Fittipaldi, mais je ne peux pas m'enlever de la tête l'image que j'ai de lui, debout, me criant 'Tu as merdé, tu ne sais pas ce que tu fais'. Je ne pouvais pas croire qu'un gars comme ça soit si grossier envers moi devant tous ces gens. Ron était ce genre de gars qui ne vous traîne pas dans la boue pour quelque chose comme ça. C'est un compétiteur, il sait que ces choses-là arrivent et il m'a dit 'Assure-toi que ça ne se reproduise pas'. Barnard était probablement un peu plus énervé que Ron, mais je ne me souviens pas de sa réaction. La chose qui me reste en tête, c'est la manière dont Peter Warr a réagi, ça m'a étonné.\"\n\nDeuxième sur la ligne d'arrivée à 38 secondes de Prost, De Angelis refusa toutefois de prendre toute sa part dans la bonne gestion de son carburant. \"Le moteur a décidé tout seul de baisser la puissance, ce qui m'a probablement aidé à terminer\", confiait-il. \"Plus tard, j'ai remonté la puissance et ça allait, mais à la fin j'ai eu un problème de frein pendant les trois derniers tours.\"\n\nCe fut la dernière victoire en F1 pour De Angelis, sans avoir mené le moindre tour ! Boutsen fut classé deuxième à un tour, malgré sa panne de carburant, après quoi il avait poussé sa voiture jusqu'à la ligne d'arrivée. Tambay termina troisième devant le Champion du monde en titre Niki Lauda, qui avait connu des problèmes de boîte sur sa McLaren, Nigel Mansell (Williams) et Johansson, qui était le premier classé parmi les autres pilotes ayant manqué de carburant pour rejoindre l'arrivée.\n\nVotre avis nous intéresse !",
"source": {
"uri": "fr.motorsport.com",
"dataType": "news",
"title": "Motorsport.com"
},
"authors": [
{
"uri": "charles_bradley@fr.motorsport.com",
"name": "Charles Bradley",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://fr.wikipedia.org/wiki/Grand_Prix_de_Formule_1",
"type": "wiki",
"score": 5,
"label": {
"eng": "Grand Prix de Formule 1"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Motor_fuel",
"type": "wiki",
"score": 5,
"label": {
"eng": "Motor fuel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prost_Grand_Prix",
"type": "wiki",
"score": 5,
"label": {
"eng": "Prost Grand Prix"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ayrton_Senna",
"type": "person",
"score": 5,
"label": {
"eng": "Ayrton Senna"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Imola",
"type": "loc",
"score": 5,
"label": {
"eng": "Imola"
},
"location": {
"type": "place",
"label": {
"eng": "Imola"
},
"country": {
"type": "country",
"label": {
"eng": "Italy"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alain_Prost",
"type": "person",
"score": 4,
"label": {
"eng": "Alain Prost"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Monoplace",
"type": "wiki",
"score": 3,
"label": {
"eng": "Monoplace"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tim_Wright_(Welsh_musician)",
"type": "person",
"score": 3,
"label": {
"eng": "Tim Wright (Welsh musician)"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Pilote_automobile",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pilote automobile"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stefan_Johansson",
"type": "person",
"score": 3,
"label": {
"eng": "Stefan Johansson"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Michele_Alboreto",
"type": "person",
"score": 3,
"label": {
"eng": "Michele Alboreto"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Keke_Rosberg",
"type": "person",
"score": 3,
"label": {
"eng": "Keke Rosberg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pole_position",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pole position"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pirelli",
"type": "org",
"score": 3,
"label": {
"eng": "Pirelli"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Turbocharger",
"type": "wiki",
"score": 3,
"label": {
"eng": "Turbocharger"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Race_track",
"type": "wiki",
"score": 3,
"label": {
"eng": "Race track"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brake",
"type": "wiki",
"score": 3,
"label": {
"eng": "Brake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Scuderia_Ferrari",
"type": "wiki",
"score": 3,
"label": {
"eng": "Scuderia Ferrari"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Portugal",
"type": "loc",
"score": 3,
"label": {
"eng": "Portugal"
},
"location": {
"type": "country",
"label": {
"eng": "Portugal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Williams_Grand_Prix_Engineering",
"type": "wiki",
"score": 2,
"label": {
"eng": "Williams Grand Prix Engineering"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Thierry_Boutsen",
"type": "person",
"score": 2,
"label": {
"eng": "Thierry Boutsen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ron_Dennis",
"type": "person",
"score": 2,
"label": {
"eng": "Ron Dennis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Engineer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Engineer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Track_cycling",
"type": "wiki",
"score": 2,
"label": {
"eng": "Track cycling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electronic_music",
"type": "wiki",
"score": 2,
"label": {
"eng": "Electronic music"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Formula_One",
"type": "wiki",
"score": 2,
"label": {
"eng": "Formula One"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Adelaide",
"type": "loc",
"score": 2,
"label": {
"eng": "Adelaide"
},
"location": {
"type": "place",
"label": {
"eng": "Adelaide"
},
"country": {
"type": "country",
"label": {
"eng": "Australia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sweden",
"type": "loc",
"score": 2,
"label": {
"eng": "Sweden"
},
"location": {
"type": "country",
"label": {
"eng": "Sweden"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Patrick_Tambay",
"type": "person",
"score": 1,
"label": {
"eng": "Patrick Tambay"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Peter_Warr",
"type": "person",
"score": 1,
"label": {
"eng": "Peter Warr"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fittipaldi_Automotive",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fittipaldi Automotive"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Niki_Lauda",
"type": "person",
"score": 1,
"label": {
"eng": "Niki Lauda"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nigel_Mansell",
"type": "person",
"score": 1,
"label": {
"eng": "Nigel Mansell"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Team_Lotus",
"type": "wiki",
"score": 1,
"label": {
"eng": "Team Lotus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tire",
"type": "wiki",
"score": 1,
"label": {
"eng": "Tire"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Renault",
"type": "wiki",
"score": 1,
"label": {
"eng": "Renault"
}
},
{
"uri": "http://en.wikipedia.org/wiki/McLaren",
"type": "wiki",
"score": 1,
"label": {
"eng": "McLaren"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/sport_event",
"label": "iptc/sport/sport event",
"wgt": 77
},
{
"uri": "iptc/sport/competition_discipline/motor_car_racing",
"label": "iptc/sport/competition discipline/motor car racing",
"wgt": 100
}
],
"image": "https://cdn-9.motorsport.com/images/amp/24vnqge6/s6/formula-1-san-marino-gp-1985-e-2.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524628965,
"relevance": 1
},
{
"uri": "9434481261",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:11:59",
"dateTime": "2026-08-17T02:11:59Z",
"dateTimePub": "2026-08-17T02:01:54Z",
"dataType": "news",
"sim": 0,
"url": "https://www.france24.com/en/live-news/20260817-is-this-cave-in-turkey-where-homer-wrote-the-odyssey",
"title": "Is this cave in Turkey where Homer wrote 'The Odyssey'?",
"body": "Bornova (Turkey) (AFP) - On a Turkish hillside overlooking the olive-covered slopes outside Izmir is a cave known to generations of locals as the place where Homer penned \"The Odyssey\".\n\n\"This place was always called Homer's Valley by the locals. Travellers from all over the world would come and see the cave where Homer is said to have composed his poems,\" explained Turkish researcher Altan Altin, who has written a book on the subject.\n\nIn fact, nobody knows exactly where Homer wrote his epic poems and there is much mythology around the idea of his cave. Today, of course, the debate has become livelier and more immediate thanks to Christopher Nolan's blockbuster film \"The Odyssey\".\n\nThe poet has for a very long time been associated with the Izmir region of Turkey's Aegean coast, which for most of its history was known as ancient Smyrna.\n\n\"The Smyrnaeans have the river Meles, with its lovely water, and at its springs is the grotto, where they say Homer composed his poems,\" wrote the 2nd-century Greek chronicler and geographer Pausanias.\n\nThose words have fuelled a centuries-long debate, one that continues today, about Homer's life and the location of the river where he was thought to have been born in the year 8 BC.\n\nRemarkable precision\n\nVisiting the cave, which is filled with rocks, is not easy.\n\nInside, travellers have left Greek scrawled on the walls, although it is not clear how old the writing is.\n\nAlthough other places, notably the Greek island of Chios, also lay claim to Homer's origins, ancient Smyrna and its hinterland -- where Bornova is located -- are closely associated with the poet.\n\n\"For me, there's no doubt, Homer is from Bornova. In any case, he is from Ionia, which includes Smyrna and Chios. He's from these lands,\" Altin told AFP. Ionia is the name of an ancient Greek region on Turkey's Aegean coast.\n\nTo support his thesis, Altin pointed to a 3rd-century BC frieze depicting the deification of Homer, which he says reproduced the Bornova cave with remarkable precision.\n\n\"This bas-relief was already known, but no one had ever noticed the identical details to those found in Homer's cave. This is the first time such a detailed geographical description came to light,\" he said.\n\nArchaeological evidence from the area also suggests a link to Homer.\n\n\"The discoveries from the excavations, especially coins bearing Homer's likeness, show us that the inhabitants of ancient Smyrna considered the poet to be one of their own,\" archaeologist Mehmet Akif Erdem said.\n\n\"'The Iliad' and 'The Odyssey' were written in the (ancient Greek) dialects of Ionic and Aeolic, suggesting that ancient Smyrna and Bornova could be among Homer's native lands,\" he said.\n\n- Homer everywhere -\n\nBeyond the academic debate about his origins, Homer is everywhere in Bornova.\n\nAt Yesilova Hoyuk, a Neolithic site considered to be the oldest known prehistoric human settlement in İzmir, there is a bust of Homer with the inscription: \"I compiled The Iliad and The Odyssey epics on this land. I lived in Bornova.\"\n\nThe town -- which already hosts a book fair dedicated to Homer and has a statue of Trojan War hero Hector in a local park -- is planning to refurbish the cave and open it to visitors to capitalise on the revival of interest in the ancient poet.\n\n\"Preserving Homer's legacy is a duty we owe to humanity. He is one of the founding fathers of literature,\" Bornova Mayor Omer Eski told AFP.\n\n\"The stories he tells are about this land. The question is not whether we should claim Homer or not. His story is also ours,\" he said.\n\nBut not everyone shares his vision.\n\nIn 2024, municipal officials from President Recep Tayyip Erdogan's ruling AKP party proposed renaming Homer's Valley after a Turkish fighter, saying the site should not have a Greek name.\n\n\"Erasing Homer's name would be one of the worst things we could do to Bornova,\" retorted the mayor, whose aim is to \"make Homer known to the whole world as a person from Bornova\" and to make the town a tourist attraction.\n\n'Proud to be his compatriot'\n\nMustafa Kocyigit, who runs the Gargantua bookshop in Izmir, said the success of Nolan's film has revived interest in Homer and boosted sales of the poem \"The Odyssey\".\n\n\"I knew Homer was from these lands, but I didn't know he was specifically from Izmir. We are incredibly lucky,\" said teacher Safak Tosun outside one of the city's cinemas where the film is showing.\n\n\"I feel proud, honoured and deeply privileged to be his fellow countryman.\"\n\nFor the researcher Altin, there are clues in Homer's writing that he says shows the poet came from the area.\n\n\"When you dive into the Iliad, you really understand that Homer was an Anatolian. You find anecdotes and cultural references that are completely unknown elsewhere,\" he said.\n\nHe believes Homer's origins should not stir up rivalry between Turkey and Greece.\n\n\"Homer is 2,800 years old, while the Turkish-Greek border is only a century old,\" he shrugs.\n\n\"Homer is Greek. Homer is Anatolian. None of us is older than he is, not even our countries.\"",
"source": {
"uri": "france24.com",
"dataType": "news",
"title": "France 24"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Cave",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cave"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Poet",
"type": "wiki",
"score": 5,
"label": {
"eng": "Poet"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Odyssey",
"type": "wiki",
"score": 5,
"label": {
"eng": "Odyssey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/İzmir",
"type": "loc",
"score": 5,
"label": {
"eng": "İzmir"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Homer",
"type": "person",
"score": 5,
"label": {
"eng": "Homer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Greek_language",
"type": "wiki",
"score": 5,
"label": {
"eng": "Greek language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bornova",
"type": "loc",
"score": 5,
"label": {
"eng": "Bornova"
},
"location": {
"type": "place",
"label": {
"eng": "Bornova"
},
"country": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Smyrna",
"type": "loc",
"score": 5,
"label": {
"eng": "Smyrna"
},
"location": {
"type": "place",
"label": {
"eng": "Smyrna"
},
"country": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Turkey",
"type": "loc",
"score": 5,
"label": {
"eng": "Turkey"
},
"location": {
"type": "country",
"label": {
"eng": "Turkey"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aegean_Sea",
"type": "wiki",
"score": 4,
"label": {
"eng": "Aegean Sea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/River_Meles",
"type": "wiki",
"score": 3,
"label": {
"eng": "River Meles"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Geographer",
"type": "wiki",
"score": 3,
"label": {
"eng": "Geographer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chronicle",
"type": "wiki",
"score": 3,
"label": {
"eng": "Chronicle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Myth",
"type": "wiki",
"score": 3,
"label": {
"eng": "Myth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ionia",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ionia"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pausanias_(geographer)",
"type": "person",
"score": 3,
"label": {
"eng": "Pausanias (geographer)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ancient_Greece",
"type": "loc",
"score": 3,
"label": {
"eng": "Ancient Greece"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Epic_poetry",
"type": "wiki",
"score": 3,
"label": {
"eng": "Epic poetry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chios",
"type": "loc",
"score": 3,
"label": {
"eng": "Chios"
},
"location": {
"type": "place",
"label": {
"eng": "Chios"
},
"country": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aeolic_Greek",
"type": "wiki",
"score": 2,
"label": {
"eng": "Aeolic Greek"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ionic_order",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ionic order"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Frieze",
"type": "wiki",
"score": 2,
"label": {
"eng": "Frieze"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iliad",
"type": "wiki",
"score": 2,
"label": {
"eng": "Iliad"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Relief",
"type": "wiki",
"score": 2,
"label": {
"eng": "Relief"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apotheosis",
"type": "wiki",
"score": 2,
"label": {
"eng": "Apotheosis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dialect",
"type": "wiki",
"score": 2,
"label": {
"eng": "Dialect"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Archaeology",
"type": "wiki",
"score": 2,
"label": {
"eng": "Archaeology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coin",
"type": "wiki",
"score": 2,
"label": {
"eng": "Coin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Anatolia",
"type": "loc",
"score": 1,
"label": {
"eng": "Anatolia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Justice_and_Development_Party_(Turkey)",
"type": "org",
"score": 1,
"label": {
"eng": "Justice and Development Party (Turkey)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Recep_Tayyip_Erdoğan",
"type": "person",
"score": 1,
"label": {
"eng": "Recep Tayyip Erdoğan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Greece",
"type": "loc",
"score": 1,
"label": {
"eng": "Greece"
},
"location": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
],
"categories": [
{
"uri": "dmoz/Science/Social_Sciences/Archaeology",
"label": "dmoz/Science/Social Sciences/Archaeology",
"wgt": 23
},
{
"uri": "dmoz/Arts/Literature/World_Literature",
"label": "dmoz/Arts/Literature/World Literature",
"wgt": 14
},
{
"uri": "dmoz/Arts/Literature/Poetry",
"label": "dmoz/Arts/Literature/Poetry",
"wgt": 15
},
{
"uri": "dmoz/Recreation/Outdoors/Caving",
"label": "dmoz/Recreation/Outdoors/Caving",
"wgt": 17
},
{
"uri": "dmoz/Arts/Literature/Myths_and_Folktales",
"label": "dmoz/Arts/Literature/Myths and Folktales",
"wgt": 19
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 65
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media",
"label": "iptc/arts, culture, entertainment and media",
"wgt": 78
},
{
"uri": "iptc/science_and_technology/social_sciences/archeology",
"label": "iptc/science and technology/social sciences/archeology",
"wgt": 99
}
],
"image": "https://s.france24.com/media/display/9e7c5b18-99df-11f1-b75d-005056a90284/w:1280/p:16x9/854e61a38c8d3667b2d05d053ec43dda09271d9c.jpg",
"eventUri": null,
"sentiment": 0.1764705882352942,
"wgt": 524628719,
"relevance": 1
},
{
"uri": "9434480682",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:11:00",
"dateTime": "2026-08-17T02:11:00Z",
"dateTimePub": "2026-08-17T02:10:29Z",
"dataType": "news",
"sim": 0,
"url": "https://lecourrier.vn/asean-cup-2026-le-vietnam-bat-la-malaisie-2-0-en-demi-finale-aller/1353541.html",
"title": "ASEAN Cup 2026 : le Vietnam bat la Malaisie 2-0 en demi-finale aller",
"body": "Les hommes de Kim Sang Sik ont pourtant dû composer avec la pression de la sélection malaisienne durant plusieurs phases de la rencontre. Après un début de match équilibré, le Vietnam a ouvert le score dans le temps additionnel de la première mi-temps. À la 45+4 minute, Truong Tiên Anh a centré pour Nguyên Xuân Son, qui a marqué de la tête.\n\nEn seconde période, la Malaisie a accentué la pression, tandis que le Vietnam a privilégié les contres. À la 61 minute, le gardien Patrik Le Giang a d'abord été expulsé après une intervention sur un attaquant malaisien. Après consultation de la VAR, l'arbitre a finalement annulé le carton rouge, permettant au Vietnam de poursuivre la rencontre à onze.\n\nLa Malaisie a ensuite tenté de revenir au score sans parvenir à se montrer suffisamment dangereuse face à une défense vietnamienne bien organisée. À la 86e minute, le Vietnam a doublé la mise sur un but contre son camp de Faris Danish, à la suite d'une passe en profondeur de Quang Hai vers Dinh Bac.\n\nAvec cette victoire à l'extérieur, le Vietnam dispose d'un avantage de deux buts avant la demi-finale retour, prévue le 19 août au stade national de My Dinh, à Hanoï. Les champions en titre devront toutefois rester concentrés pour préserver leur avantage et décrocher leur billet pour la finale.",
"source": {
"uri": "lecourrier.vn",
"dataType": "news",
"title": "lecourrier.vn"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Vietnam",
"type": "loc",
"score": 5,
"label": {
"eng": "Vietnam"
},
"location": {
"type": "country",
"label": {
"eng": "Vietnam"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malaysia",
"type": "loc",
"score": 5,
"label": {
"eng": "Malaysia"
},
"location": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/ASEAN",
"type": "wiki",
"score": 3,
"label": {
"eng": "ASEAN"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Patrik_Le_Giang",
"type": "person",
"score": 2,
"label": {
"eng": "Patrik Le Giang"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Penalty_card",
"type": "wiki",
"score": 2,
"label": {
"eng": "Penalty card"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Video_assistant_referee",
"type": "wiki",
"score": 2,
"label": {
"eng": "Video assistant referee"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Own_goal",
"type": "wiki",
"score": 1,
"label": {
"eng": "Own goal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hanoi",
"type": "loc",
"score": 1,
"label": {
"eng": "Hanoi"
},
"location": {
"type": "place",
"label": {
"eng": "Hanoi"
},
"country": {
"type": "country",
"label": {
"eng": "Vietnam"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Denmark",
"type": "loc",
"score": 1,
"label": {
"eng": "Denmark"
},
"location": {
"type": "country",
"label": {
"eng": "Denmark"
}
}
}
],
"categories": [
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 96
}
],
"image": "https://image.lecourrier.vn/MediaUpload/Medium/2026/08/17/090642-vna_potal_ban_ket_luot_di_asean_cup_2026_tuyen_viet_nam_thang_malaysia_2-0_8959217.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524628660,
"relevance": 1
},
{
"uri": "9434480512",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:10:31",
"dateTime": "2026-08-17T02:10:31Z",
"dateTimePub": "2026-08-17T02:00:00Z",
"dataType": "news",
"sim": 0.4392156898975372,
"url": "https://le10sport.com/football/equipe-de-france/equipe-de-france-zinedine-zidane-a-choisi-son-staff-voici-sa-premiere-mission-avec-son-bras-droit-790196",
"title": "Equipe de France : Zinedine Zidane a choisi son staff, voici sa première mission avec son bras droit !",
"body": "Après 14 années de règne en équipe de France, Didier Deschamps a décidé de quitter le navire. Lié à la FFF jusqu'au 31 juillet 2026, le technicien de 57 ans avait annoncé dès janvier 2025 qu'il n'allait pas prolonger. Comme promis, Didier Deschamps a lâché son poste de sélectionneur après la Coupe du Monde. Ce qui a profité à Zinedine Zidane, qui rêvait de devenir son successeur depuis la fin de son deuxième mandat en tant qu'entraineur du Real Madrid à l'intersaison 2021.\n\nLens-PSG : Zinedine Zidane était présent à Bollaert\n\nNommé sans surprise par Philippe Diallo, Zinedine Zidane a composé son staff. En effet, la FFF a officialisé sa liste sur son site officiel il y a quelques jours.\n\nStaff technique : David Bettoni (entraîneur adjoint), Hamidou Msaidie (assistant coach), Fabien Barthez (entraîneur des gardiens de but), Grégory Dupont (conseiller stratégie et performance), Stéphane Plancque (observateur), Farid Tabet (assistant coach analyste data vidéo) et Clément Ybert (analyste vidéo adjoint).\n\nStaff médical : Hervé Collado (médecin), Maxime Matton (kinésitherapeute), Paul Olive (kinésitherapeute), Nagib Remita (kinésitherapeute), Pierre-Yves Froideval (kinésitherapeute), Philippe Boixel (ostéopathe) et Marc Retali (pédicure podologue).\n\nStaff support : Laurent Georges (team manager), Mohamed Sanhadji (logistique sécurité), Mustapha Khalef (agent de securité), Kamel Lahlouh (intendant), Bastien Geray (intendant adjoint), Guillaume Bigot (journaliste reporter d'images), Antonio Mesa (journaliste reporter d'images) et Roberto Falvo (chef cuisinier).",
"source": {
"uri": "le10sport.com",
"dataType": "news",
"title": "Le10sport.com"
},
"authors": [
{
"uri": "amadou_diawara@le10sport.com",
"name": "Amadou Diawara",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Zinedine_Zidane",
"type": "person",
"score": 5,
"label": {
"eng": "Zinedine Zidane"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 5,
"label": {
"eng": "France national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Didier_Deschamps",
"type": "person",
"score": 4,
"label": {
"eng": "Didier Deschamps"
}
},
{
"uri": "http://en.wikipedia.org/wiki/French_Football_Federation",
"type": "wiki",
"score": 4,
"label": {
"eng": "French Football Federation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/David_Bettoni",
"type": "person",
"score": 2,
"label": {
"eng": "David Bettoni"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 2,
"label": {
"eng": "Real Madrid CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Habib_Diallo",
"type": "person",
"score": 2,
"label": {
"eng": "Habib Diallo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stade_Bollaert-Delelis",
"type": "wiki",
"score": 2,
"label": {
"eng": "Stade Bollaert-Delelis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fabien_Barthez",
"type": "person",
"score": 2,
"label": {
"eng": "Fabien Barthez"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sports_commentator",
"type": "wiki",
"score": 2,
"label": {
"eng": "Sports commentator"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Coach_(sport)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Coach (sport)"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Stéphane_Plancque",
"type": "wiki",
"score": 1,
"label": {
"eng": "Stéphane Plancque"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Journaliste_reporter_d'images",
"type": "wiki",
"score": 1,
"label": {
"eng": "Journaliste reporter d'images"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chef",
"type": "wiki",
"score": 1,
"label": {
"eng": "Chef"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Manager_(association_football)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Manager (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goalkeeper_(association_football)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Goalkeeper (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Physician",
"type": "wiki",
"score": 1,
"label": {
"eng": "Physician"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 99
}
],
"image": "https://le10static.com/img/cache/article/1200x675/ICONSPORT_370896_0186_d8577deeed/ICONSPORT_370896_0186_d8577deeed.jpg",
"eventUri": "fra-1333812",
"sentiment": null,
"wgt": 524628631,
"relevance": 1
},
{
"uri": "9434480278",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:09:51",
"dateTime": "2026-08-17T02:09:51Z",
"dateTimePub": "2026-08-17T02:07:15Z",
"dataType": "news",
"sim": 0,
"url": "https://www.marketscreener.com/news/alphabet-eyes-inaugural-australia-dollar-bond-announcement-shows-ce7859dfde8df024",
"title": "Alphabet eyes inaugural Australia dollar bond, announcement shows",
"body": "Alphabet Inc. is a holding company organized around 6 areas of activities: - operation of a web-based search engine (Google). Additionally, the group runs a video hosting and broadcasting site (YouTube) as well as a free on-line messaging service (Gmail); - development and production of home automation solutions (Nest Labs): Wi-Fi networks synchronized with the control programs for thermostats, smoke detectors and security systems; - research and development into biotechnology (Calico): dedicated to treating aging and degenerative diseases; - research into artificial intelligence (Google X); - investment services: management of an investment fund devoted to young businesses that operate in the new technology sector (Google Ventures) and an investment fund intended for already developed companies (Google Capital); - operation of a fiber optic internet access network infrastructure (Google Fiber). Net sales are distributed geographically as follows: the United States (47.6%), Americas (6%), Europe-Middle East-Africa (29.6%) and Asia-Pacific (16.8%).",
"source": {
"uri": "marketscreener.com",
"dataType": "news",
"title": "Market Screener"
},
"authors": [
{
"uri": "reuters@marketscreener.com",
"name": "Reuters",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Alphabet_Inc.",
"type": "org",
"score": 5,
"label": {
"eng": "Alphabet Inc."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Search_engine",
"type": "wiki",
"score": 3,
"label": {
"eng": "Search engine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Web_application",
"type": "wiki",
"score": 3,
"label": {
"eng": "Web application"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Holding_company",
"type": "wiki",
"score": 3,
"label": {
"eng": "Holding company"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google",
"type": "org",
"score": 3,
"label": {
"eng": "Google"
}
},
{
"uri": "http://en.wikipedia.org/wiki/YouTube",
"type": "wiki",
"score": 3,
"label": {
"eng": "YouTube"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google_Nest",
"type": "org",
"score": 2,
"label": {
"eng": "Google Nest"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Calico_(company)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Calico (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Home_automation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Home automation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Smoke_detector",
"type": "wiki",
"score": 2,
"label": {
"eng": "Smoke detector"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Biotechnology",
"type": "wiki",
"score": 2,
"label": {
"eng": "Biotechnology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wi-Fi",
"type": "wiki",
"score": 2,
"label": {
"eng": "Wi-Fi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gmail",
"type": "wiki",
"score": 2,
"label": {
"eng": "Gmail"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Security",
"type": "wiki",
"score": 2,
"label": {
"eng": "Security"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Research_and_development",
"type": "wiki",
"score": 2,
"label": {
"eng": "Research and development"
}
},
{
"uri": "http://en.wikipedia.org/wiki/CapitalG",
"type": "wiki",
"score": 1,
"label": {
"eng": "CapitalG"
}
},
{
"uri": "http://en.wikipedia.org/wiki/X_(company)",
"type": "org",
"score": 1,
"label": {
"eng": "X (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/GV_(company)",
"type": "org",
"score": 1,
"label": {
"eng": "GV (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google_Fiber",
"type": "wiki",
"score": 1,
"label": {
"eng": "Google Fiber"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Optical_fiber",
"type": "wiki",
"score": 1,
"label": {
"eng": "Optical fiber"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia-Pacific",
"type": "loc",
"score": 1,
"label": {
"eng": "Asia-Pacific"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Internet_access",
"type": "wiki",
"score": 1,
"label": {
"eng": "Internet access"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 1,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Americas",
"type": "loc",
"score": 1,
"label": {
"eng": "Americas"
},
"location": null
},
{
"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/Business/Investing/Socially_Responsible",
"label": "dmoz/Business/Investing/Socially Responsible",
"wgt": 27
},
{
"uri": "dmoz/Computers/Internet/Searching",
"label": "dmoz/Computers/Internet/Searching",
"wgt": 31
},
{
"uri": "dmoz/Business/Investing/Money_Managers",
"label": "dmoz/Business/Investing/Money Managers",
"wgt": 25
},
{
"uri": "dmoz/Computers/Home_Automation",
"label": "dmoz/Computers/Home Automation",
"wgt": 30
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Services",
"label": "dmoz/Business/Financial Services/Investment Services",
"wgt": 28
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 86
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 89
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/computing_and_information_technology",
"label": "iptc/economy, business and finance/products and services/computing and information technology",
"wgt": 96
}
],
"image": null,
"eventUri": null,
"sentiment": 0.4588235294117646,
"wgt": 524628591,
"relevance": 1
},
{
"uri": "9434480277",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:09:51",
"dateTime": "2026-08-17T02:09:51Z",
"dateTimePub": "2026-08-17T02:08:15Z",
"dataType": "news",
"sim": 0,
"url": "https://www.marketscreener.com/news/american-rare-earths-signs-agreement-with-us-rare-earth-metallurgy-firm-for-magnet-production-from-w-ce7859dfde8df026",
"title": "American Rare Earths Signs Agreement with US Rare Earth Metallurgy Firm for Magnet Production from Wyoming Project, Shares Up 7%",
"body": "American Rare Earths Limited is an Australia-based critical minerals company. Through its wholly owned subsidiary, Wyoming Rare (USA) Inc., the Company is advancing the Halleck Creek Project in Wyoming, a rare earth deposit. The Halleck Creek Project is located in the Central Laramie Mountains, approximately 70 kilometers (km) northeast of Laramie, and 30 km southwest of Wheatland, Wyoming and covers over 3304 hectares (ha). Through its wholly owned subsidiary Wyoming Rare (USA) Inc., it controls approximately 367 unpatented lode mining claims and four Wyoming State Mineral Leases. Its 100% owned La Paz Rare Earth Project, which is located in La Paz County, Arizona, approximately 170 kilometers northwest of Phoenix. The La Paz Project covers over 2779 ha. Its projects also include Beaver Creek and Searchlight properties. The Searchlight Heavy Rare Earths Project is an exploration project located in a precious metal mining district in the eastern Mojave Desert Region.",
"source": {
"uri": "marketscreener.com",
"dataType": "news",
"title": "Market Screener"
},
"authors": [
{
"uri": "mt_newswires@marketscreener.com",
"name": "Mt Newswires",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Wyoming",
"type": "loc",
"score": 5,
"label": {
"eng": "Wyoming"
},
"location": {
"type": "place",
"label": {
"eng": "Wyoming"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Metallurgy",
"type": "wiki",
"score": 3,
"label": {
"eng": "Metallurgy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mineral",
"type": "wiki",
"score": 3,
"label": {
"eng": "Mineral"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earth",
"type": "wiki",
"score": 3,
"label": {
"eng": "Earth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Laramie_Mountains",
"type": "loc",
"score": 2,
"label": {
"eng": "Laramie Mountains"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Hectare",
"type": "wiki",
"score": 2,
"label": {
"eng": "Hectare"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wheatland,_Wyoming",
"type": "loc",
"score": 2,
"label": {
"eng": "Wheatland, Wyoming"
},
"location": {
"type": "place",
"label": {
"eng": "Wheatland, Wyoming"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Laramie,_Wyoming",
"type": "loc",
"score": 2,
"label": {
"eng": "Laramie, Wyoming"
},
"location": {
"type": "place",
"label": {
"eng": "Laramie, Wyoming"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mojave_Desert",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mojave Desert"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Beaver",
"type": "wiki",
"score": 1,
"label": {
"eng": "Beaver"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lode",
"type": "wiki",
"score": 1,
"label": {
"eng": "Lode"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Precious_metal",
"type": "wiki",
"score": 1,
"label": {
"eng": "Precious metal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/U.S._state",
"type": "loc",
"score": 1,
"label": {
"eng": "U.S. state"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Mining",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mining"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Searchlight,_Nevada",
"type": "loc",
"score": 1,
"label": {
"eng": "Searchlight, Nevada"
},
"location": {
"type": "place",
"label": {
"eng": "Searchlight, Nevada"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Phoenix,_Arizona",
"type": "loc",
"score": 1,
"label": {
"eng": "Phoenix, Arizona"
},
"location": {
"type": "place",
"label": {
"eng": "Phoenix, Arizona"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/La_Paz_County,_Arizona",
"type": "loc",
"score": 1,
"label": {
"eng": "La Paz County, Arizona"
},
"location": {
"type": "place",
"label": {
"eng": "La Paz County, Arizona"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/La_Paz",
"type": "loc",
"score": 1,
"label": {
"eng": "La Paz"
},
"location": {
"type": "place",
"label": {
"eng": "La Paz"
},
"country": {
"type": "country",
"label": {
"eng": "Bolivia"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Science/Earth_Sciences/Geology",
"label": "dmoz/Science/Earth Sciences/Geology",
"wgt": 22
},
{
"uri": "dmoz/Science/Technology/Mining",
"label": "dmoz/Science/Technology/Mining",
"wgt": 25
},
{
"uri": "dmoz/Computers/Software/Project_Management",
"label": "dmoz/Computers/Software/Project Management",
"wgt": 18
},
{
"uri": "dmoz/Business/Mining_and_Drilling/Mineral_Exploration_and_Extraction",
"label": "dmoz/Business/Mining and Drilling/Mineral Exploration and Extraction",
"wgt": 30
},
{
"uri": "dmoz/Business/Mining_and_Drilling/Consulting",
"label": "dmoz/Business/Mining and Drilling/Consulting",
"wgt": 25
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 50
}
],
"image": "https://www.marketscreener.com/images/twitter_MS_fdblanc.png",
"eventUri": null,
"sentiment": 0.1215686274509804,
"wgt": 524628591,
"relevance": 1
},
{
"uri": "9434479153",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-17",
"time": "02:07:11",
"dateTime": "2026-08-17T02:07:11Z",
"dateTimePub": "2026-08-17T02:02:12Z",
"dataType": "news",
"sim": 0,
"url": "https://www.lemonde.fr/en/international/article/2026/08/17/trump-says-us-scaling-back-military-drills-with-south-korea_6756572_4.html",
"title": "Trump says US scaling back military drills with South Korea",
"body": "US President Donald Trump said he was \"not happy\" about US participation in joint military exercises with close ally South Korea and is scaling back the drills aimed at deterring rival North Korea that start Monday, August 17.\n\nTrump's comments on Sunday, ahead of the annual \"Ulchi Freedom Shield\" exercise in South Korea, underscored his willingness to challenge long-standing military alliances, as he harked back to his negotiations with North Korean leader Kim Jong Un during his first term that failed in the goal of tackling its nuclear program.\n\n\"Based on my very good relationship with Kim Jong Un, of North Korea, I am not happy with the fact that the United States has, long ago, agreed to participate in Joint Military Exercises with South Korea,\" Trump wrote on his Truth Social platform.\n\n\"These exercises are not only costly, with much of these costs paid for by the United States of America (as usual!), but send a signal that is totally inappropriate and hostile, to a Country that, as long as Donald J. Trump has been President, has been unthreatening and respectful,\" he continued. Trump added that it was too late to cancel the drills so he had ordered Defense Secretary Pete Hegseth to \"substantially reduce\" them.\n\nThe exercise, which runs for 11 days, is a regular summer fixture for South Korea's armed forces and their US allies, designed to steel them for defense against the nuclear-armed North. South Korea's defense ministry said the joint drills would \"proceed as previously notified and scheduled\" when asked about Trump's post.\n\nPyongyang has always been angered by the drills, decrying them as dress rehearsals for an invasion.\n\nThe US stations about 28,500 troops in South Korea to bolster the country's defenses against military threats from Pyongyang. That's a legacy of the 1950-53 Korean War that ended with an armistice rather than a peace treaty. American forces typically hold regular military drills with their South Korean counterparts.\n\nTrump has proved willing to challenge long-standing alliances, as he has done with NATO, criticizing Western partners for refusing to support his war against Iran, now in its sixth month and without progress on reaching a negotiated settlement.\n\nIn Sunday's post, Trump also took aim at South Korea on that count, writing: \"I recently asked the President of South Korea if they would like to join us in the Denuclearization of the Islamic Republic of Iran, and they said, 'No thanks!'\"\n\nBattle-hardened\n\nExperts say that North Korea has expanded its nuclear and missile capabilities since the breakdown of Trump's negotiations with Kim, whom he last met in person in 2019.\n\nSince then, North Korea has also deepened its ties with Russia since the Kremlin commanded the full-scale invasion of Ukraine in 2022. Pyongyang has sent troops and munitions for Moscow's faltering war in exchange for financial support, food, energy and military technology, according to analysts.\n\nLast Monday, Colonel Ryan Donald, spokesman for the US and South Korean Combined Forces Command, said the Ulchi Freedom exercise would simulate combat against North Korean troops battle-hardened by deployment in the Russia-Ukraine war.\n\nThe exercise - enlisting 18,000 South Korean troops and counterparts from US forces in the country - will have a heightened focus on drone warfare, GPS disruption and the role of cyber attacks, he said.\n\nSouth Korea's dovish President Lee Jae Myung has reversed the stance of his hawkish predecessor since taking power in June 2025, offering Pyongyang talks without preconditions. But the leadership of North Korea has yet to respond to his repeated offers.",
"source": {
"uri": "lemonde.fr",
"dataType": "news",
"title": "Le Monde.fr",
"private": true
},
"authors": [
{
"uri": "agence_france_presse@lemonde.fr",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Korea",
"type": "loc",
"score": 5,
"label": {
"eng": "South Korea"
},
"location": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/North_Korea",
"type": "loc",
"score": 5,
"label": {
"eng": "North Korea"
},
"location": {
"type": "country",
"label": {
"eng": "North Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kim_Jong_Un",
"type": "wiki",
"score": 4,
"label": {
"eng": "Kim Jong Un"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Military_parade",
"type": "wiki",
"score": 4,
"label": {
"eng": "Military parade"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Truth_Social",
"type": "wiki",
"score": 3,
"label": {
"eng": "Truth Social"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supreme_Leader_(North_Korean_title)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Supreme Leader (North Korean title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Military_alliance",
"type": "wiki",
"score": 3,
"label": {
"eng": "Military alliance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Military_exercise",
"type": "wiki",
"score": 3,
"label": {
"eng": "Military exercise"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nuclear_program_of_Iran",
"type": "wiki",
"score": 3,
"label": {
"eng": "Nuclear program of Iran"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pyongyang",
"type": "loc",
"score": 3,
"label": {
"eng": "Pyongyang"
},
"location": {
"type": "place",
"label": {
"eng": "Pyongyang"
},
"country": {
"type": "country",
"label": {
"eng": "North Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Peace_treaty",
"type": "wiki",
"score": 2,
"label": {
"eng": "Peace treaty"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Armistice",
"type": "wiki",
"score": 2,
"label": {
"eng": "Armistice"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Korean_War",
"type": "wiki",
"score": 2,
"label": {
"eng": "Korean War"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Secretary_of_Defense",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States Secretary of Defense"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Military",
"type": "wiki",
"score": 2,
"label": {
"eng": "Military"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nuclear_weapon",
"type": "wiki",
"score": 2,
"label": {
"eng": "Nuclear weapon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russian_invasion_of_Ukraine",
"type": "wiki",
"score": 1,
"label": {
"eng": "Russian invasion of Ukraine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russo-Ukrainian_War",
"type": "wiki",
"score": 1,
"label": {
"eng": "Russo-Ukrainian War"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Nations_Command",
"type": "loc",
"score": 1,
"label": {
"eng": "United Nations Command"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Pacifism",
"type": "wiki",
"score": 1,
"label": {
"eng": "Pacifism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_South_Korea",
"type": "wiki",
"score": 1,
"label": {
"eng": "President of South Korea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israeli_settlement",
"type": "wiki",
"score": 1,
"label": {
"eng": "Israeli settlement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Colonel",
"type": "wiki",
"score": 1,
"label": {
"eng": "Colonel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moscow_Kremlin",
"type": "loc",
"score": 1,
"label": {
"eng": "Moscow Kremlin"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Iran–Iraq_War",
"type": "wiki",
"score": 1,
"label": {
"eng": "Iran–Iraq War"
}
},
{
"uri": "http://en.wikipedia.org/wiki/NATO",
"type": "org",
"score": 1,
"label": {
"eng": "NATO"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moscow",
"type": "loc",
"score": 1,
"label": {
"eng": "Moscow"
},
"location": {
"type": "place",
"label": {
"eng": "Moscow"
},
"country": {
"type": "country",
"label": {
"eng": "Russia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russia",
"type": "loc",
"score": 1,
"label": {
"eng": "Russia"
},
"location": {
"type": "country",
"label": {
"eng": "Russia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 1,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 28
},
{
"uri": "dmoz/Business/Aerospace_and_Defense/Defense",
"label": "dmoz/Business/Aerospace and Defense/Defense",
"wgt": 21
},
{
"uri": "dmoz/Science/Technology/Military_Science",
"label": "dmoz/Science/Technology/Military Science",
"wgt": 26
},
{
"uri": "dmoz/Society/Genealogy/Military",
"label": "dmoz/Society/Genealogy/Military",
"wgt": 19
},
{
"uri": "dmoz/Society/Military/Educational_and_Academic",
"label": "dmoz/Society/Military/Educational and Academic",
"wgt": 19
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 100
},
{
"uri": "iptc/politics_and_government/government/national_security",
"label": "iptc/politics and government/government/national security",
"wgt": 96
}
],
"image": "https://img.lemde.fr/2026/08/17/357/0/4288/2144/1440/720/60/0/be771af_ftp-1-br4qefvmsnlo-5859606-01-06.jpg",
"eventUri": null,
"sentiment": 0.07450980392156858,
"wgt": 524628431,
"relevance": 1
},
{
"uri": "9434478461",
"lang": "fra",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:06:25",
"dateTime": "2026-08-17T02:06:25Z",
"dateTimePub": "2026-08-17T02:04:35Z",
"dataType": "news",
"sim": 0.9411764740943909,
"url": "https://www.20minutes.fr/politique/4239396-20260817-apres-demission-refusee-ministre-transition-ecologique-ironise",
"title": "Après sa démission refusée, la ministre de la Transition écologique ironise",
"body": "Après sa démission refusée, la ministre de la Transition écologique ironiseplus sur le départ*Dans un entretien à \" Libération \", Monique Barbut prévient ses détracteurs qu'il \" faudra encore [la] supporter \" à la tête du ministère de la Transition écologique\n\nAlors qu'elle a été très proche de la sortie fin juillet, Monique Barbut compte désormais conserver son poste de ministre de la Transition écologique. Après sa démission refusée, elle se voit en effet rester au gouvernement et tient à le faire savoir à ses détracteurs via un entretien à Libération publié dimanche.\n\n\" Je peux me sentir plus fragile mais pas fragilisée. Les articles publiés dans la presse cet été ne viennent pas que des oppositions... Je ne suis pas dupe. Certains aimeraient que je ne sois plus là. Il faudra encore me supporter \", affirme-t-elle dans cet entretien.\n\nDes tensions sur la loi d'urgence agricole\n\nAprès avoir annoncé sa démission en juillet pour protester contre l'adoption de la loi d'urgence agricole, Monique Barbut était finalement restée au gouvernement, assurant avoir obtenu des \" garanties \" sur des sujets lui tenant à cœur, comme l'adaptation au changement climatique.\n\n\" J'ai trois grandes priorités : l'adaptation, la forêt et la santé environnementale sur lesquelles j'ai fait et ferai des propositions \", affirme-t-elle dans l'entretien. \" Tant que ces sujets avancent \", la question de son avenir au gouvernement \" ne se pose pas \".\n\nLe Premier ministre Sébastien Lecornu l'avait chargée fin juillet de lui présenter d'ici octobre de nouvelles mesures pour \" accélérer \" la mise en œuvre du Plan national d'adaptation au changement climatique. \" Pour ce qui est du financement, les ressources de l'Etat étant ce qu'elles sont, je voudrais creuser la piste d'un financement via la Caisse des dépôts issu de l'épargne des Français \", indique Monique Barbut.\n\nDes mesures à venir pour limiter le cadmium\n\nElle revient aussi sur le cadmium, métal lourd toxique présent dans l'environnement et l'alimentation, pour lequel le gouvernement prépare un décret organisant la baisse dans les engrais phosphatés. \" Je souhaite que nous fixions une norme maximale de 20 milligrammes par kilogramme (mg/kg) à horizon 2030, contre 90 mg/kg actuellement \", dit Monique Barbut. Une baisse plus rapide que celle qu'envisageait le ministère de l'Agriculture en mai, à \" 40 mg/kg en 2030 \" et \" 20 mg/kg \" d'ici 2038.\n\nLa ministre juge enfin \" pas surprenantes \" les conclusions du Conseil constitutionnel, qui a validé vendredi la quasi-totalité de la loi d'urgence agricole, tout en saluant des clarifications \" utiles \". Ainsi l'absence de décision de l'Anses, dans le délai de deux mois prévu pour une demande de dérogation à l'utilisation de l'insecticide acétamipride, vaut décision de refus. \" Je veillerai à ce qu'aucune pression ne soit exercée sur l'Anses pour tenir des délais qui ne seraient pas compatibles avec les exigences d'une expertise scientifique rigoureuse \", affirme-t-elle également. Pas de remaniement en vue donc pour l'exécutif sur les questions liées à l'environnement.",
"source": {
"uri": "20minutes.fr",
"dataType": "news",
"title": "20minutes"
},
"authors": [
{
"uri": "xavier_moulinot@20minutes.fr",
"name": "Xavier Moulinot",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Monique_Barbut",
"type": "person",
"score": 5,
"label": {
"eng": "Monique Barbut"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Ecology",
"type": "org",
"score": 5,
"label": {
"eng": "Ministry of Ecology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Government",
"type": "wiki",
"score": 5,
"label": {
"eng": "Government"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Libération",
"type": "wiki",
"score": 4,
"label": {
"eng": "Libération"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_variability_and_change",
"type": "wiki",
"score": 2,
"label": {
"eng": "Climate variability and change"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sébastien_Lecornu",
"type": "person",
"score": 2,
"label": {
"eng": "Sébastien Lecornu"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Plan_national_d'adaptation_au_changement_climatique",
"type": "wiki",
"score": 2,
"label": {
"eng": "Plan national d'adaptation au changement climatique"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_France",
"type": "wiki",
"score": 2,
"label": {
"eng": "Prime Minister of France"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cadmium",
"type": "wiki",
"score": 2,
"label": {
"eng": "Cadmium"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Environmental_health",
"type": "wiki",
"score": 2,
"label": {
"eng": "Environmental health"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Forest",
"type": "wiki",
"score": 2,
"label": {
"eng": "Forest"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Norme",
"type": "wiki",
"score": 1,
"label": {
"eng": "Norme"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_nationale_de_sécurité_sanitaire_de_l'alimentation,_de_l'environnement_et_du_travail",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Heavy_metals",
"type": "wiki",
"score": 1,
"label": {
"eng": "Heavy metals"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Constitutional_Council_(France)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Constitutional Council (France)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Phosphate",
"type": "wiki",
"score": 1,
"label": {
"eng": "Phosphate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Agriculture_(France)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Ministry of Agriculture (France)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toxicity",
"type": "wiki",
"score": 1,
"label": {
"eng": "Toxicity"
}
},
{
"uri": "http://fr.wikipedia.org/wiki/Décret_en_France",
"type": "wiki",
"score": 1,
"label": {
"eng": "Décret en France"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Elle_(magazine)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Elle (magazine)"
}
}
],
"categories": [
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 62
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 82
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 94
}
],
"image": "https://img.20mn.fr/RHvuv8OzRKedOBC1MmSyqyk/1444x920_la-ministre-francaise-de-l-environnement-monique-barbut-s-adresse-aux-medias-et-part-apres-une-reunion-sur-l-impact-de-la-canicule-sur-l-agriculture-a-l-hotel-de-matignon-a-paris-en-france-le-vendredi-3-juillet-2026-accorsini-jeanne-accorsini-0111-credit-jeanne-accorsini-sipa-2607031759",
"eventUri": "fra-1334744",
"sentiment": null,
"wgt": 524628385,
"relevance": 1
}
],
"totalResults": 329513,
"page": 1,
"count": 10,
"pages": 32952
}
}