-
-
Notifications
You must be signed in to change notification settings - Fork 7
search artists
Hugo Melder edited this page Nov 7, 2020
·
1 revision
GET
https://api.tidal.com/v1/search/artists?countryCode={country}&query={query}
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"limit": 10,
"offset": 0,
"totalNumberOfItems": 1,
"items": [
{
"id": 3529689,
"name": "The Notwist",
"artistTypes": [
"ARTIST",
"CONTRIBUTOR"
],
"url": "http://www.tidal.com/artist/3529689",
"picture": "2a4abc4a-faf5-4c06-b2a4-bf142459d894",
"popularity": 35,
"artistRoles": [
{
"categoryId": -1,
"category": "Artist"
},
{
"categoryId": 11,
"category": "Performer"
},
{
"categoryId": 1,
"category": "Producer"
},
{
"categoryId": 2,
"category": "Songwriter"
},
{
"categoryId": 3,
"category": "Engineer"
}
],
"mixes": {
"MASTER_ARTIST_MIX": "0157026712a3687e12af164ecb10ce",
"ARTIST_MIX": "00008ded8a6682c338c2fbabd6619f"
}
}
]
}
- 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