Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fokka-engineering/tidal

Reverse engineering the TIDAL API. OAuth2 (RFC 8628 & RFC 6749) and (nearly) all endpoints
https://github.com/fokka-engineering/tidal

api documentation json rest-api restful streaming tidal tidalapi

Last synced: 4 days ago
JSON representation

Reverse engineering the TIDAL API. OAuth2 (RFC 8628 & RFC 6749) and (nearly) all endpoints

Awesome Lists containing this project

README

        


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)](https://github.com/openTIDAL/docTIDAL/wiki) \
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