@manu85340 Just checking api-sport Tope 14 ended in June 2024. The module is setup to only show data from x amount of days previous, apiSportDaysPast:
. Could be that because the league is finished that there is no data coming through.
{
"leagueId": 16,
"leagueName": "Top 14",
"leagueType": "League",
"leagueFlag": "https://media.api-sports.io/rugby/leagues/16.png",
"leagueCountryId": 7,
"leagueCountryName": "France",
"leagueCountryCode": "FR",
"leagueCountryFlag": "https://media.api-sports.io/flags/fr.svg",
"currentSeasons": [
{
"season": 2023,
"current": true,
"start": "2023-08-18",
"end": "2024-06-08"
}
]
},
The League standings will continue to show data as this is built differently but match results will no longer show because of the dayspast config.