Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.21 KB

TIDAL API documentation.

Background

The TIDAL API is not public and thus no documentation exists. I've decompiled various TIDAL App Versions and debundled the Browser JS App to gain some knowledge about the endpoints, general API functions and the authflow. This is the documentation repository.
Wiki (Work in Progress)
I reversed engineered the TIDAL device authorization grant (RFC 8628) since the web flow (RFC 6749) is reCaptcha v3 secured.

Support

I spend dozens of hours in reverse engineering and writing a C Library (not released yet). If you like what I do you can buy me a coffee.

Disclaimer

I deeply discourage you from building and distributing copyright-infringing apps. Create something that adds up to TIDALs Service and improves it.

Changelog

12-25-2020:

  • Created Entries: Get Favorite Mixes, Add Favorite Mixes, Delete Favorite Mixes (Thank you @AustinJ235)

11-14-2020:

  • Created Entry: Activity Feed
  • Created Entry: Second API
  • Created Entry: Logout Endpoint