Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Plan
Premium
Operating System
Windows 10
Currently
https://api.spotify.com/v1/artists/{id}
The endpoint doesn't return us the cover image of the artist. Which desktop app/Spotify's website is able to.
Example of a cover image Link
Which artist are you trying to get the cover image for? Provide the Spotify id.
Does it really matter? I have to get any artist's cover image for the app I am developing for
This is the id I use for test 7rpKUJ0AnklJ8q9nIPVSpZ
I made a request to the
https://api.spotify.com/v1/artists/{id}
endpoint and got the following response, which includes images
{
"external_urls": {
"spotify": "https://open.spotify.com/artist/7rpKUJ0AnklJ8q9nIPVSpZ"
},
"followers": {
"href": null,
"total": 261379
},
"genres": [
"anime rock",
"japanese electropop",
"otacore"
],
"href": "https://api.spotify.com/v1/artists/7rpKUJ0AnklJ8q9nIPVSpZ",
"id": "7rpKUJ0AnklJ8q9nIPVSpZ",
"images": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab6761610000e5ebb80f1d9167272269dbe0b17b",
"width": 640
},
{
"height": 320,
"url": "https://i.scdn.co/image/ab67616100005174b80f1d9167272269dbe0b17b",
"width": 320
},
{
"height": 160,
"url": "https://i.scdn.co/image/ab6761610000f178b80f1d9167272269dbe0b17b",
"width": 160
}
],
"name": "Reol",
"popularity": 61,
"type": "artist",
"uri": "spotify:artist:7rpKUJ0AnklJ8q9nIPVSpZ"
}
The images field gives you the avatar of the artist, not the cover image. For example, make a request to the 4TrraAsitQKl821DQY42cZ
https://i.scdn.co/image/ab6761610000e5ebcba128753f3121ef52cf914b this is the avatar url but if you look at Sigrid's profile from Spotify you will see that the cover image is different. https://prnt.sc/1seprfy
The images that are currently returned are the only ones you're gonna get. This is consistent with all of the artists I've retrieved images for.
Since 2017 there is no updates on this topic which is annoying. At least let us able to get smaller version of cover image
Ignored lol
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game…