-
-
Notifications
You must be signed in to change notification settings - Fork 8
user offline playlists
Hugo Melder edited this page Oct 15, 2020
·
1 revision
GET
https://api.tidal.com/v1/users/{userId}/clients/{clientId}/offline/playlists?countryCode={country}
limit=100
(Item Limit)
offset=10
(Item Offset)
authorization: Bearer {access_token}
{
"limit": 1,
"offset": 1,
"totalNumberOfItems": 7,
"items": [
{
"created": "2020-07-09T10:57:25.288+0000",
"item": {
"uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"title": "Su-Bo's Meltdown",
"numberOfTracks": 83,
"numberOfVideos": 0,
"creator": {
"id": xxxxxxxxx
},
"description": "",
"duration": 28502,
"lastUpdated": "2020-09-10T14:20:08.867+0000",
"created": "2020-07-07T21:10:25.507+0000",
"type": "USER",
"publicPlaylist": false,
"url": "http://www.tidal.com/playlist/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"image": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"popularity": 0,
"squareImage": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"promotedArtists": [
],
"lastItemAddedAt": "2020-08-24T18:42:25.334+0000"
}
}
]
}
- 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