{ "opencollection": "1.0.0", "info": { "name": "Deezer Public Album Artist API", "version": "1.0.0" }, "items": [ { "info": { "name": "Artist", "type": "folder" }, "items": [ { "info": { "name": "Get an artist by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an artist by id" }, { "info": { "name": "Get top tracks for an artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id/top", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get top tracks for an artist" }, { "info": { "name": "List albums by an artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id/albums", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List albums by an artist" }, { "info": { "name": "List related artists", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id/related", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List related artists" }, { "info": { "name": "Get a radio for the artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id/radio", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a radio for the artist" }, { "info": { "name": "List playlists featuring the artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.deezer.com/artist/:id/playlists", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List playlists featuring the artist" } ] } ], "bundled": true }