@spotify/web-api-ts-sdk
Version:
A typescript SDK for the Spotify Web API
44 lines • 1.3 kB
text/typescript
export function validArtist() {
return {
"external_urls":{
"spotify":"https://open.spotify.com/artist/2CWWgbxApjbyByxBBCvGTm"
},
"followers":{
"href":null,
"total":327891
},
"genres":[
"doom metal",
"finnish metal",
"gothic metal",
"metal",
"progressive metal",
"swedish doom metal",
"swedish metal",
"swedish progressive metal"
],
"href":"https://api.spotify.com/v1/artists/2CWWgbxApjbyByxBBCvGTm",
"id":"2CWWgbxApjbyByxBBCvGTm",
"images":[
{
"height":640,
"url":"https://i.scdn.co/image/ab6761610000e5eba65f5211ef06d534018b7a11",
"width":640
},
{
"height":320,
"url":"https://i.scdn.co/image/ab67616100005174a65f5211ef06d534018b7a11",
"width":320
},
{
"height":160,
"url":"https://i.scdn.co/image/ab6761610000f178a65f5211ef06d534018b7a11",
"width":160
}
],
"name":"Katatonia",
"popularity":57,
"type":"artist",
"uri":"spotify:artist:2CWWgbxApjbyByxBBCvGTm"
}
}