Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

OpenAPI specification

Single-file OpenAPI 3 spec for the SoundCloud public API (https://api.soundcloud.com).

Updated on each release when the API changes.

Download

Latest from master:

curl -fsSL https://raw.githubusercontent.com/soundcloud/api/master/openapi/api.yaml -o soundcloud-api.yaml

Or pin to a release tag:

curl -fsSL https://raw.githubusercontent.com/soundcloud/api/YYYY-MM-DD/openapi/api.yaml -o soundcloud-api.yaml

Generate a client

Use OpenAPI Generator or any OpenAPI-aware tool with the downloaded spec.

Interactive reference: developers.soundcloud.com/docs/api/reference