{ "opencollection": "1.0.0", "info": { "name": "Deezer Public Album API", "version": "1.0.0" }, "items": [ { "info": { "name": "Album", "type": "folder" }, "items": [ { "info": { "name": "Get an album by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/album/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an album by id" }, { "info": { "name": "List tracks on an album", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/album/:id/tracks", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List tracks on an album" } ] } ], "bundled": true }