SoundCloud API playback_count different than on website

二次信任 提交于 2019-12-31 07:19:09

问题


Your API returns a different play_count than you display on your website.

Example Website:

https://soundcloud.com/esbee/aleah-water-and-wine-stefan-biniak-private-edit-remastered

Playback Count: 10.2k

Example API:

[https://api.soundcloud.com/tracks/260065214?client_id=removed

"playback_count":1132

That's a factor of 10.

Can you please have a look at it or am I missing something?


回答1:


You can use their v2 api: https://api-v2.soundcloud.com/tracks/260065214?client_id=ADD_YOURS Which lists the play count at a proper 10300+

However there doesn't seem to be any documentation about it.



来源:https://stackoverflow.com/questions/36976285/soundcloud-api-playback-count-different-than-on-website

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!