{ "opencollection": "1.0.0", "info": { "name": "setlist.fm REST Artists API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Artists", "type": "folder" }, "items": [ { "info": { "name": "Get an artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.setlist.fm/rest/1.0/artist/:mbid", "params": [ { "name": "mbid", "value": "", "type": "path", "description": "A MusicBrainz MBID, e.g. 0bfba3d3-6a04-4779-bb0a-df07df5b0558." } ] }, "docs": "Returns an artist for a given MusicBrainz MBID." }, { "info": { "name": "Get an artist's setlists", "type": "http" }, "http": { "method": "GET", "url": "https://api.setlist.fm/rest/1.0/artist/:mbid/setlists", "params": [ { "name": "mbid", "value": "", "type": "path", "description": "A MusicBrainz MBID, e.g. 0bfba3d3-6a04-4779-bb0a-df07df5b0558." }, { "name": "p", "value": "", "type": "query", "description": "The number of the result page to return." } ] }, "docs": "Returns a paginated list of the setlists of a given artist." } ] } ], "bundled": true }