Luxembourg News

Would you like to access news/blog content published by sources located in Luxembourg?

Code example

# If you'd like to do a POST request then call endpoint:
http://localhost:8090/api/v1/article/getArticles
Body:
            
            {
    "sourceLocationUri": "http://en.wikipedia.org/wiki/Luxembourg",
    "resultType": "articles",
    "apiKey": "API_KEY"
}
        
# If you'd like instead to do a GET request then call:
http://localhost:8090/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLuxembourg&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": "7575504430",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-03",
        "time": "01:06:00",
        "dateTime": "2023-06-03T01:06:00Z",
        "dateTimePub": "2023-06-03T00:52:00Z",
        "dataType": "news",
        "sim": 0.7764706015586853,
        "url": "https://today.rtl.lu/news/business-and-tech/a/2069937.html",
        "title": "YouTube scraps 2020 US election misinformation policy",
        "body": "YouTube will stop removing content that falsely claims the 2020 US presidential election was plagued by \"fraud, errors or glitches,\" the platform said Friday, a decision quickly criticized by anti-misinformation advocates.\n\nThe announcement by the Google-owned video website is a marked departure from its policy initiated in December 2020, which attempted to curb false claims -- most importantly pushed by then-president Donald Trump -- that his re-election loss to Joe Biden was due to the vote being \"stolen.\"\n\n\"The ability to openly debate political ideas, even those that are controversial or based on disproven assumptions, is core to a functioning democratic society -- especially in the midst of election season,\" YouTube said in a blog post.\n\n\"We will stop removing content that advances false claims that widespread fraud, errors, or glitches occurred in the 2020 and other past US presidential elections.\"\n\nYouTube's updated policy, which goes into effect immediately, comes as tech platforms grapple with a key issue in America's hyperpolarized political environment: How to combat misinformation without curtailing free speech?\n\nYouTube appeared to acknowledge that policing misinformation comes with downsides.\n\n\"Two years, tens of thousands of video removals, and one election cycle later, we recognized it was time to reevaluate the effects of this policy in today's changed landscape,\" the video-sharing giant said.\n\n\"In the current environment, we find that while removing this content does curb some misinformation, it could also have the unintended effect of curtailing political speech without meaningfully reducing the risk of violence or other real-world harm.\"\n\nBut that response prompted sharp criticism from US advocacy groups.\n\n\"YouTube is dead wrong in its assertion that removing false election content curtails political speech without meaningfully reducing real-world harms,\" said Nora Benavidez, from the nonpartisan group Free Press.\n\n\"Its dangerous decision to immediately stop removing content... which continues to sow hate and disinformation that threatens our democracy must be reversed immediately.\"\n\nYoutube insisted that its other existing rules against election misinformation remain unchanged, including its prohibition of content that deceives voters or incites people to interfere with democratic processes.\n\n\"YouTube was one of the last major social media platforms to keep in place a policy attempting to curb 2020 election misinformation,\" said Julie Millican, vice president of the left-leaning watchdog Media Matters.\n\n\"Now, it's decided to take the easy way out by giving people like Donald Trump and his enablers free rein to continue to lie without consequence about the 2020 elections.\"",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/YouTube",
            "type": "org",
            "score": 5,
            "label": {
              "eng": "YouTube"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Misinformation",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "Misinformation"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Fraud",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "Fraud"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Joe_Biden",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Joe Biden"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Democracy",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Democracy"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/2020_United_States_presidential_election",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "2020 United States presidential election"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Hyperpolarization_(biology)",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Hyperpolarization (biology)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States_presidential_election",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "United States presidential election"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Freedom_of_speech",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Freedom of speech"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Blog",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Blog"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Donald_Trump",
            "type": "person",
            "score": 2,
            "label": {
              "eng": "Donald Trump"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Media_Matters_for_America",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Media Matters for America"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Disinformation",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Disinformation"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Nonpartisanism",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Nonpartisanism"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Vice_President_of_the_United_States",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Vice President of the United States"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Left-wing_politics",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Left-wing politics"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Social_media",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Social media"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "United States"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "United States"
              }
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Society/Politics",
            "label": "dmoz/Society/Politics",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Politics/Campaigns_and_Elections",
            "label": "dmoz/Society/Politics/Campaigns and Elections",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Activism/Strategies",
            "label": "dmoz/Society/Activism/Strategies",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Politics/Democracy",
            "label": "dmoz/Society/Politics/Democracy",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Issues/Online_Issues_Polls",
            "label": "dmoz/Society/Issues/Online Issues Polls",
            "wgt": 100
          },
          {
            "uri": "news/Technology",
            "label": "news/Technology",
            "wgt": 53
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/02/f267b1a2d46e9f9112e1e4728c89a4e0.jpeg",
        "eventUri": "eng-8669478",
        "sentiment": -0.3019607843137255,
        "wgt": 423450360,
        "relevance": 1
      },
      {
        "uri": "7575429457",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "23:16:00",
        "dateTime": "2023-06-02T23:16:00Z",
        "dateTimePub": "2023-06-02T23:07:00Z",
        "dataType": "news",
        "sim": 0.7019608020782471,
        "url": "https://today.rtl.lu/sport/international/a/2069930.html",
        "title": "Suh leads Memorial with Matsuyama in hot pursuit",
        "body": "Justin Suh shook off a late bogey with a birdie at 18 to grab a one-shot lead ahead of former Masters champion Hideki Matsuyama on Friday at the US PGA Tour Memorial tournament.\n\nSuh, a 25-year-old Californian chasing a first tour title, had seven birdies in his six-under par 66 and a 36-hole total of eight-under 136.\n\nThat put him one in front of Matsuyama, the 2014 Memorial winner who set an early target with a bogey-free seven-under par 65 for 137.\n\nSuh had climbed the leaderboard with three front-nine birdies, including a 20-footer at the fifth. He tied Matsuyama on seven-under with a 17-foot birdie putt at the 14th and took the solo lead with a birdie at the 15th.\n\nBut he was unable to get up and down from a greenside bunker at the par-three 16th, dropping back into a tie before rolling in a nine-foot putt for a textbook birdie at the last.\n\nSuh said holing a 16-foot putt from off the green at the opening hole was crucial to the round in difficult conditions at Muirfield Village in Dublin, Ohio.\n\n\"That was a big momentum swinger just off the bat,\" he said. \"For that to go in, I thought it just kind of put a little more pep in my step for the next 17 holes.\"\n\nSuh has plenty of star talent on his heels heading into the weekend, with Matsuyama one stroke clear of world number four and two-time Memorial winner Patrick Cantlay, who was tied on six-under with David Lipsky.\n\nReigning Masters champion Jon Rahm, the world number two, carded a 68 to join a group on four-under that also featured third-ranked Rory McIlroy.\n\nMatsuyama, who has two other top 10 finishes at the Jack Nicklaus-hosted Memorial in addition to his victory, said putting was the key to his sizzling round.\n\nHe birdied three of his last four holes, including a 25-foot birdie at the seventh and a 33-footer at the eighth.\n\n\"To make those putts at seven and eight were huge,\" said Matsuyama, the 2021 Masters champion who has struggled with a neck injury over the past year and has just one top-five finish in the last four months.\n\n- McIlroy bounces back -\n\nMcIlroy rebounded from a triple-bogey on 18 on Thursday to card a four-under par 68, and said it wasn't difficult to refocus.\n\n\"I got one bad break on 18 with that ball finishing on the bank of the bunker,\" McIlroy said of his first-round effort. \"I felt like I did a lot of really good things (Thursday) so I can't let that one sort of unlucky break sort of hide the fact that everything else was working pretty well.\"\n\nRahm, who could overtake Scottie Scheffler atop the world rankings with a victory this week, joined the group on 140 with his second straight 70.\n\n\"I feel really comfortable tee to green all day,\" said Rahm, who opened with back-to-back bogeys but had four birdies the rest of the way. \"Hit a lot of good putts that just didn't go in.\n\n\"But I always like to think that things usually even out and we kind of guessed the wind very well on 16 and made three really good putts on 15, 17, and 18 to post a really good score.\"\n\nScheffler, meanwhile, struggled for the second straight day, making the cut on the number at three-over after a one-over par 73.",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Matsuyama",
            "type": "loc",
            "score": 5,
            "label": {
              "eng": "Matsuyama"
            },
            "location": null
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Hideki_Matsuyama",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Hideki Matsuyama"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/PGA_Tour",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "PGA Tour"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Rory_McIlroy",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Rory McIlroy"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/California",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "California"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "California"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "United States"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "United States"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "United States"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/David_Lipsky_(golfer)",
            "type": "person",
            "score": 2,
            "label": {
              "eng": "David Lipsky (golfer)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Jon_Rahm",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Jon Rahm"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Patrick_Cantlay",
            "type": "person",
            "score": 2,
            "label": {
              "eng": "Patrick Cantlay"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Muirfield_Village",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Muirfield Village"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Dublin,_Ohio",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Dublin, Ohio"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Dublin, Ohio"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "United States"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Scottie_Scheffler",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Scottie Scheffler"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Official_World_Golf_Ranking",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Official World Golf Ranking"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Sports/Golf",
            "label": "dmoz/Sports/Golf",
            "wgt": 100
          },
          {
            "uri": "dmoz/Sports/Golf/Tournaments_and_Events",
            "label": "dmoz/Sports/Golf/Tournaments and Events",
            "wgt": 100
          },
          {
            "uri": "dmoz/Sports/Golf/Rules_and_Etiquette",
            "label": "dmoz/Sports/Golf/Rules and Etiquette",
            "wgt": 100
          },
          {
            "uri": "dmoz/Sports/Golf/Golfers",
            "label": "dmoz/Sports/Golf/Golfers",
            "wgt": 100
          },
          {
            "uri": "news/Business",
            "label": "news/Business",
            "wgt": 65
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/01/45496eb273551938077b375807c3573f.jpeg",
        "eventUri": "eng-8669640",
        "sentiment": 0.1607843137254903,
        "wgt": 423443760,
        "relevance": 1
      },
      {
        "uri": "7575386893",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "22:19:00",
        "dateTime": "2023-06-02T22:19:00Z",
        "dateTimePub": "2023-06-02T22:04:00Z",
        "dataType": "news",
        "sim": 0.8352941274642944,
        "url": "https://today.rtl.lu/sport/international/a/2069923.html",
        "title": "Sergio Ramos joins Messi in leaving PSG",
        "body": "French champions Paris Saint-Germain announced on Friday that veteran former Spain defender Sergio Ramos will join Lionel Messi in leaving the club at the end of the season.\n\nRamos, 37, arrived in French capital in 2021 after a trophy-laden spell with Real Madrid, lifting the Champions League on four time.\n\n\"We would like to express our immense gratitude to Sergio Ramos for the two years he has spent with us,\" PSG president Nasser Al-Khelaifi said in a statement.\n\n\"Sergio's leadership, team spirit and professionalism, combined with his experience at the highest level, make him a true football legend, and it was an honour to have him in Paris.\n\n\"Everyone at the club wishes him all the best,\" Al-Khelaifi added.\n\nThe announcement came less than 24 hours before PSG's final game of the Ligue 1 season as they host Clermont.\n\nRamos follows Argentina's 2022 World Cup winner Messi out of the Parc des Princes door with reports also linking Brazil's Neymar with a departure.\n\n\"Tomorrow is a special day, tomorrow I will say goodbye to another stage of my life, goodbye to @psg,\" Ramos said on social media.\n\n\"I don't know in how many places one can feel at home, but without a doubt PSG, the fans, and Paris were one of them for me.\n\n\"Thank you for two special years in which I was able play in every tournament and give my all,\" he added.\n\nThe ex-Sevilla defender won Ligue 1 twice in Paris, playing 57 games and his PSG contract will end on June 30.\n\n44 of those appearances came this campaign after a first season, with Mauricio Pochettino in charge, was plagued by injury.\n\nRamos, who won the 2010 World Cup with Spain, and Messi arrived in the same summer eyeing a Champions League title with PSG but they were knocked out in the last 16 of both editions.\n\nMessi has been linked with moves to Inter Miami and a club in Saudi Arabia as well as a return to Barcelona.\n\nLater on Friday, newspaper L'Equipe claimed PSG boss Christophe Galthier will also say goodbye to the club after this weekend's fixture.\n\nDespite this year's league title win, the failure in European competition is what Galthier has been judged on.\n\nReports say PSG are interested in bringing in Real Madrid attacker Marco Asensio for next season as well as Inter Milan defender Milan Skriniar, as another summer of re-building is set to get underway.",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Sergio_Ramos",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Sergio Ramos"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris_Saint-Germain_F.C.",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Paris Saint-Germain F.C."
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Nasser_Al-Khelaifi",
            "type": "person",
            "score": 4,
            "label": {
              "eng": "Nasser Al-Khelaifi"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Lionel_Messi",
            "type": "person",
            "score": 4,
            "label": {
              "eng": "Lionel Messi"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris",
            "type": "loc",
            "score": 4,
            "label": {
              "eng": "Paris"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Paris"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "France"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ligue_1",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Ligue 1"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/UEFA_Champions_League",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "UEFA Champions League"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Spain",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Spain"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Spain"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
            "type": "org",
            "score": 2,
            "label": {
              "eng": "Real Madrid CF"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Parc_des_Princes",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Parc des Princes"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
            "type": "org",
            "score": 2,
            "label": {
              "eng": "FIFA World Cup"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Neymar",
            "type": "person",
            "score": 2,
            "label": {
              "eng": "Neymar"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Association_football",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Association football"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Argentina",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Argentina"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Argentina"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Inter_Miami_CF",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Inter Miami CF"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Marco_Asensio",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Marco Asensio"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/L'Équipe",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "L'Équipe"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Mauricio_Pochettino",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Mauricio Pochettino"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/UEFA",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "UEFA"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Inter_Milan",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Inter Milan"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Milan",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "Milan"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Milan"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Italy"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Barcelona",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "Barcelona"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Barcelona"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Spain"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Saudi_Arabia",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "Saudi Arabia"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Saudi Arabia"
              }
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Sports/Football/Australian_Rules",
            "label": "dmoz/Sports/Football/Australian Rules",
            "wgt": 100
          },
          {
            "uri": "dmoz/Sports/Hockey/Floorball",
            "label": "dmoz/Sports/Hockey/Floorball",
            "wgt": 100
          },
          {
            "uri": "news/Sports",
            "label": "news/Sports",
            "wgt": 96
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/00/6c4afd5da8964f7f998b0738289e7725.jpeg",
        "eventUri": "spa-3136842",
        "sentiment": 0.5058823529411764,
        "wgt": 423440340,
        "relevance": 1
      },
      {
        "uri": "7575386892",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "22:18:00",
        "dateTime": "2023-06-02T22:18:00Z",
        "dateTimePub": "2023-06-02T22:09:00Z",
        "dataType": "news",
        "sim": 0.5803921818733215,
        "url": "https://today.rtl.lu/sport/international/a/2069924.html",
        "title": "'Pills and angels': Djokovic looks to all cures for 'long injury list'",
        "body": "Novak Djokovic admits that his push towards a record-setting 23rd Grand Slam title is at the mercy of a \"long list\" of injuries at the French Open with \"pills and angels\" amongst the cures.\n\nDjokovic, chasing a third Roland Garros title, reached the fourth round for a 14th successive year on Friday with a bruising 7-6 (7/4), 7-6 (7/5), 6-2 win over Spain's Alejandro Davidovich Fokina.\n\nAt three hours and 36 minutes it was the longest three-set match of his career.\n\nThe gruelling nature of the clash meant the Serb star required a medical timeout between the second and third sets to treat a left thigh strain.\n\nThe Court Philippe Chatrier crowd reacted with jeers to which the world number three responded with a thumbs-up and sarcastic round of applause.\n\n\"We don't have much time to start to name the many injuries I have, the list is quite long,\" said 36-year-old Djokovic.\n\n\"I don't want to sit here and talk about these things that are not preventing me from playing. I still kept on playing.\"\n\nHe added: \"These are the circumstances that you have to deal with. Sometimes you need help from the physio. Sometimes you need pills. Sometimes you need help from god or angels.\"\n\nIn January, Djokovic won a 10th Australian Open title despite playing with a three-centimetre tear in his hamstring.\n\nHis build-up to the French Open was then hampered by the return of a long-standing elbow problem.\n\n\"The reality for me nowadays is that my body is responding differently than it did a few years ago,\" added Djokovic.",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Novak_Djokovic",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Novak Djokovic"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/French_Open",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "French Open"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Alejandro_Davidovich_Fokina",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Alejandro Davidovich Fokina"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Grand_Slam_(tennis)",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Grand Slam (tennis)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Spain",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Spain"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Spain"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Stade_Roland_Garros",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Stade Roland Garros"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Serbs",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Serbs"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Australian_Open",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Australian Open"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Recreation/Humor/Relationships",
            "label": "dmoz/Recreation/Humor/Relationships",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Relationships/Romance",
            "label": "dmoz/Society/Relationships/Romance",
            "wgt": 100
          },
          {
            "uri": "news/Sports",
            "label": "news/Sports",
            "wgt": 95
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/00/0983b2e0d3f951ac225b50fe1a233a1a.jpeg",
        "eventUri": "eng-8667403",
        "sentiment": 0.2549019607843137,
        "wgt": 423440280,
        "relevance": 1
      },
      {
        "uri": "7575386894",
        "lang": "eng",
        "isDuplicate": true,
        "date": "2023-06-02",
        "time": "22:18:00",
        "dateTime": "2023-06-02T22:18:00Z",
        "dateTimePub": "2023-06-02T21:55:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://today.rtl.lu/sport/international/a/2069921.html",
        "title": "Osaka reveals she and Cordae expecting a baby girl",
        "body": "Four-time Grand Slam champion Naomi Osaka said she and rapper Cordae are expecting a baby girl, making the gender reveal in an Instagram post that \"A little princess is on the way.\"\n\nThe 25-year-old Japanese tennis star, who announced her pregnancy in January, illustrated the post with a photo of herself -- baby bump front and center -- surrounded by pink and lavender balloons and flowers.\n\nIn another photo Cordae leans down to kiss the burgeoning bump.\n\nOsaka had let fans in on her pregnancy by sharing a photo of her sonogram on Instagram just days after she pulled out of the Australian Open.\n\n\"2023 will be a year full of lessons for me, and I hope I'll see you guys at the start of the next one cause I will be back at the Australian Open 2024. Love you all infinitely,\" she said then.\n\nOsaka hasn't played a tennis match since last September, her social media posts late last year showing her travelling in Europe with Cordae.",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Cordae",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Cordae"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Naomi_Osaka",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Naomi Osaka"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Gender",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Gender"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Grand_Slam_(tennis)",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Grand Slam (tennis)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Instagram",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "Instagram"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Pregnancy",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Pregnancy"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Rapping",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Rapping"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Japan",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Japan"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Japan"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Balloon",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Balloon"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Australian_Open",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Australian Open"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Tennis",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Tennis"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Osaka",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Osaka"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Osaka"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Japan"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Europe",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "Europe"
            },
            "location": null
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Social_media",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Social media"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Arts/Online_Writing/Journals",
            "label": "dmoz/Arts/Online Writing/Journals",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Death/In_Memoriam",
            "label": "dmoz/Society/Death/In Memoriam",
            "wgt": 100
          },
          {
            "uri": "dmoz/Recreation/Humor/Relationships",
            "label": "dmoz/Recreation/Humor/Relationships",
            "wgt": 100
          },
          {
            "uri": "news/Arts_and_Entertainment",
            "label": "news/Arts and Entertainment",
            "wgt": 94
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/00/f5747f885138fb38f940d8250e7fb5b5.jpeg",
        "eventUri": null,
        "sentiment": 0.3333333333333333,
        "wgt": 423440280,
        "relevance": 1
      },
      {
        "uri": "7575378504",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "22:09:00",
        "dateTime": "2023-06-02T22:09:00Z",
        "dateTimePub": "2023-06-02T00:47:00Z",
        "dataType": "news",
        "sim": 0.9764705896377563,
        "url": "https://today.rtl.lu/entertainment/news/a/2069239.html",
        "title": "Anti-piracy authorities: Entertainment industry struggles with 215 bn piracy site visits",
        "body": "Anti-piracy authorities say they have cracked down on illegal streaming of films and TV programmes, but data suggests the practice is booming, reaching 215 billion illegal site visits last year.\n\nThat figure from Britain-based MUSO, which claims the most comprehensive data on piracy websites, shows an 18-percent increase between 2021 and 2022, covering 480,000 films and TV shows.\n\n\"It's as easy as it ever was to get illegal content,\" said CEO Andy Chatterley.\n\nThe entertainment industry is not giving up.\n\nIt recognises that previous efforts were counter-productive. Targeting individuals with massive fines for downloading a few movies made them look like corporate bullies, while court orders to block websites were often a whack-a-mole waste of time.\n\nThese days, they focus on the big fish -- \"people buying supercars with the millions they are making out of piracy sites\", in the words of Stan McCoy of Motion Picture Association, which represents Hollywood studios.\n\nIt formed the Alliance for Creativity and Entertainment (ACE) in 2017 to coordinate anti-piracy efforts with other industry groups globally. It does the legwork to track down big operators and alert police.\n\nIn 2023 alone, ACE has helped shut down operators in Spain, Brazil, Germany, Vietnam, Egypt and Tunisia, each with millions of monthly users.\n\nThe organisation claims clear results, measured in prison sentences for operators and reduced options for users. ACE says the number of illegal subscription services has dropped from 1,443 to 143 in the United States on its watch.\n\nAn AFP reporter took just a few minutes to Google a list of illegal streaming sites and access the latest episodes of hit shows \"Succession\" and \"White Lotus\" without any sign-up or payment.\n\nMany are content pirates undeterred by crackdowns.\n\nThe r/piracy discussion board on Reddit has 1.2 million members and every conceivable justification for their hobby, from the cost of legal streaming sites to lack of access in certain countries to vague anti-capitalist diatribes.\n\nSome are disarmingly frank: \"I don't have any excuses. I could afford to pay for it all if I wanted, but instead of giving my money to some media company's CEO who makes a thousand times what I do, I'd rather just save the money for my own retirement,\" wrote Reddit user ScarecrowJohnny.\n\nOne factor dominates at the moment: the explosion of streaming options, with content now spread across increasingly pricey subscriptions to Netflix, Amazon, Hulu, HBO and many more.\n\n\"I was paying for one or two, but now there's 50 of the damn things and everything in the world costs more practically every day, so I went back to piracy,\" wrote Reddit user Jaydra.\n\nThe watchdogs are unimpressed.\n\n\"People always find an excuse for piracy. It used to be there wasn't enough choice -- now it's too much,\" said McCoy.\n\n- 'A lot of progress' -\n\nIronically, as the streaming environment fragments, MUSO's piracy data has become one of the most accurate ways for media companies to measure which films and shows are genuinely popular.\n\nLast year, the top choices were \"Spiderman: No Way Home\" in film and \"House of the Dragon\" for TV -- and 95 percent of views these days come via illicit streaming, rather than downloads as in the past.\n\n\"Piracy is effectively the largest VOD (video-on-demand) platform in the world,\" said Chatterley.\n\n\"There is no platform bias, no cost bias, no access bias. You see what people actually want to watch.\"\n\n\"We have clients who see what's popular on piracy websites and then go buy it for their platform.\"\n\nSince eliminating piracy is unrealistic, perhaps the most important goal for the industry is ensuring it does not become normalised.\n\n\"We've made a hell of a lot of progress to make it less easy,\" said McCoy. \"If people are dedicated to breaking the law, they will do. But it should be a marginalised activity, not mainstream.\"",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/American_Cinema_Editors",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "American Cinema Editors"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Piracy",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Piracy"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Streaming_media",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Streaming media"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Motion_Picture_Association",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Motion Picture Association"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Cinema_of_the_United_States",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Cinema of the United States"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Copy_protection",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Copy protection"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Reddit",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "Reddit"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Entertainment",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Entertainment"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Chief_executive_officer",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Chief executive officer"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Alliance_for_Creativity_and_Entertainment",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Alliance for Creativity and Entertainment"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Anti-capitalism",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Anti-capitalism"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Internet_forum",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Internet forum"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Subscription_business_model",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Subscription business model"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/White_people",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "White people"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Google",
            "type": "org",
            "score": 2,
            "label": {
              "eng": "Google"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Vietnam",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Vietnam"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Vietnam"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "United States"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "United States"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Tunisia",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Tunisia"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Tunisia"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Spain",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Spain"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Spain"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Egypt",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Egypt"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Egypt"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Germany",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Germany"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Germany"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Brazil",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Brazil"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Brazil"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/House_of_the_Dragon",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "House of the Dragon"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Spider-Man:_No_Way_Home",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Spider-Man: No Way Home"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Amazon_(company)",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Amazon (company)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Hell",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Hell"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Video_on_demand",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Video on demand"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/HBO",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "HBO"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Hulu",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Hulu"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Bias",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Bias"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Netflix",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Netflix"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Agence France-Presse"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Society/Issues/Business",
            "label": "dmoz/Society/Issues/Business",
            "wgt": 100
          },
          {
            "uri": "dmoz/Recreation/Humor/Useless_Pages",
            "label": "dmoz/Recreation/Humor/Useless Pages",
            "wgt": 100
          },
          {
            "uri": "dmoz/Recreation/Humor/Parodies",
            "label": "dmoz/Recreation/Humor/Parodies",
            "wgt": 100
          },
          {
            "uri": "dmoz/Recreation/Humor/Pranks",
            "label": "dmoz/Recreation/Humor/Pranks",
            "wgt": 100
          },
          {
            "uri": "news/Technology",
            "label": "news/Technology",
            "wgt": 88
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/00/d55c6978a0b66269369ad94d2f01427c.jpeg",
        "eventUri": "eng-8666786",
        "sentiment": 0.003921568627450966,
        "wgt": 423439740,
        "relevance": 1
      },
      {
        "uri": "7575378505",
        "lang": "eng",
        "isDuplicate": true,
        "date": "2023-06-02",
        "time": "22:08:00",
        "dateTime": "2023-06-02T22:08:00Z",
        "dateTimePub": "2023-06-02T22:08:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://today.rtl.lu/entertainment/news/a/2069122.html",
        "title": "Dispute: Sean 'Diddy' Combs accuses liquor giant Diageo of racism in lawsuit",
        "body": "Music producer and rapper Sean \"Diddy\" Combs is suing spirits company Diageo, accusing it of neglecting their business agreement and failing to invest in his liquor brands because he is Black.\n\nThe complaint, filed Wednesday with the New York Supreme Court, said that while Diageo publicly promotes itself as a leader on diversity, Combs and his company found it unwilling to treat its Black partners equally.\n\nCombs said Diageo \"kneecapped\" his Ciroc Vodka and DeLeon Tequila brands by depriving them of resources after they were \"typecasted\" as \"Black brands\" meant only for \"urban\" consumers.\n\nDiageo and its executives \"put their feet on the neck of Mr. Combs' brands,\" the suit said.\n\n\"In a business where production, distribution, and sales are the pillars of success, Ciroc and DeLeon have been starved of resources for all three.\"\n\nIn a statement emailed to AFP, Diageo denied the allegations, describing its 15-year partnership with Combs as \"productive and mutually beneficial.\"\n\n\"This is a business dispute, and we are saddened that Mr. Combs has chosen to recast this matter as anything other than that,\" a spokesperson said.\n\n\"Our steadfast commitment to diversity within our company and the communities we serve is something we take very seriously. We categorically deny the allegations that have been made and will vigorously defend ourselves in the appropriate forum.\"\n\nThe suit also claimed the UK-based drinks giant devoted more attention and offered better support to other celebrity-backed competing brands, such as George Clooney's Casamigos and Ryan Reynold's Aviation Gin, while failing to meet its promises for investments in Combs Wines and Spirits.\n\n\"Diageo has treated Mr. Combs and his brands worse than others because he is Black,\" the suit said, adding that one of the company's managers \"directly acknowledged the company's racist undertones in 2019.\"\n\nAccording to the suit, the manager told Combs that \"race was part of the reason Diageo limited the neighborhoods where the Combs brands were distributed,\" and that if he were \"Martha Stewart\" things would be different.\n\nCombs, a Grammy-winning rapper who has gone by the stage names Puff Daddy, P Diddy and Diddy, said in the complaint he intends to seek billions of dollars in damages in other legal proceedings against Diageo.\n\nDiageo said in its statement it was \"disappointed our efforts to resolve this business dispute amicably have been ignored.\"\n\n\"While we respect Mr. Combs as an artist and entrepreneur, his allegations lack merit, and we are confident the facts will show that he has been treated fairly.\"",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/African_Americans",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "African Americans"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Diageo",
            "type": "org",
            "score": 5,
            "label": {
              "eng": "Diageo"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Sean_Combs",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Sean Combs"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Cîroc",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "Cîroc"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Liquor",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Liquor"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Tequila",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Tequila"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/New_York_Supreme_Court",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "New York Supreme Court"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Vodka",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Vodka"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Record_producer",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Record producer"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Rapping",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Rapping"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/George_Clooney",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "George Clooney"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Stage_name",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Stage name"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Martha_Stewart",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Martha Stewart"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Gin",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Gin"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Entrepreneurship",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Entrepreneurship"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Racism",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Racism"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Agence France-Presse"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Society/Issues/Business",
            "label": "dmoz/Society/Issues/Business",
            "wgt": 100
          },
          {
            "uri": "dmoz/Business/Opportunities/Networking-MLM",
            "label": "dmoz/Business/Opportunities/Networking-MLM",
            "wgt": 100
          },
          {
            "uri": "dmoz/Business/Opportunities/Opposing_Views",
            "label": "dmoz/Business/Opportunities/Opposing Views",
            "wgt": 100
          },
          {
            "uri": "news/Arts_and_Entertainment",
            "label": "news/Arts and Entertainment",
            "wgt": 81
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/03/00/1dc0c49693751de11c33c16c79082413.jpeg",
        "eventUri": null,
        "sentiment": -0.05098039215686279,
        "wgt": 423439680,
        "relevance": 1
      },
      {
        "uri": "7575327588",
        "lang": "fra",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "21:09:00",
        "dateTime": "2023-06-02T21:09:00Z",
        "dateTimePub": "2023-06-02T21:08:00Z",
        "dataType": "news",
        "sim": 0.6901960968971252,
        "url": "https://www.lessentiel.lu/fr/story/ramos-261258844630",
        "title": "Football/Mercato d'été 2023 : Sergio Ramos quitte le PSG",
        "body": "Champion du monde et deux fois champion d'Europe avec l'Espagne, quatre fois vainqueur de la Ligue des champions avec le Real Madrid, Ramos a profité de son passage au PSG pour ajouter deux titres de champion de France (2022 et 2023) à son époustouflant palmarès.\n\n\"Nous tenons à exprimer notre immense gratitude à Sergio Ramos pour les deux années qu'il a passées avec nous\", a déclaré le président du PSG Nasser Al-Khelaïfi, cité dans le communiqué. \"Le leadership, l'esprit d'équipe et le professionnalisme de Sergio, associés à son expérience au plus haut niveau, font de lui une véritable légende du football et ce fut un honneur de l'avoir à Paris. Tout le monde au club lui souhaite le meilleur\", a ajouté le dirigeant parisien.",
        "source": {
          "uri": "lessentiel.lu",
          "dataType": "news",
          "title": "L'essentiel"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/UEFA_Champions_League",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "UEFA Champions League"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Sergio_Ramos",
            "type": "person",
            "score": 4,
            "label": {
              "eng": "Sergio Ramos"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "Real Madrid CF"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris_Saint-Germain_F.C.",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Paris Saint-Germain F.C."
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "FIFA World Cup"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Nasser_Al-Khelaifi",
            "type": "person",
            "score": 2,
            "label": {
              "eng": "Nasser Al-Khelaifi"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ligue_1",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Ligue 1"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Association_football",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Association football"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "Paris"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Paris"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "France"
                }
              }
            }
          }
        ],
        "categories": [
          {
            "uri": "news/Sports",
            "label": "news/Sports",
            "wgt": 81
          }
        ],
        "image": "https://cdn.unitycms.io/images/29Dv_uat4f5AbZ8E3z1czn.jpg?op=ocroped&val=1200,1200,1000,1000,0,0&sum=OoRHs_YqiFw",
        "eventUri": "spa-3136842",
        "sentiment": null,
        "wgt": 423436140,
        "relevance": 1
      },
      {
        "uri": "7575323197",
        "lang": "deu",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "21:05:00",
        "dateTime": "2023-06-02T21:05:00Z",
        "dateTimePub": "2023-06-02T21:02:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://www.wort.lu/de/sport/walferdingen-siegt-nach-elfmeter-krimi-647a58e0de135b9236d1c028",
        "title": "Walferdingen siegt nach Elfmeter-Krimi",
        "body": "Jan MORAWSKI Im Duell zweier Liga-Konkurrenten setzt sich Résidence gegen Wormeldingen durch und gewinnt die Coupe FLF.\n\nNach einem packenden Spiel steht der Gewinner der Coupe FLF fest. Am Freitagabend setzte sich Walferdingen nach Elfmeterschießen gegen Wormeldingen durch. Nach 90 Minuten war es in Consdorf mit 2:2 in die Verlängerung gegangen, bei diesem Ergebnis blieb es bis zur packenden Entscheidung vom Punkt.\n\nDie Wormeldinger gingen bereits nach sieben Minuten durch Stéphane d'Angelo in Führung, Teamkollege Miguel Rosas legte in der sogar 18.' nach. Doch Walferdingen reagierte prompt und glich durch Sebestyen Szari (33.') und Patrick Macedo (36.') noch in der ersten Halbzeit aus. Den entscheidenden Elfmeter nach einem wahren Fußballkrimi verwandelte schließlich Corentin Baudry.\n\nDabei war die Konstellation bereits vor dem Endspiel eine besondere gewesen: Die beiden Kontrahenten spielten in der abgelaufenen Saison nicht nur gemeinsam im zweiten Bezirk der ersten Division, sondern kämpfen sogar beide um den Aufstieg. In der kommenden Spielzeit treten beide Teams in der Ehrenpromotion an: Walferdingen als Meister und Wormeldingen nach einem Barrage-Sieg gegen Luxembourg City.",
        "source": {
          "uri": "wort.lu",
          "dataType": "news",
          "title": "Luxemburger Wort"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Wormeldange",
            "type": "loc",
            "score": 4,
            "label": {
              "eng": "Wormeldange"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Wormeldange"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Luxembourg"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Penalty_shoot-out_(association_football)",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Penalty shoot-out (association football)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Consdorf",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Consdorf"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Consdorf"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Luxembourg"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Walferdange",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Walferdange"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Walferdange"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "Luxembourg"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Overtime_(sports)",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Overtime (sports)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Luxembourg_Division_of_Honour",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Luxembourg Division of Honour"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ligue_1",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Ligue 1"
            }
          }
        ],
        "categories": [
          {
            "uri": "news/Sports",
            "label": "news/Sports",
            "wgt": 58
          }
        ],
        "image": "https://blobsvc.wort.lu/picture/201f65ad729f6646a1ef6ad2ff50df25/600/315/crop/0/387/3072/2048/wortv3/55ee00cbc450716a63859098c7b1f02bd3f791d8",
        "eventUri": null,
        "sentiment": null,
        "wgt": 423435900,
        "relevance": 1
      },
      {
        "uri": "7575312413",
        "lang": "eng",
        "isDuplicate": false,
        "date": "2023-06-02",
        "time": "20:54:00",
        "dateTime": "2023-06-02T20:54:00Z",
        "dateTimePub": "2023-06-02T20:46:00Z",
        "dataType": "news",
        "sim": 0.8941176533699036,
        "url": "https://today.rtl.lu/sport/international/a/2069903.html",
        "title": "Sergio Ramos to leave PSG",
        "body": "French champions Paris Saint-Germain said on Friday that veteran former Spain defender Sergio Ramos will leave the club at the end of the season.\n\nRamos, 37, joined the Parisians in 2021 after a trophy-laden spell with Real Madrid.\n\n\"We would like to express our immense gratitude to Sergio Ramos for the two years he has spent with us,\" PSG president Nasser Al-Khelaifi said in a statement.\n\n\"Sergio's leadership, team spirit and professionalism, combined with his experience at the highest level, make him a true football legend, and it was an honour to have him in Paris.\n\n\"Everyone at the club wishes him all the best,\" Al-Khelaifi added.\n\nThe announcement comes less than 24 hours before PSG' final game of the Ligue 1 season as they host Clermont.\n\nRamos follows Lionel Messi in leaving the Parc des Princes with reports also linking Neymar with a departure.\n\n\"Tomorrow is a special day, tomorrow I will say goodbye to another stage of my life, goodbye to @psg,\" Ramos said on social media.\n\n\"I don't know in how many places one can feel at home, but without a doubt PSG, the fans, and Paris were one of them for me.\n\n\"Thank you for two special years in which I was able play in every tournament and give my all,\" he added.",
        "source": {
          "uri": "today.rtl.lu",
          "dataType": "news",
          "title": "RTL Today"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Sergio_Ramos",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Sergio Ramos"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris_Saint-Germain_F.C.",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Paris Saint-Germain F.C."
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Real_Madrid_CF",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "Real Madrid CF"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Nasser_Al-Khelaifi",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Nasser Al-Khelaifi"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Spain",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Spain"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Spain"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Paris",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "Paris"
            },
            "location": {
              "type": "place",
              "label": {
                "eng": "Paris"
              },
              "country": {
                "type": "country",
                "label": {
                  "eng": "France"
                }
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Clermont_Foot",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Clermont Foot"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Parc_des_Princes",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Parc des Princes"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ligue_1",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Ligue 1"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Lionel_Messi",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Lionel Messi"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Neymar",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Neymar"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Society/Relationships",
            "label": "dmoz/Society/Relationships",
            "wgt": 100
          },
          {
            "uri": "dmoz/Recreation/Humor/Useless_Pages",
            "label": "dmoz/Recreation/Humor/Useless Pages",
            "wgt": 100
          },
          {
            "uri": "news/Sports",
            "label": "news/Sports",
            "wgt": 74
          }
        ],
        "image": "https://static.rtl.lu/rtl2008.lu/nt/p/2023/06/02/22/d235ac2f9ce5c6411f5a63f7eeeb2b2a.jpeg",
        "eventUri": "spa-3136842",
        "sentiment": 0.3803921568627451,
        "wgt": 423435240,
        "relevance": 1
      }
    ],
    "totalResults": 8026,
    "page": 1,
    "count": 10,
    "pages": 803
  }
}