-
-
Notifications
You must be signed in to change notification settings - Fork 8
search playlists
Hugo Melder edited this page Nov 7, 2020
·
2 revisions
GET
https://api.tidal.com/v1/search/playlists?countryCode={country}&query={query}
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"limit": 1,
"offset": 0,
"totalNumberOfItems": 16,
"items": [
{
"uuid": "6b314331-482c-4c15-8a5b-ee6cd056eb1e",
"title": "Now Playing: GoGo Penguin",
"numberOfTracks": 14,
"numberOfVideos": 0,
"creator": {
"id": 4764457,
"name": "GoGo Penguin",
"type": null
},
"description": "\"Just some of the music we’ve been listening to while prepping for and recording our new album.\" - GoGo Penguin",
"duration": 3560,
"lastUpdated": "2020-03-25T10:33:54.000+0000",
"created": "2019-12-05T12:42:32.000+0000",
"type": "ARTIST",
"publicPlaylist": true,
"url": "http://www.tidal.com/playlist/6b314331-482c-4c15-8a5b-ee6cd056eb1e",
"image": "4c039ebd-07e5-4852-9444-32f0d4bfe898",
"popularity": 1,
"squareImage": "a8888a46-29c7-4522-a389-c4c58f045af0",
"promotedArtists": [
{
"id": 5165814,
"name": "D.D Dumbo",
"type": "MAIN"
},
{
"id": 2520,
"name": "Gil Scott-Heron",
"type": "MAIN"
},
{
"id": 4000027,
"name": "Jamie xx",
"type": "MAIN"
},
{
"id": 4811562,
"name": "Hiatus Kaiyote",
"type": "MAIN"
}
],
"lastItemAddedAt": null
}
]
}
- 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