# Pastebin uxGwYZ6g Data needed for the artist page: basic entity info (name, date, country), tags, global listening stats, popular tracks, list of albums (maybe with popularity?) and similar artists (using the new graph somehow, ideally) Also cover art: we were thinking of using the stats art grid and use the list of popular albums. i don't think we have the endpoint required for this at the moment To be clear, I'm thinking something along the lines of passing a link to e.g. `https://api.listenbrainz.org/1/art/artist/$artist_mbid/750` to get an SVG. We use `/1/art/grid-stats/$user_name/$time_range` currently for the album grids, so I'm not sure what the naming convention should be for this new endpoint { artist: basic info from metadata cache, should include tags?, listening_stats: for that artist, popular_tracks: top 10 popular tracks ordered by popularity, albums: list of albums for that user if possible with cover art info, similar_artists: probably just the top 10/15 hits, }