You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a problem per se, but I'd like to be able to retrieve monthly listeners and follower counts for artists.
Describe the solution you'd like
Another endpoint like the album playcounts endpoint e.g. /artist/:id/metadata
Describe alternatives you've considered
Manually doing it in the Spotify Desktop app...slow and manual.
Additional context
I've looked into your "Let's try this out" commit @evilarceus and it looks like we'd probably achieve an Artist MetaData solution by using the MercuryRequest class...I saw an artist-related method in there that seems to get meta data. It might be as simple as creating a new endpoint that uses that method under-the-hood.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not a problem per se, but I'd like to be able to retrieve monthly listeners and follower counts for artists.
Describe the solution you'd like
Another endpoint like the album playcounts endpoint e.g.
/artist/:id/metadata
Describe alternatives you've considered
Manually doing it in the Spotify Desktop app...slow and manual.
Additional context
I've looked into your "Let's try this out" commit @evilarceus and it looks like we'd probably achieve an Artist MetaData solution by using the MercuryRequest class...I saw an artist-related method in there that seems to get meta data. It might be as simple as creating a new endpoint that uses that method under-the-hood.
The text was updated successfully, but these errors were encountered: