Soundcloud API returning incorrect values for Likes and Following

Viewed 479

The Soundcloud API is returning incorrect counts for favourites (likes) and following.

Does anyone know how to fix or if it's just something on soundclouds side?

Example: User 29084746 is Jorja Smith, she has 29 likes. https://soundcloud.com/jorjasmith

But

https://api.soundcloud.com/users/29084746/favorites?client_id=XXX&page_size=200&linked_partitioning=1

returns 17 likes.

Edit: Just to clarify, this is happening with every user I test, not just this example.

2 Answers
Related