{ "opencollection": "1.0.0", "info": { "name": "Soundcharts Album Playlist API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-app-id", "value": "{{x-app-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Playlist", "type": "folder" }, "items": [ { "info": { "name": "Get playlist metadata", "type": "http" }, "http": { "method": "GET", "url": "https://customer.api.soundcharts.com/api/v2/playlist/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Soundcharts entity UUID." } ] }, "docs": "Retrieve standardized playlist metadata by UUID." }, { "info": { "name": "Get playlist by platform identifier", "type": "http" }, "http": { "method": "GET", "url": "https://customer.api.soundcharts.com/api/v2/playlist/by-platform/:platform/:identifier", "params": [ { "name": "platform", "value": "", "type": "path", "description": "Platform slug (e.g. spotify, apple-music, youtube, instagram, tiktok)." }, { "name": "identifier", "value": "", "type": "path", "description": "Platform-specific identifier for the entity." } ] }, "docs": "Resolve a playlist by a platform identifier." }, { "info": { "name": "Get playlist tracklisting", "type": "http" }, "http": { "method": "GET", "url": "https://customer.api.soundcharts.com/api/v2/playlist/:uuid/tracks", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Soundcharts entity UUID." }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." } ] }, "docs": "Retrieve the current tracklisting for a playlist." } ] } ], "bundled": true }