Fokka-Engineering / TIDAL

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

Projects that are alternatives of or similar to TIDAL

TidalSwift
Tidal Music Streaming Client & Library written in Swift
Stars: ✭ 45 (-42.31%)
Mutual labels:  tidal, tidalapi
libopenTIDAL
TIDAL API interface written in ANSI C
Stars: ✭ 17 (-78.21%)
Mutual labels:  tidal, tidalapi
protean
Evolve your RESTful API's and Web Services
Stars: ✭ 31 (-60.26%)
Mutual labels:  restful
heimdall
Painless OAuth 2.0 Server for CodeIgniter 4 🔥
Stars: ✭ 36 (-53.85%)
Mutual labels:  restful
Relaxation
Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars: ✭ 22 (-71.79%)
Mutual labels:  restful
RentHouseWeb
使用 go+docker+go-micro微服务框架开发的租房网系统,符合RESTful架构风格。
Stars: ✭ 28 (-64.1%)
Mutual labels:  restful
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-57.69%)
Mutual labels:  restful
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (-61.54%)
Mutual labels:  restful
OkSimple
OkSimple :powerful and simple okhttp network library
Stars: ✭ 57 (-26.92%)
Mutual labels:  restful
bdd-for-all
Flexible and easy to use library to enable your behavorial driven development (BDD) teams to easily collaborate while promoting automation, transparency and reporting.
Stars: ✭ 42 (-46.15%)
Mutual labels:  restful
fintech
python fintech docs
Stars: ✭ 20 (-74.36%)
Mutual labels:  restful
angular6-httpclient-example
Angular 6 HttpClient: Consume RESTful API Example
Stars: ✭ 38 (-51.28%)
Mutual labels:  restful
express-rest-api
🍺 RESTful API sample in Express, Mongoose and ES6.
Stars: ✭ 28 (-64.1%)
Mutual labels:  restful
SLazeKit
SLazeKit is a framework providing models mapper and CoreData serializer for RESTful resources.
Stars: ✭ 23 (-70.51%)
Mutual labels:  restful
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (-76.92%)
Mutual labels:  restful
gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (-16.67%)
Mutual labels:  restful
dubai
迪拜后台系统框架:基于Springside、Mysql、Bootstrap2的后台系统框架,旨在为繁杂的各种业务流程提供一个界面简约、操作高效、运行稳定、容易集成和横向扩展的开发基础框架及规范。
Stars: ✭ 45 (-42.31%)
Mutual labels:  restful
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (-70.51%)
Mutual labels:  restful
koa-better-router
❤️ Stable and lovely router for `koa`, using `path-match`. Foundation for building powerful, flexible and RESTful APIs easily.
Stars: ✭ 88 (+12.82%)
Mutual labels:  restful
java-crud-api
No description or website provided.
Stars: ✭ 24 (-69.23%)
Mutual labels:  restful

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].