-
-
Notifications
You must be signed in to change notification settings - Fork 8
artist albums
DerNuntius edited this page Oct 16, 2020
·
3 revisions
GET
https://api.tidal.com/v1/artists/{id}/albums?countryCode={country}
limit=100
(Item Limit)
offset=10
(Item Offset)
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"limit": 2,
"offset": 0,
"totalNumberOfItems": 11,
"items": [
{
"id": 64377395,
"title": "Superheroes, Ghost-Villains + Stuff",
"duration": 5948,
"streamReady": true,
"streamStartDate": "2016-10-14T00:00:00.000+0000",
"allowStreaming": true,
"premiumStreamingOnly": false,
"numberOfTracks": 16,
"numberOfVideos": 0,
"numberOfVolumes": 1,
"releaseDate": "2016-10-14",
"copyright": "Alien Transistor",
"type": "ALBUM",
"version": null,
"url": "http://www.tidal.com/album/64377395",
"cover": "ba4e14ab-e110-41d9-8943-2efdf3c9367d",
"videoCover": null,
"explicit": false,
"upc": "880918225265",
"popularity": 14,
"audioQuality": "LOSSLESS",
"audioModes": [
"STEREO"
],
"artist": {
"id": 3529689,
"name": "The Notwist",
"type": "MAIN"
},
"artists": [
{
"id": 3529689,
"name": "The Notwist",
"type": "MAIN"
}
]
},
{
"id": 38519994,
"title": "Messier Objects",
"duration": 3247,
"streamReady": true,
"streamStartDate": "2015-01-30T00:00:00.000+0000",
"allowStreaming": true,
"premiumStreamingOnly": false,
"numberOfTracks": 17,
"numberOfVideos": 0,
"numberOfVolumes": 1,
"releaseDate": "2015-02-03",
"copyright": "Alien Transistor",
"type": "ALBUM",
"version": null,
"url": "http://www.tidal.com/album/38519994",
"cover": "44226420-6f7e-45d0-9dc6-197c4f4a5cb1",
"videoCover": null,
"explicit": false,
"upc": "880918220925",
"popularity": 19,
"audioQuality": "LOSSLESS",
"audioModes": [
"STEREO"
],
"artist": {
"id": 3529689,
"name": "The Notwist",
"type": "MAIN"
},
"artists": [
{
"id": 3529689,
"name": "The Notwist",
"type": "MAIN"
}
]
}
]
}
- 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