-
-
Notifications
You must be signed in to change notification settings - Fork 8
user favorite videos
Hugo Melder edited this page Oct 17, 2020
·
2 revisions
GET
https://api.tidal.com/v1/users/{id}/favorites/videos?countryCode={country}
limit=100
(Item Limit)
offset=10
(Item Offset)
order={enum}
orderDirection={enum}
DATE
NAME
ARTIST
RELEASE_DATE
ASC
DESC
authorization: Bearer {access_token}
{
"limit": 10,
"offset": 0,
"totalNumberOfItems": 1,
"items": [
{
"created": "2020-10-15T21:22:38.365+0000",
"item": {
"id": 58782326,
"title": "Branches Break",
"volumeNumber": 1,
"trackNumber": 1,
"releaseDate": "2016-04-01T00:00:00.000+0000",
"imagePath": null,
"imageId": "280ef117-3f4d-43be-912f-3de0d3e8a4d9",
"duration": 247,
"quality": "MP4_1080P",
"streamReady": true,
"streamStartDate": "2018-02-05T00:00:00.000+0000",
"allowStreaming": true,
"explicit": false,
"popularity": 3,
"type": "Music Video",
"adsUrl": null,
"adsPrePaywallOnly": true,
"artist": {
"id": 4764457,
"name": "GoGo Penguin",
"type": "MAIN"
},
"artists": [
{
"id": 4764457,
"name": "GoGo Penguin",
"type": "MAIN"
}
],
"album": 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