Home page retrieved with the current method is the default one
Closed this issue · 4 comments
From some time the home page is the default one that you see on tidal.com without being logged in.
It looks like now they are using this https://tidal.com/v2/home/feed/static
The explore page is still using the same endpoint
I have tried fixing it, but it's not so easy because all the v2 page json is different. One thing I found out is that now to get the home page it needs an additional header: headers["x-tidal-client-version"] = "2025.5.8"
Odd, it looks like they are still using the v1 endpoint in my case:
Home:
https://tidal.com/v1/pages/home?countryCode=DK&locale=en_US&deviceType=BROWSER
Explore:
https://tidal.com/v1/pages/explore?countryCode=DK&locale=en_US&deviceType=BROWSER
Where did you see that the new endpoint is: https://tidal.com/v2/home/feed/static
Fixed in #353
