-
-
Notifications
You must be signed in to change notification settings - Fork 8
feed activities
Hugo Melder edited this page Nov 14, 2020
·
1 revision
GET
https://api.tidal.com/v2/feed/activities/?userId={id}&locale=en-us&countryCode={countryCode}
authorization: Bearer {access_token}
{
"activities": [
{
"followableActivity": {
"album": {
"id": 161451880,
"title": "A very chilly christmas",
"artists": [
{
"id": 3840013,
"name": "Chilly Gonzales"
}
],
"mainArtists": [
{
"id": 3840013,
"name": "Chilly Gonzales"
}
],
"type": "ALBUM",
"audioQuality": "LOSSLESS",
"streamStartDate": "2020-11-06T00:00:00Z",
"releaseDate": "2020-11-13",
"allowStreaming": true,
"streamReady": true,
"cover": "c9536722-36cb-4464-b77b-c318370f9d74",
"videoCover": null,
"numberOfVolumes": 1,
"numberOfTracks": 15,
"numberOfVideos": 0,
"explicit": false
},
"activityType": "NEW_ALBUM_RELEASE",
"occurredAt": "2020-11-12T23:11:54.927211Z"
},
"seen": true
},
{
"followableActivity": {
"album": {
"id": 158961474,
"title": "Ivory Tower The Remixes",
"artists": [
{
"id": 3840013,
"name": "Chilly Gonzales"
}
],
"mainArtists": [
{
"id": 3840013,
"name": "Chilly Gonzales"
}
],
"type": "ALBUM",
"audioQuality": "LOSSLESS",
"streamStartDate": "2020-10-23T00:00:00Z",
"releaseDate": "2020-10-23",
"allowStreaming": true,
"streamReady": true,
"cover": "4cf04ef6-972a-49e0-b8fd-c854cc6a4b31",
"videoCover": null,
"numberOfVolumes": 4,
"numberOfTracks": 26,
"numberOfVideos": 0,
"explicit": false
},
"activityType": "NEW_ALBUM_RELEASE",
"occurredAt": "2020-10-22T22:02:13.484562Z"
},
"seen": true
}
],
"stats": {
"totalNotSeenActivities": 0
}
}
- 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