Topics
Countries
Belgium News
Would you like to access news/blog content published by sources located in Belgium?
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/Belgium",
"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%2FBelgium&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": "9360391783",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:22:55",
"dateTime": "2026-06-16T23:22:55Z",
"dateTimePub": "2026-06-11T04:51:50Z",
"dataType": "news",
"sim": 0.7372549176216125,
"url": "https://www.7sur7.be/football-etranger/neymar-de-retour-a-lentrainement-avec-le-bresil~aa5213b0/",
"title": "Neymar de retour à l'entraînement avec le Brésil",
"body": "La date d'un retour en match de l'attaquant reste cependant incertaine alors que le Brésil a concédé le nul samedi face au Maroc (1-1) pour ses débuts dans le groupe C du Mondial en Amérique du Nord. La Seleção entraînée par Carlo Ancelotti affrontera Haïti vendredi et bouclera la première phase le 24 juin contre l'Écosse.\n\nL'Iranien Mehdi Torabi reçoit un nouveau visa\n\nL'attaquant Mehdi Torabi, dont le visa américain avait expiré après le premier match de l'équipe de football d'Iran à Los Angeles, a reçu un nouveau visa lui permettant de participer au reste de la Coupe du monde, a annoncé mardi un responsable de la sélection. \"Grâce aux démarches de la Fédération iranienne de football et à la coordination avec la FIFA, le joueur s'est vu délivrer aujourd'hui un nouveau visa à entrées multiples\", a-t-il expliqué dans un communiqué.\n\nSon précédent visa n'était valable que pour une seule entrée aux États-Unis, et avait expiré lundi soir, après la rencontre entre l'Iran et la Nouvelle-Zélande. Le match s'est conclu sur un nul (2-2), et où il n'est pas entré en jeu. Avec ce nouveau visa, l'attaquant \"pourra sans problème accompagner l'équipe nationale iranienne lors de ses prochains matchs et sera en mesure de voyager avec le groupe jusqu'à la fin du tournoi\".\n\nDans le groupe G, l'Iran doit jouer contre la Belgique dimanche à Los Angeles, puis affronter l'Égypte le 26 juin à Seattle. Ce nouvel imbroglio concernant Mehdi Torabi a terni un peu plus ce Mondial difficile pour la sélection iranienne, confrontée à une multitude d'obstacles extra-sportifs. \"Nous sommes l'équipe la plus maltraitée de toute la Coupe du monde\", avait dénoncé lundi le sélectionneur Amir Ghalenoei, lors d'une conférence de presse après le match contre la Nouvelle-Zélande.",
"source": {
"uri": "7sur7.be",
"dataType": "news",
"title": "7sur7"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Travel_visa",
"type": "wiki",
"score": 5,
"label": {
"eng": "Travel visa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil",
"type": "loc",
"score": 5,
"label": {
"eng": "Brazil"
},
"location": {
"type": "country",
"label": {
"eng": "Brazil"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mehdi_Torabi",
"type": "person",
"score": 4,
"label": {
"eng": "Mehdi Torabi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carlo_Ancelotti",
"type": "person",
"score": 3,
"label": {
"eng": "Carlo Ancelotti"
}
},
{
"uri": "http://en.wikipedia.org/wiki/North_America",
"type": "loc",
"score": 3,
"label": {
"eng": "North America"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Brazil_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Brazil national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Neymar",
"type": "person",
"score": 3,
"label": {
"eng": "Neymar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 3,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Morocco",
"type": "loc",
"score": 3,
"label": {
"eng": "Morocco"
},
"location": {
"type": "country",
"label": {
"eng": "Morocco"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Haiti",
"type": "loc",
"score": 3,
"label": {
"eng": "Haiti"
},
"location": {
"type": "country",
"label": {
"eng": "Haiti"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Los_Angeles",
"type": "loc",
"score": 2,
"label": {
"eng": "Los Angeles"
},
"location": {
"type": "place",
"label": {
"eng": "Los Angeles"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 2,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Press_conference",
"type": "wiki",
"score": 1,
"label": {
"eng": "Press conference"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Amir_Ghalenoei",
"type": "person",
"score": 1,
"label": {
"eng": "Amir Ghalenoei"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran_national_football_team",
"type": "wiki",
"score": 1,
"label": {
"eng": "Iran national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seattle",
"type": "loc",
"score": 1,
"label": {
"eng": "Seattle"
},
"location": {
"type": "place",
"label": {
"eng": "Seattle"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"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/Belgium",
"type": "loc",
"score": 1,
"label": {
"eng": "Belgium"
},
"location": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
},
{
"uri": "iptc/sport/sport_event",
"label": "iptc/sport/sport event",
"wgt": 83
}
],
"image": "https://images.7sur7.be/OGY0MmEzNTEzZDkwMWYyNWMwZGYvZGlvLzI3NDc0NjU4NC9mb2N1cy1hbmQtZmlsbC8wLjUwLzAuNTAvMTIwMC82MzA",
"eventUri": "por-1279208",
"sentiment": null,
"wgt": 519348175,
"relevance": 1
},
{
"uri": "9360389065",
"lang": "fra",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:18:51",
"dateTime": "2026-06-16T23:18:51Z",
"dateTimePub": "2026-06-16T23:14:46Z",
"dataType": "news",
"sim": 0,
"url": "https://www.lalibre.be/dernieres-depeches/2026/06/17/coupe-du-monde-2026-la-justice-canadienne-confirme-le-refus-dentree-du-ghaneen-partey-accuse-de-viols-TU3W3SYCJNBKZGBUFG663RFS3U/",
"title": "Coupe du monde 2026 - La justice canadienne confirme le refus d'entrée du Ghanéen Partey, accusé de viols",
"body": "La justice canadienne a rejeté mardi un recours du Ghana visant à permettre au footballeur Thomas Partey, qui sera jugé pour viols au Royaume-Uni en 2027, d'entrer au Canada pour le premier match de sa sélection au Mondial, a rapporté le média public canadien CBC.\n\nLe Ghana contestait la décision des autorités canadiennes d'interdire l'entrée sur son territoire du milieu de terrain ghanéen en raison des poursuites le visant. Mais un juge de la Cour fédérale du Canada a rejeté mardi ce recours.\n\nAncien joueur d'Arsenal, actuellement à Villarreal, en Espagne, Thomas Partey, 32 ans, est dans l'incapacité de se rendre à Toronto, où le Ghana lancera sa Coupe du monde mercredi face au Panama.\n\nThomas Partey a plaidé non coupable de sept chefs d'accusation de viol et d'un autre chef d'agression sexuelle, en lien avec des accusations portées par quatre femmes entre 2020 et 2022, quand il portait le maillot d'Arsenal (2020-2025).",
"source": {
"uri": "lalibre.be",
"dataType": "news",
"title": "La Libre.be"
},
"authors": [
{
"uri": "belga_belga@lalibre.be",
"name": "Belga Belga",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Thomas_Partey",
"type": "person",
"score": 5,
"label": {
"eng": "Thomas Partey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ghana",
"type": "loc",
"score": 5,
"label": {
"eng": "Ghana"
},
"location": {
"type": "country",
"label": {
"eng": "Ghana"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 5,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 3,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canadian_Broadcasting_Corporation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Canadian Broadcasting Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 2,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 2,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Villarreal_CF",
"type": "wiki",
"score": 1,
"label": {
"eng": "Villarreal CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto",
"type": "loc",
"score": 1,
"label": {
"eng": "Toronto"
},
"location": {
"type": "place",
"label": {
"eng": "Toronto"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Panama",
"type": "loc",
"score": 1,
"label": {
"eng": "Panama"
},
"location": {
"type": "country",
"label": {
"eng": "Panama"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 1,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 99
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 94
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 87
}
],
"image": "https://www.lalibre.be/resizer/v2/ODKLKJBY5JHBZGGEX5JO7VIOG4.png?auth=99992c0249edfd0f59ed7caae24c0f483574cfcaa1b362acfcac9717c690a301&width=1200&height=630&quality=85&smart=true",
"eventUri": null,
"sentiment": null,
"wgt": 519347931,
"relevance": 1
},
{
"uri": "9360388569",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:18:11",
"dateTime": "2026-06-16T23:18:11Z",
"dateTimePub": "2026-06-16T23:17:36Z",
"dataType": "news",
"sim": 0,
"url": "https://www.europarl.europa.eu/news/en/press-room/20260616IPR45506/chemicals-deal-on-simplification-of-cosmetics-fertiliser-and-labelling-rules",
"title": "Chemicals: deal on simplification of cosmetics, fertiliser and labelling rules | News | European Parliament",
"body": "The changes will introduce greater flexibility to chemicals rules while maintaining high levels of protection for human health and the environment.\n\nOn Tuesday night, Council and Parliament negotiators reached a political agreement on the Commission's \"omnibus VI\" package to simplify provisions relating to cosmetics products, the classification, packaging, and labelling of chemicals (CLP), and fertilising products.\n\nCosmetics\n\nThe co-legislators agreed to phase out cosmetics containing prohibited CMR (carcinogenic, mutagenic and reprotoxic) substances faster than the Commission had proposed. Where a substance is not defended for continued use, companies will have -- once the ban takes effect -- 6 months to stop placing affected products on the market and 12 months before they can no longer be made available -- as opposed to the Commission's 12 and 24 months, though still longer than the current rules, which set no staggered transition.\n\nCompanies wanting to keep using a substance will have up to 12 months from its new classification to request a derogation, and the phase-out clock starts only once that request is decided. If the derogation is refused on safety grounds, the company will then have 3 months to stop placing products on the market and 9 months before they can no longer be made available. If it is refused due to the availability of a suitable alternative, 24 and 36 months.\n\nThe co-legislators also decided against exempting CMR substances based on oral or inhalation exposure as otherwise proposed by the Commission and reintroduced the requirement for cosmetic products containing nanomaterials to be notified to the Commission prior to being placed on the market, but not 6 months prior as currently.\n\nTo accelerate the replacement of hazardous substances in cosmetic products, the Commission will develop guidance specifying the analysis of alternatives one year after entry into force of this legislation.\n\nClassification, labelling and packaging of chemicals\n\nCo-legislators agreed on revisions to the recently amended CLP Regulation, to allow for more flexible rules for the classification and labelling of chemicals, including easy-to-read labels, wider use of digital labelling, and the easing of advertising rules to reduce costs and complexity, while ensuring consumer protection\n\nIt was agreed that the label elements shall be legible for consumers. Where the substance is placed on the market for the public, the text of the label shall use a font size where the x-height is equal to or greater than 1.2 mm. When the contents of the package of the substance do not exceed 125 ml, the x-height must be equal to or greater than 0.9 mm.\n\nTo address practical labelling challenges while ensuring that full hazard information remains available on the outer packaging, co-legislators agreed that, for chemical products in containers of 10 ml or less, some label elements -- though not the hazard pictograms -- may be provided on a digital label.\n\nTo bring regulatory clarity and address possible public health concerns, co-legislators introduced a specific 15-month deadline for suppliers to update labels when a new evaluation leads to a more severe classification, instead of \"without undue delay\" as proposed by the Commission.\n\nTo prevent fragmented implementation timelines, Parliament last year postponed application of most parts of the revised regulation on the classification, labelling, and packaging of chemicals to 1 January 2028.\n\nFertilisers\n\nCo-legislators agreed to simplify the EU fertilising products regulation ((EU) 2019/1009) to support EU farmers and innovation and competitiveness in the EU fertilising products sector without compromising the protection of human health and the environment.\n\nWhile the Commission had proposed replacing the extended REACH registration requirement for substances used in fertilising products with the standard REACH regime, the co-legislators chose to retain a registration obligation for substances with a harmonised classification as particularly harmful.\n\nQuotes\n\nThe rapporteur for the Environment, Climate and Food Safety Committee Dimitris Tsiodras (EPP, Greece) said: \"With this agreement, we have demonstrated that simplification and a high level of protection can go hand in hand. We have reduced unnecessary burdens for businesses, strengthened the visibility of safety information for consumers and delivered greater legal certainty for industry, while fully preserving Europe's high standards for health and environmental protection.\"\n\nThe rapporteur of the Internal Market and Consumer Protection Committee Piotr Müller (ECR, Poland) said: \"We welcome this trilogue agreement as a meaningful step forward for European industry. Our shared goal was to cut red tape and support growth across the chemical, cosmetics, and fertiliser sectors. Could we have gone further? Certainly. There are issues we will continue to push in future reviews. But today's outcome is a genuine win for EU competitiveness.\"\n\nNext steps\n\nThe informal agreement must now be endorsed by both Parliament and Council. It will then enter into force 20 days after it has been published in the EU Official Journal.\n\nBackground\n\nThe \"chemicals omnibus\" is part of a wider effort to simplify EU laws and ease administrative burdens, helping businesses innovate and grow in line with the Draghi report on EU competitiveness.\n\nThe chemical industry consists of 29,000 companies providing 1.2 million direct jobs and supporting 19 million people across supply chains. According to the Commission, the proposed measures to reduce compliance costs and ease the administrative burden should save the industry at least €363 million a year. In July 2025, the Commission also presented a European chemicals industry action plan.",
"source": {
"uri": "europarl.europa.eu",
"dataType": "news",
"title": "European Parliament"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Packaging_and_labeling",
"type": "wiki",
"score": 5,
"label": {
"eng": "Packaging and labeling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cosmetics",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cosmetics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chemical_substance",
"type": "wiki",
"score": 5,
"label": {
"eng": "Chemical substance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/CLP_Regulation",
"type": "wiki",
"score": 4,
"label": {
"eng": "CLP Regulation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/X-height",
"type": "wiki",
"score": 3,
"label": {
"eng": "X-height"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reproductive_toxicity",
"type": "wiki",
"score": 3,
"label": {
"eng": "Reproductive toxicity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mutagen",
"type": "wiki",
"score": 3,
"label": {
"eng": "Mutagen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carcinogen",
"type": "wiki",
"score": 3,
"label": {
"eng": "Carcinogen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Parliament_of_the_United_Kingdom",
"type": "wiki",
"score": 3,
"label": {
"eng": "Parliament of the United Kingdom"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fertilizer",
"type": "wiki",
"score": 3,
"label": {
"eng": "Fertilizer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bus",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 3,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Health",
"type": "wiki",
"score": 3,
"label": {
"eng": "Health"
}
},
{
"uri": "http://en.wikipedia.org/wiki/GHS_hazard_pictograms",
"type": "wiki",
"score": 2,
"label": {
"eng": "GHS hazard pictograms"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Registration,_Evaluation,_Authorisation_and_Restriction_of_Chemicals",
"type": "wiki",
"score": 2,
"label": {
"eng": "Registration, Evaluation, Authorisation and Restriction of Chemicals"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Font",
"type": "wiki",
"score": 2,
"label": {
"eng": "Font"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nanomaterials",
"type": "wiki",
"score": 2,
"label": {
"eng": "Nanomaterials"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dangerous_goods",
"type": "wiki",
"score": 2,
"label": {
"eng": "Dangerous goods"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chemical_industry",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chemical industry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Consumer_protection",
"type": "wiki",
"score": 2,
"label": {
"eng": "Consumer protection"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Public_health",
"type": "wiki",
"score": 2,
"label": {
"eng": "Public health"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Conservatives_and_Reformists",
"type": "org",
"score": 1,
"label": {
"eng": "European Conservatives and Reformists"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_People's_Party",
"type": "org",
"score": 1,
"label": {
"eng": "European People's Party"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mario_Draghi",
"type": "person",
"score": 1,
"label": {
"eng": "Mario Draghi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Poland",
"type": "loc",
"score": 1,
"label": {
"eng": "Poland"
},
"location": {
"type": "country",
"label": {
"eng": "Poland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Greece",
"type": "loc",
"score": 1,
"label": {
"eng": "Greece"
},
"location": {
"type": "country",
"label": {
"eng": "Greece"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 22
},
{
"uri": "dmoz/Society/Government",
"label": "dmoz/Society/Government",
"wgt": 23
},
{
"uri": "dmoz/Business/Chemicals/Wholesale_and_Distribution",
"label": "dmoz/Business/Chemicals/Wholesale and Distribution",
"wgt": 23
},
{
"uri": "dmoz/Science/Environment/Environmental_Health",
"label": "dmoz/Science/Environment/Environmental Health",
"wgt": 23
},
{
"uri": "dmoz/Health/Occupational_Health_and_Safety/Hazardous_Substances",
"label": "dmoz/Health/Occupational Health and Safety/Hazardous Substances",
"wgt": 20
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 89
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 70
}
],
"image": "https://www.europarl.europa.eu/news/img/meta-twitter.jpg",
"eventUri": null,
"sentiment": 0.06666666666666665,
"wgt": 519347891,
"relevance": 1
},
{
"uri": "9360388281",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:17:21",
"dateTime": "2026-06-16T23:17:21Z",
"dateTimePub": "2026-06-16T23:14:46Z",
"dataType": "news",
"sim": 0.8627451062202454,
"url": "https://www.dhnet.be/dernieres-depeches/2026/06/17/coupe-du-monde-2026-la-justice-canadienne-confirme-le-refus-dentree-du-ghaneen-partey-accuse-de-viols-TU3W3SYCJNBKZGBUFG663RFS3U/",
"title": "Coupe du monde 2026 - La justice canadienne confirme le refus d'entrée du Ghanéen Partey, accusé de viols",
"body": "La justice canadienne a rejeté mardi un recours du Ghana visant à permettre au footballeur Thomas Partey, qui sera jugé pour viols au Royaume-Uni en 2027, d'entrer au Canada pour le premier match de sa sélection au Mondial, a rapporté le média public canadien CBC.\n\nLe Ghana contestait la décision des autorités canadiennes d'interdire l'entrée sur son territoire du milieu de terrain ghanéen en raison des poursuites le visant. Mais un juge de la Cour fédérale du Canada a rejeté mardi ce recours.\n\nAncien joueur d'Arsenal, actuellement à Villarreal, en Espagne, Thomas Partey, 32 ans, est dans l'incapacité de se rendre à Toronto, où le Ghana lancera sa Coupe du monde mercredi face au Panama.\n\nThomas Partey a plaidé non coupable de sept chefs d'accusation de viol et d'un autre chef d'agression sexuelle, en lien avec des accusations portées par quatre femmes entre 2020 et 2022, quand il portait le maillot d'Arsenal (2020-2025).",
"source": {
"uri": "dhnet.be",
"dataType": "news",
"title": "DH.be"
},
"authors": [
{
"uri": "belga_belga@dhnet.be",
"name": "Belga Belga",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Thomas_Partey",
"type": "person",
"score": 5,
"label": {
"eng": "Thomas Partey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ghana",
"type": "loc",
"score": 5,
"label": {
"eng": "Ghana"
},
"location": {
"type": "country",
"label": {
"eng": "Ghana"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 5,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 3,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 3,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canadian_Broadcasting_Corporation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Canadian Broadcasting Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 2,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 2,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Villarreal_CF",
"type": "wiki",
"score": 1,
"label": {
"eng": "Villarreal CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto",
"type": "loc",
"score": 1,
"label": {
"eng": "Toronto"
},
"location": {
"type": "place",
"label": {
"eng": "Toronto"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Panama",
"type": "loc",
"score": 1,
"label": {
"eng": "Panama"
},
"location": {
"type": "country",
"label": {
"eng": "Panama"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 1,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 99
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 94
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 87
}
],
"image": "https://www.dhnet.be/resizer/v2/7VMUDRERRBCZFHIRPIT3OFNCE4.png?auth=e26ec744f03e936804ed79e7aebfa711f3f6ad9ee4d8768a59ebacc7229c4737&width=1200&height=630&quality=85&smart=true",
"eventUri": "eng-11747704",
"sentiment": null,
"wgt": 519347841,
"relevance": 1
},
{
"uri": "9360386078",
"lang": "fra",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:13:27",
"dateTime": "2026-06-16T23:13:27Z",
"dateTimePub": "2026-06-16T23:05:28Z",
"dataType": "news",
"sim": 0,
"url": "https://www.lalibre.be/dernieres-depeches/2026/06/17/coupe-du-monde-2026-kylian-mbappe-et-la-france-heureux-detre-sortis-vainqueurs-dun-match-pas-evident-5ARL6QHBEJEI3COH45ORFKAED4/",
"title": "Coupe du monde 2026 - Kylian Mbappé et la France heureux d'être sortis vainqueurs d'un \"match pas évident\"",
"body": "\"Je ne pense pas qu'on soit totalement lancés mais c'est important de bien commencer\", a déclaré le capitaine français Kylian Mbappé après la victoire de son équipe sur le Sénégal (3-1) mardi dans le premier match du groupe I de la Coupe du monde de football.\n\n\"Toutes les équipes savent que la Coupe du Monde c'est unique donc tout le monde veut gagner, donner une bonne image de son pays\", a souligné Mbappé dans des propos relayés par la FIFA. \"On a vu qu'aujourd'hui, ce n'était pas un match évident, mais on sait qu'à tout moment on peut marquer et faire la différence donc ça aide.\"\n\nLe N.10 des Bleus est devenu le meilleur buteur de l'histoire de sa sélection avec des 57e et 58e réalisations en ouverture d'une compétition dans laquelle il doit faire oublier sa saison difficile,sur le plan collectif, avec le Real Madrid. \"Il n'y a pas de revanche, si je commence à jouer pour faire taire ceux qui me critiquent, je devrais jouer jusqu'à 80 ans. Je joue pour marquer l'histoire de mon pays, faire en sorte que mon équipe soit en finale et gagne la Coupe du Monde.\"",
"source": {
"uri": "lalibre.be",
"dataType": "news",
"title": "La Libre.be"
},
"authors": [
{
"uri": "belga_belga@lalibre.be",
"name": "Belga Belga",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 5,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 3,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal",
"type": "loc",
"score": 2,
"label": {
"eng": "Senegal"
},
"location": {
"type": "country",
"label": {
"eng": "Senegal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 1,
"label": {
"eng": "Real Madrid CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 1,
"label": {
"eng": "France national football team"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 96
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
},
{
"uri": "iptc/sport/sport_event",
"label": "iptc/sport/sport event",
"wgt": 93
}
],
"image": "https://www.lalibre.be/resizer/v2/ODKLKJBY5JHBZGGEX5JO7VIOG4.png?auth=99992c0249edfd0f59ed7caae24c0f483574cfcaa1b362acfcac9717c690a301&width=1200&height=630&quality=85&smart=true",
"eventUri": null,
"sentiment": null,
"wgt": 519347607,
"relevance": 1
},
{
"uri": "9360385179",
"lang": "rus",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:11:30",
"dateTime": "2026-06-16T23:11:30Z",
"dateTimePub": "2026-06-16T23:10:34Z",
"dataType": "news",
"sim": 0,
"url": "https://centralasia.media/news:2487040",
"title": "В западной Монголии зафиксировано сильнейшие землетрясение магнитудой 5.1",
"body": "CentralAsia (MNG) - Сильное землетрясение магнитудой 5,1 произошло в 142 км (88 милях) от Улаангома, центра аймака Увс, Монголия, во вторник, 16 июня 2026 года, в 16:43 по местному времени (GMT +7). Глубина очага землетрясения не была определена, но предполагается, что он был неглубоким. Землетрясение не ощущалось (или, по крайней мере, о нем не сообщалось).\n\nБлижайший крупный город, где могли ощущаться толчки, -- это Эрзин, город с населением 3000 человек в России, расположенный в 96 км к северо-востоку от эпицентра. Вероятно, там люди ощутили слабые толчки. В столице Монголии, Улаанбаатаре, расположенном в 963 км от эпицентра, землетрясение не ощущалось.\n\nВ следующей таблице показаны некоторые места, которые могли быть затронуты (или не затронуты) землетрясением.",
"source": {
"uri": "centralasia.media",
"dataType": "news",
"title": "centralasia.media"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Moment_magnitude_scale",
"type": "wiki",
"score": 5,
"label": {
"eng": "Moment magnitude scale"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earthquake",
"type": "wiki",
"score": 5,
"label": {
"eng": "Earthquake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mongolia",
"type": "loc",
"score": 5,
"label": {
"eng": "Mongolia"
},
"location": {
"type": "country",
"label": {
"eng": "Mongolia"
}
}
},
{
"uri": "http://ru.wikipedia.org/wiki/Город",
"type": "wiki",
"score": 3,
"label": {
"eng": "Город"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aimag",
"type": "wiki",
"score": 3,
"label": {
"eng": "Aimag"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Epicenter",
"type": "wiki",
"score": 3,
"label": {
"eng": "Epicenter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Uvs_Province",
"type": "loc",
"score": 3,
"label": {
"eng": "Uvs Province"
},
"location": {
"type": "place",
"label": {
"eng": "Uvs Province"
},
"country": {
"type": "country",
"label": {
"eng": "Mongolia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Erzin,_Russia",
"type": "loc",
"score": 2,
"label": {
"eng": "Erzin, Russia"
},
"location": null
}
],
"categories": [
{
"uri": "iptc/disaster,_accident_and_emergency_incident/disaster/natural_disaster/earthquake",
"label": "iptc/disaster, accident and emergency incident/disaster/natural disaster/earthquake",
"wgt": 100
}
],
"image": "https://st-1.akipress.org/cdn-st-0/qi9/H/4224893.643f76713dfab59443cd96dd3ae45997.500.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 519347490,
"relevance": 1
},
{
"uri": "9360381845",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:06:42",
"dateTime": "2026-06-16T23:06:42Z",
"dateTimePub": "2026-06-16T23:05:28Z",
"dataType": "news",
"sim": 0.7019608020782471,
"url": "https://www.dhnet.be/dernieres-depeches/2026/06/17/coupe-du-monde-2026-kylian-mbappe-et-la-france-heureux-detre-sortis-vainqueurs-dun-match-pas-evident-5ARL6QHBEJEI3COH45ORFKAED4/",
"title": "Coupe du monde 2026 - Kylian Mbappé et la France heureux d'être sortis vainqueurs d'un \"match pas évident\"",
"body": "\"Je ne pense pas qu'on soit totalement lancés mais c'est important de bien commencer\", a déclaré le capitaine français Kylian Mbappé après la victoire de son équipe sur le Sénégal (3-1) mardi dans le premier match du groupe I de la Coupe du monde de football.\n\n\"Toutes les équipes savent que la Coupe du Monde c'est unique donc tout le monde veut gagner, donner une bonne image de son pays\", a souligné Mbappé dans des propos relayés par la FIFA. \"On a vu qu'aujourd'hui, ce n'était pas un match évident, mais on sait qu'à tout moment on peut marquer et faire la différence donc ça aide.\"\n\nLe N.10 des Bleus est devenu le meilleur buteur de l'histoire de sa sélection avec des 57e et 58e réalisations en ouverture d'une compétition dans laquelle il doit faire oublier sa saison difficile,sur le plan collectif, avec le Real Madrid. \"Il n'y a pas de revanche, si je commence à jouer pour faire taire ceux qui me critiquent, je devrais jouer jusqu'à 80 ans. Je joue pour marquer l'histoire de mon pays, faire en sorte que mon équipe soit en finale et gagne la Coupe du Monde.\"",
"source": {
"uri": "dhnet.be",
"dataType": "news",
"title": "DH.be"
},
"authors": [
{
"uri": "belga_belga@dhnet.be",
"name": "Belga Belga",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 5,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 3,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal",
"type": "loc",
"score": 2,
"label": {
"eng": "Senegal"
},
"location": {
"type": "country",
"label": {
"eng": "Senegal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
"type": "wiki",
"score": 1,
"label": {
"eng": "Real Madrid CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 1,
"label": {
"eng": "France national football team"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 96
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
},
{
"uri": "iptc/sport/sport_event",
"label": "iptc/sport/sport event",
"wgt": 93
}
],
"image": "https://www.dhnet.be/resizer/v2/7VMUDRERRBCZFHIRPIT3OFNCE4.png?auth=e26ec744f03e936804ed79e7aebfa711f3f6ad9ee4d8768a59ebacc7229c4737&width=1200&height=630&quality=85&smart=true",
"eventUri": "fra-1315985",
"sentiment": null,
"wgt": 519347202,
"relevance": 1
},
{
"uri": "9360380875",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:06:00",
"dateTime": "2026-06-16T23:06:00Z",
"dateTimePub": "2026-06-16T21:31:08Z",
"dataType": "news",
"sim": 0.4745098054409027,
"url": "https://www.rtbf.be/article/kylian-mbappe-historique-un-double-pour-devenir-meilleur-buteur-de-l-equipe-de-france-et-klose-en-ligne-de-mire-11741932",
"title": "Kylian Mbappé historique : un doublé pour devenir meilleur buteur de l'Équipe de France et le record de Klose en ligne de mire - RTBF Actus",
"body": "Mais les grands joueurs ont cette capacité à exploser au moment où on les attend le moins. À la 66e minute, idéalement mis sur orbite par un excellent service de Michael Olise, Mbappé a fait parler son sang-froid pour débloquer la situation et expédier le ballon au fond des filets, avant de doubler la mise d'une magnifique frappe dans le temps additionnel.\n\nUn doublé qui l'installe un peu plus dans la légende du football français : avec ces 57e et 58 buts sous le maillot des Bleus, il dépasse le record absolu d'Olivier Giroud. Il lorgne d'ailleurs sur un autre record : celui du meilleur buteur en Coupe du monde. Il ne pointe plus qu'à deux petites longueurs du record historique, toujours détenu par l'Allemand Miroslav Klose (16 réalisations). Un record qui ne semble plus très loin pour le buteur des Bleus.",
"source": {
"uri": "rtbf.be",
"dataType": "news",
"title": "RTBF"
},
"authors": [
{
"uri": "noe_mattagne@rtbf.be",
"name": "Noé Mattagne",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 4,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/RTBF",
"type": "org",
"score": 3,
"label": {
"eng": "RTBF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/L'Équipe",
"type": "wiki",
"score": 3,
"label": {
"eng": "L'Équipe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "France national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ball_(association_football)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ball (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Miroslav_Klose",
"type": "person",
"score": 2,
"label": {
"eng": "Miroslav Klose"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Olivier_Giroud",
"type": "person",
"score": 1,
"label": {
"eng": "Olivier Giroud"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 1,
"label": {
"eng": "FIFA World Cup"
}
}
],
"categories": [
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://static-content.rtbf.be/article/image/1920x1080/9/f/e/9d727779b168a4199b01119506f816ec.jpg",
"eventUri": "eng-11747444",
"sentiment": null,
"wgt": 519347160,
"relevance": 1
},
{
"uri": "9360380537",
"lang": "fra",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:05:52",
"dateTime": "2026-06-16T23:05:52Z",
"dateTimePub": "2026-06-16T23:00:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.sudinfo.be/id1162076/article/2026-06-17/pres-de-120-riverains-ont-decouvert-le-futur-quartier-prevu-sur-le-site-de",
"title": "Près de 120 riverains ont découvert le futur quartier prévu sur le site de l'ancienne caserne du Génie à Jambes",
"body": "Cet article est réservé à nos abonnés. L'information de qualité et de proximité a un prix. En vous abonnant, vous défendez l'indépendance et le rôle indispensable de la presse. S'abonner, c'est nous soutenir.\n\nJe m'abonne\n\nL'ancienne caserne \" De Wispelaere \", dite du Génie, à Jambes (Namur), doit être transformée en un nouveau quartier mixte reliant la rue de Dave à la Meuse. Le projet, porté par Thomas & Piron Bâtiment, prévoit la création d'environ 430 logements sur un site de près de 9 hectares.\n\nAccès illimité pour 1€ le premier mois",
"source": {
"uri": "sudinfo.be",
"dataType": "news",
"title": "Sudinfo.be"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Barracks",
"type": "wiki",
"score": 4,
"label": {
"eng": "Barracks"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Military_engineering",
"type": "wiki",
"score": 3,
"label": {
"eng": "Military engineering"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jambes",
"type": "loc",
"score": 3,
"label": {
"eng": "Jambes"
},
"location": {
"type": "place",
"label": {
"eng": "Jambes"
},
"country": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Namur",
"type": "loc",
"score": 2,
"label": {
"eng": "Namur"
},
"location": {
"type": "place",
"label": {
"eng": "Namur"
},
"country": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dwelling",
"type": "wiki",
"score": 1,
"label": {
"eng": "Dwelling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hectare",
"type": "wiki",
"score": 1,
"label": {
"eng": "Hectare"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Meuse",
"type": "loc",
"score": 1,
"label": {
"eng": "Meuse"
},
"location": null
}
],
"categories": [
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 51
},
{
"uri": "iptc/human_interest",
"label": "iptc/human interest",
"wgt": 50
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media",
"label": "iptc/arts, culture, entertainment and media",
"wgt": 79
}
],
"image": "https://spgeng.rosselcdn.net/sites/default/files/dpistyles_v2/FirstImageUrl/2026/06/17/node_1162076/57529869/public/2026/06/17/85815507.jpeg?itok=eiZWq_1s1781650817",
"eventUri": null,
"sentiment": null,
"wgt": 519347152,
"relevance": 1
},
{
"uri": "9360379947",
"lang": "fra",
"isDuplicate": false,
"date": "2026-06-16",
"time": "23:05:00",
"dateTime": "2026-06-16T23:05:00Z",
"dateTimePub": "2026-06-16T17:31:33Z",
"dataType": "news",
"sim": 0,
"url": "https://www.lesoir.be/753488/article/2026-06-16/le-g7-uni-pour-soutenir-lukraine-mission-accomplie-pour-macron",
"title": "Le G7 uni pour soutenir l'Ukraine, mission accomplie pour Macron",
"body": "Il aurait pu être éclipsé du sommet, le protocole d'accord entre les Etats-Unis et l'Iran étant apparu plus brûlant encore que le sort de l'Ukraine après plus de quatre ans de guerre. Mais Volodymyr Zelensky s'est imposé et s'est montré satisfait, ce mardi, de l'accueil que lui a réservé le G7 à Evian. Au point même de prolonger jusqu'à ce mercredi son séjour en Haute-Savoie, à l'invitation d'Emmanuel Macron.\n\nAccédez à l'information nationale et internationale vérifiée et décryptée 2,49€/semaine pendant 1 mois",
"source": {
"uri": "lesoir.be",
"dataType": "news",
"title": "Le Soir"
},
"authors": [
{
"uri": "joelle_meskens@lesoir.be",
"name": "Joëlle Meskens",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Group_of_Seven",
"type": "org",
"score": 3,
"label": {
"eng": "Group of Seven"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Emmanuel_Macron",
"type": "person",
"score": 3,
"label": {
"eng": "Emmanuel Macron"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Volodymyr_Zelenskyy",
"type": "person",
"score": 2,
"label": {
"eng": "Volodymyr Zelenskyy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Euro",
"type": "wiki",
"score": 1,
"label": {
"eng": "Euro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Évian-les-Bains",
"type": "loc",
"score": 1,
"label": {
"eng": "Évian-les-Bains"
},
"location": {
"type": "place",
"label": {
"eng": "Évian-les-Bains"
},
"country": {
"type": "country",
"label": {
"eng": "France"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Haute-Savoie",
"type": "loc",
"score": 1,
"label": {
"eng": "Haute-Savoie"
},
"location": {
"type": "place",
"label": {
"eng": "Haute-Savoie"
},
"country": {
"type": "country",
"label": {
"eng": "France"
}
}
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 48
},
{
"uri": "iptc/politics_and_government/international_relations",
"label": "iptc/politics and government/international relations",
"wgt": 99
}
],
"image": "https://leseng.rosselcdn.net/sites/default/files/dpistyles_v2/ena_16_9_extra_big/2026/06/16/node_753488/33543556/public/2026/06/16/85895909.jpeg?itok=2NStMs-F1781632501",
"eventUri": null,
"sentiment": null,
"wgt": 519347100,
"relevance": 1
}
],
"totalResults": 62303,
"page": 1,
"count": 10,
"pages": 6231
}
}