How to get Artist image/photo/cover?

I want to get artist image. How can I get it? I have local db but can’t find the link. Also, I checked cover Art API but there is no artist image

Hi!

We don’t store artist images ourselves, we generally get them from Wikimedia Commons using Wikidata. The way we do it is here (in Perl), but basically you can take the Wikidata ID and query the Wikidata API directly.

3 Likes

where can I find it?

Select from joined tables artist, l_artist_url, link, link_type, url where link_type.gid equals 689870a4-a1e4-4912-b17f-7b2664215698.

3 Likes