{ "opencollection": "1.0.0", "info": { "name": "SoundCloud Playlists Search API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://secure.soundcloud.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search tracks", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundcloud.com/tracks", "params": [ { "name": "q", "value": "", "type": "query", "description": "Free-text query against title and description" }, { "name": "genres", "value": "", "type": "query" }, { "name": "access", "value": "", "type": "query" }, { "name": "bpm", "value": "", "type": "query" }, { "name": "duration", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "linked_partitioning", "value": "", "type": "query", "description": "Enable cursor pagination via next_href" } ] }, "docs": "Search tracks" }, { "info": { "name": "Resolve a SoundCloud URL to an API resource representation", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundcloud.com/resolve", "params": [ { "name": "url", "value": "", "type": "query" } ] }, "docs": "Resolve a SoundCloud URL to an API resource representation" } ] } ], "bundled": true }