mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #443] queryArtistOverview / artist stats (monthly listeners) #145
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brandonros on GitHub (Nov 2, 2023).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/443
Is your feature request related to a problem? Please describe.
At the moment the API does not provide a way to achieve the same level of functionality/data the official Spotify app provides.
Describe the solution you'd like
Add some sort of wrapper around this API endpoint:
https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistOverview&variables={"uri":"spotify:artist:ARTIST_ID","locale":"","includePrerelease":true}&extensions={"persistedQuery":{"version":1,"sha256Hash":"79a4a9d7c3a3781d801e62b62ef11c7ee56fce2626772eb26cd20c69f84b3f49"}}Describe alternatives you've considered
None.
Additional context
https://github.com/search?q=spotify+queryArtistOverview&type=code
It returns a ton of data, such as:
@brandonros commented on GitHub (Nov 2, 2023):
My guess is
partner-apiis different thanweb APIwhich this package aims to cover and we shouldn't/won't pick this feature up.@brandonros commented on GitHub (Nov 2, 2023):
in case anybody wants this for fun to see how hipster their music tastes are in the mean time as a stop gap:
@ofou commented on GitHub (Nov 17, 2024):
This will be very cool since current WebAPI doesn’t plan to add this functionality :(
https://github.com/spotify/web-api/issues/1037