Here is the example
Track URL : https://soundcloud.com/bingoplayers/hysteria-radio-056
This track exist on SoundCloud and publicly available
Resolve api url :
http://api.soundcloud.com/resolve.json?url=https://soundcloud.com/bingoplayers/hysteria-radio-056&client_id={client_id}
APIs Response :
response :
{
"errors": [
{
"error_message": "404 - Not Found"
}
]
}
Checked with different Client IDs and returning the same response every time. Other tracks are working fine with same Client Ids.