-
-
Notifications
You must be signed in to change notification settings - Fork 7
user favorite mixes
Hugo Melder edited this page Dec 21, 2020
·
1 revision
GET
https://api.tidal.com/v2/favorites/mixes?limit=10&locale=en_US&deviceType={enum}&countryCode={country}
offset=10
(Item Offset)
order={enum}
orderDirection={enum}
PHONE
BROWSER
DESKTOP
TV
DATE
NAME
ARTIST
RELEASE_DATE
ASC
DESC
authorization: Bearer {access_token}
{
"items": [
{
"dateAdded": "2020-12-21T11:28:56.472365Z",
"updated": "2020-12-21T05:03:30.683Z",
"id": "xxxxxxxxxxxxxxxxxxxxx",
"title": "My Mix 2",
"mixType": "DAILY_MIX",
"master": false,
"images": {
"SMALL": {
"width": 320,
"height": 320,
"url": "https://images.tidal.com/0/xxxxxxxxx"
},
"MEDIUM": {
"width": 640,
"height": 640,
"url": "https://images.tidal.com/0/xxxxxxxxx"
},
"LARGE": {
"width": 1500,
"height": 1500,
"url": "https://images.tidal.com/0/xxxxxxxxx"
}
},
"subTitle": "Dave Brubeck, Keith Jarrett, John Coltrane and more",
"subTitleTextInfo": {
"text": "Dave Brubeck, Keith Jarrett, John Coltrane and more",
"color": "#EAD8AB"
},
"titleTextInfo": {
"text": "My Mix 2",
"color": "#EAD8AB"
}
}
],
"cursor": null,
"lastModifiedAt": "2020-12-21T11:28:56.472365Z"
}
- Get Artist
- Get Artist Bio
- Get Artist Links
- Get Artist Mix
- Get Artist TopTracks
- Get Artist Videos
- Get Artist Albums
- Get Playlist
- Get Playlist Items
- Get Playlist Recommendations Items
- Add Playlist Item
- Move Playlist Item
- Replace Playlist Item
- Rename Playlist
- Delete Playlist
- Delete Playlist Item
- Get Track
- Get Track Contributors
- Get Track Mix
- Get Track StreamUrl (not recommended)
- Get Track PlaybackInfoPostPaywall
- Get Track PlaybackInfoPrePaywall
- Get Video
- Get Video Contributors
- Get Video StreamUrl (not recommended)
- Get Video PlaybackInfoPostPaywall
- Get Video PlaybackInfoPrePaywall
- Get User Favorite Ids
- Get User Favorite Albums
- Get User Favorite Artists
- Get User Playlists & Favorite Playlists
- Get User Favorite Tracks
- Get User Favorite Videos
- Get User Favorite Playlists
- Get User Favorite Mixes
- Get User Offline Albums
- Get User Offline Playlists
- Delete User Offline All
- Delete User Offline Album
- Delete User Offline Playlist
- Delete User Favorite Album
- Delete User Favorite Artists
- Delete User Favorite Playlists
- Delete User Favorite Tracks
- Delete User Favorite Videos
- Delete User Favorite Mixes
- Add User Favorite Album
- Add User Favorite Artists
- Add User Favorite Playlists
- Add User Favorite Tracks
- Add User Favorite Videos
- Add User Favorite Mixes
- Add User Offline Album
- Add User Offline Playlist
- Update User Image
- Post oAuth Token
- Post oAuth Device Authorization
- Login Username & Password (Deprecated)
- Get User Auth Token (SessionId Migration)
- Log Out