😥 No More SoundCloud API [July 2020]

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • went to try and make a soundcloud like bot today (support smol creators) and got told "no" 🙄

Комментарии • 20

  • @rondYT
    @rondYT 3 года назад +4

    me 3 months later waiting for the "maybe I'll make a tutorial"

  • @davidt510
    @davidt510 Год назад +1

    still down, 2023

  • @legovesting6563
    @legovesting6563 Год назад +1

    i like the thumbnail, its why i clicked on the vid

  • @gl0ryb0y8osrdbeatz3
    @gl0ryb0y8osrdbeatz3 3 года назад +2

    2021 and it's still down :,(

  • @Bettehem
    @Bettehem 3 года назад +4

    You can get and use the clientid from soundcloud.com to access the API. Just using something like Firefox's web developer console to grab it (Grabbing the id can also be done programmatically). That said, their official documentation for the API is outdated and some endpoints aren't documented at all.
    The cases where documentation is outdated, It's mostly just that they have moved almost all of the API endpoints to api-v2.soundcloud.com but not told anyone

  • @r0x304
    @r0x304 3 года назад +2

    Damn dawg didn’t know i had to watch a tutorial to know this.

    • @rabbirt
      @rabbirt  3 года назад

      Well if you don't know, now you know, buddyyyyy

  • @WiggumRalph
    @WiggumRalph 3 года назад +2

    Still not available god damn

  • @DuckeyDev
    @DuckeyDev 3 года назад +3

    i needed this for my discord bot -_-

    • @rabbirt
      @rabbirt  3 года назад

      basically it's a secret API now! use dev tools, networks tab, and log in 💀 thx SoundCloud...

    • @DuckeyDev
      @DuckeyDev 3 года назад

      @@rabbirt thanks

    • @DuckeyDev
      @DuckeyDev 3 года назад

      @@rabbirt just a programer using a low end laptop to code on with replit

  • @dhruvnakum6381
    @dhruvnakum6381 2 года назад +2

    Have you figured out any way to access it?

    • @rabbirt
      @rabbirt  2 года назад

      Decided to check since it's come up a few times.
      There's a sneaky way! In your browser's DevTools (f12) look for a call to a /me endpoint.
      It might look like:
      l9bjkkhaycw6f8f4.soundcloud.com/me
      With a payload of:
      auth_token: "XXXXXXXXXXXXXX"
      events: [{event: "audio_performance", version:
      ...}
      The "events" is the action taken. So click a song and it'll have an audio_performance event. Look at a song and you get an impression event.
      Now I think there's probably a bit more work to do picking this apart... Because I tried "Copy as a CURL request" and it didn't work 😢 BUT I think that's where you'd start.

  • @gamesandbeyond9447
    @gamesandbeyond9447 3 года назад +2

    Still not available. 🤣🤣

  • @TheoParis
    @TheoParis 4 года назад +1

    Rip

  • @murcielago_software7385
    @murcielago_software7385 3 года назад

    2021 august and still down my friends

  • @Malik_lit_asf
    @Malik_lit_asf 3 года назад +2

    Any one know how to mass message followers on SoundCloud?

    • @rabbirt
      @rabbirt  3 года назад +3

      This guy knows why I'm here lol