Spotify Related Artists = 404?

Im trying to build out a workflow to pull my “x” recently played tracks and then give me a list of related artists and kick it out in an email. However the Get Related Artists keeps giving me a 404. I can pull all other information using the artist id or uri but not related artists. Can anyone point me in whatever direction i need to go here?

For example, here are screenshots showing i can pull albums using an artist id but when i try to pull related artists it gives a 404


It’s possible Spotify got rid of that operation. The Spotify API docs have it marked as Deprecated, which usually means it still works, but it is strongly recommended to stop using it.

If you want a sanity check to see if it is something that no longer works in the Spotify node, you could construct the API request in an HTTP Request node, and use the Spotify Credentials, or even directly call the API with Postman or a similar tool.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.