soundcloud

soundcloud: Is api-v2 allowed to be used and is there documentation on it?

别等时光非礼了梦想. 提交于 2019-11-28 02:21:53
yea, the title pretty much sums it up. Is it allowed for an app to access ressources on api-v2.soundcloud.com? Is there any documentation for it? Relevant since I'm currently working on a soundcloud app and I just recognized that most of the calls on the websites itself are done with api-v2. The responses from the server would be extremly helpful to build some kind of infinite streaming which is the feature I like most about soundcloud.com. devbnz I cant speak for SoundCloud, but gryzzly (a former SoundCloud engineer) stated in a previous answer : Letting you know, that using undocumented APIs

Get HTTP MP3 stream from every song

痴心易碎 提交于 2019-11-28 01:59:18
问题 I need to get the direct URL from a SoundCloud MP3 file. I normally used the following method: Resolve the track URL to get the track id, e.g. using https://soundcloud.com/linkin_park/burn-it-down with http://api.soundcloud.com/resolve.json?url=http://soundcloud.com/your/link/to/the/track&client_id=client_id Then go for the stream_urls with http://api.sndcdn.com/i1/tracks/track_id_here/streams?client_id=client_id In most cases, the "http_128_mp3_url", the URL I need, is returned, which links

How has soundcloud hidden the URL of streaming audio

孤街浪徒 提交于 2019-11-27 20:00:49
问题 I am trying to hide the URL of my audio streams for my HTML5 player and was really struggling to think of a way to do so and then I realised, soundcloud must hide the URL's of their streams. So i went onto soundcloud, opened up the console and played a track but I couldn't see any obvious way that the URL is hidden. After this I took a look at the DOM tree to see if there was any kind of audio information in there but I found nothing! There's not even an ID for the player/audio so i'm very

Soundcloud API - Why are stream_urls for a particular artist not working anymore (404)

你。 提交于 2019-11-27 16:47:35
问题 my site streams Soundcloud tracks from various bands using SoundManager2 with the Soundcloud stream_url and added secret_token and client_id. All bands seem to be working except one, and I can't see anything in the API responses that show any difference. Here is the specific set that has been working for weeks, but started returning a 404 today: https://soundcloud.com/mona-official/sets/torches-pitchforks The band says they haven't changed anything with their settings, Apps and Widgets are

How to get Soundcloud embed code by soundcloud.com url

孤街浪徒 提交于 2019-11-27 14:41:03
问题 I have been researching for hours with no luck to get it worked. Basically I have a cms in which users can put soundcloud url like this "https://soundcloud.com/cade-turner/cade-turner-symphony-of-light", then the page can show an embedded iframe. I have red the api docs for a while but couldn't find anything relavant. This post here have talked but i just didn't quite understand the answers and I checked oEmbed and oEmbed reference but couldn't find proper example. Any one has any more hints?

Retrieving the “recommended” playlist via API call?

百般思念 提交于 2019-11-27 09:22:21
for any given song, e.g. https://soundcloud.com/shesthequeen/i-dont-wanna-know SoundCloud has a "recommended" playlist that usually start playing after that song is finished: https://soundcloud.com/shesthequeen/i-dont-wanna-know/recommended How can I retrieve this "recommended" playlist via the SoundCloud API? Is there a way? Which connector should I use? I'd like to avoid scraping HTML. Thanks in advance, Mary Looks like that this will be a new subresource of the upcoming tracks endpoint in the next API version. GET /tracks/{id}/related These are the API calls: https://api-v2.soundcloud.com

soundcloud: Is api-v2 allowed to be used and is there documentation on it?

徘徊边缘 提交于 2019-11-26 23:39:51
问题 yea, the title pretty much sums it up. Is it allowed for an app to access ressources on api-v2.soundcloud.com? Is there any documentation for it? Relevant since I'm currently working on a soundcloud app and I just recognized that most of the calls on the websites itself are done with api-v2. The responses from the server would be extremly helpful to build some kind of infinite streaming which is the feature I like most about soundcloud.com. 回答1: I cant speak for SoundCloud, but gryzzly (a

SoundCloud API URLs timing out and then returning error 403 on about 50% of tracks [closed]

做~自己de王妃 提交于 2019-11-26 19:04:52
I noticed this issue has been reported in the past a lot, but it appears no one of the SoundCloud support team actually has been able to address the issue. Ever since this week, SoundCloud API URLs are timing out followed by a 403 error when requested again. For example, the following URL will return an empty page, and then a 403 error when refreshed: https://api.soundcloud.com/tracks/256202279?client_id=[CLIENT_ID] This URL does work: https://api.soundcloud.com/tracks/256299992.json?client_id=[CLIENT_ID] Update: As of 5/25/2016, the issue is still not fixed and SoundCloud has yet to reply

Retrieving the “recommended” playlist via API call?

心不动则不痛 提交于 2019-11-26 14:39:46
问题 for any given song, e.g. https://soundcloud.com/shesthequeen/i-dont-wanna-know SoundCloud has a "recommended" playlist that usually start playing after that song is finished: https://soundcloud.com/shesthequeen/i-dont-wanna-know/recommended How can I retrieve this "recommended" playlist via the SoundCloud API? Is there a way? Which connector should I use? I'd like to avoid scraping HTML. Thanks in advance, Mary 回答1: Looks like that this will be a new subresource of the upcoming tracks

SoundCloud API URLs timing out and then returning error 403 on about 50% of tracks [closed]

我是研究僧i 提交于 2019-11-26 06:48:20
问题 I noticed this issue has been reported in the past a lot, but it appears no one of the SoundCloud support team actually has been able to address the issue. Ever since this week, SoundCloud API URLs are timing out followed by a 403 error when requested again. For example, the following URL will return an empty page, and then a 403 error when refreshed: https://api.soundcloud.com/tracks/256202279?client_id=[CLIENT_ID] This URL does work: https://api.soundcloud.com/tracks/256299992.json?client