Announcements

Help Wizard

Step 1

NEXT STEP

[Community][Developer] Need Artist Discography endpoints for Web API

[Community][Developer] Need Artist Discography endpoints for Web API

I'm trying to pull non-duplicated an artist albums data from the Web API, as you guys get from your private API:

https://api-partner.spotify.com/pathfinder/v1/query?operationName=queryArtistDiscography&variables= {"uri":"spotify:artist:6nxWCVXbOlEVRexSbLsTer"}&extensions={"persistedQuery":{"version":1,"sha256Hash":"4257bb9c1e5eaa6adb95092514dd09a35559f6ad0e284bed5e13547d342490aa"}}

 

We need an enpoint for that:

https://api.spotify.com/v1/artist/{id}/discography/ 

 

Because current endpoint:

https://api.spotify.com/v1/artist/{id}/albums/ 

offers duplicated data, while the private endpoint that you guys use is best approach

Reply
0 Replies

Suggested posts