SoundCloud API

REST API for SoundCloud covering tracks (upload, metadata, stream), users (/me, profiles), playlists (CRUD), search (title/username/description), social (follow, like, comment), and audio playback. OAuth 2.1 with PKCE; supports Authorization Code and Client Credentials flows.

API entry from apis.yml

apis.yml Raw ↑
aid: soundcloud:platform
name: SoundCloud API
description: REST API for SoundCloud covering tracks (upload, metadata, stream), users (/me, profiles),
  playlists (CRUD), search (title/username/description), social (follow, like, comment), and audio playback.
  OAuth 2.1 with PKCE; supports Authorization Code and Client Credentials flows.
humanURL: https://developers.soundcloud.com/docs/api/guide
baseURL: https://api.soundcloud.com
tags:
- Tracks
- Users
- Playlists
- Search
- Social
properties:
- type: Documentation
  url: https://developers.soundcloud.com/docs/api/guide
- type: Authentication
  url: https://developers.soundcloud.com/docs/api/guide#authentication
- type: RateLimits
  url: https://developers.soundcloud.com/docs/api/rate-limits