You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. I am aware of other tidal plugins that have added support for this as well ( TIDAL Addon for Kodi). Perhaps we could backport these features as it could indeed be useful to add to python-tidal.
Looking at the traffic from the android tidal app I found the endpoints for the "my activity" page. Maybe this could be useful?
as far as I've figured out the
locale
parameter is requiredauthentication is via bearer header
all the requests are GET requests
example urls:
https://api.tidal.com/v2/my-activity/home?currentZonedDateTime=2023-12-02T21%3A50%3A08.886%2B01%3A00&deviceType=TABLET&locale=en_US&countryCode=NL
https://api.tidal.com/v2/my-activity/timeline?currentZonedDateTime=2023-12-02T21%3A50%3A14.534%2B01%3A00&deviceType=TABLET&locale=en_US&countryCode=NL
https://api.tidal.com/v2/my-activity/top-artists?currentZonedDateTime=2023-12-02T21%3A50%3A14.674%2B01%3A00&month=12&year=2023&deviceType=TABLET&locale=en_US&countryCode=NL
https://api.tidal.com/v2/my-activity/top-artists?currentZonedDateTime=2023-12-02T21%3A50%3A14.677%2B01%3A00&month=11&year=2023&deviceType=TABLET&locale=en_US&countryCode=NL
example response:
https://api.tidal.com/v2/my-activity/home?locale=en_US
https://api.tidal.com/v2/my-activity/timeline?locale=en_US
https://api.tidal.com/v2/my-activity/top-artists?locale=en_US&year=2023&month=10
The text was updated successfully, but these errors were encountered: