Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Who Me Too'd this topic

Problems with "Get Followed Artists" API getting next batch

Hi,

I am running a Spotify service for many years but recently the "/v1/me/following" is not working correctly.

The endpoints retrieves a list of artists that the user is following with a maximum limit of 50. With a cursor id the the next 50 can be retrieved until the cursor has a null value so all data has been retreived.

When testing with my account (I follow 1619 artists) the first 50 can be retrieved but when passing the cursor id as after parameter the next list is empty.

The problem can be reproduced in the console: https://developer.spotify.com/console/get-following/

Has there been a change lately? Because I am sure this worked before.

Who Me Too'd this topic