-
-
Notifications
You must be signed in to change notification settings - Fork 7
mix items
Hugo Melder edited this page Oct 15, 2020
·
1 revision
GET
https://api.tidal.com/v1/mixes/{mixId}/items?countryCode={country}
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"limit": 40,
"offset": 0,
"totalNumberOfItems": 40,
"items": [
{
"item": {
"id": 36534567,
"title": "One Percent",
"duration": 335,
"replayGain": -4.41,
"peak": 0.988586,
"allowStreaming": true,
"streamReady": true,
"streamStartDate": "2014-10-20T00:00:00.000+0000",
"premiumStreamingOnly": false,
"trackNumber": 5,
"volumeNumber": 1,
"version": null,
"popularity": 13,
"copyright": "Gondwana Records",
"url": "http://www.tidal.com/track/36534567",
"isrc": "GBVTB1409005",
"editable": false,
"explicit": false,
"audioQuality": "LOSSLESS",
"audioModes": [
"STEREO"
],
"artist": {
"id": 4764457,
"name": "GoGo Penguin",
"type": "MAIN"
},
"artists": [
{
"id": 4764457,
"name": "GoGo Penguin",
"type": "MAIN"
}
],
"album": {
"id": 36534562,
"title": "v2.0 (Deluxe Edition)",
"cover": "be3baeee-a015-424e-a6c1-64ca3fc0f45d",
"videoCover": null
},
"mixes": {
"TRACK_MIX": "00119ea4c58b8f337eda950ef30fae"
}
},
"type": "track"
},
{
"item": {
"id": 33393818,
"title": "Mansions of Millions of Years",
"duration": 367,
"replayGain": -5.09,
"peak": 0.978088,
"allowStreaming": true,
"streamReady": true,
"streamStartDate": "2014-09-15T00:00:00.000+0000",
"premiumStreamingOnly": false,
"trackNumber": 1,
"volumeNumber": 1,
"version": null,
"popularity": 4,
"copyright": "2014 Gondwana Records",
"url": "http://www.tidal.com/track/33393818",
"isrc": "GBVTB1411001",
"editable": false,
"explicit": false,
"audioQuality": "LOSSLESS",
"audioModes": [
"STEREO"
],
"artist": {
"id": 5899631,
"name": "Mammal Hands",
"type": "MAIN"
},
"artists": [
{
"id": 5899631,
"name": "Mammal Hands",
"type": "MAIN"
}
],
"album": {
"id": 33393817,
"title": "Animalia",
"cover": "9f736026-9663-41b0-9035-78f9245aa1e1",
"videoCover": null
},
"mixes": {
"TRACK_MIX": "001c4bcea2ec7ee0d7f2a0c0585d39"
}
},
"type": "track"
}
]
}
- 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