-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
"stats": {
"followers": 606420,
"monthlyListeners": 5744472,
"worldRank": 0,
"topCities": {
"items": [
{
"numberOfListeners": 142247,
"city": "Quezon City",
"country": "PH",
"region": "00"
},
{
"numberOfListeners": 97895,
"city": "Sydney",
"country": "AU",
"region": "NSW"
},
{
"numberOfListeners": 97663,
"city": "Jakarta",
"country": "ID",
"region": "JK"
},
{
"numberOfListeners": 87974,
"city": "São Paulo",
"country": "BR",
"region": "SP"
},
{
"numberOfListeners": 81795,
"city": "Melbourne",
"country": "AU",
"region": "VIC"
}
]
}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request