{ "opencollection": "1.0.0", "info": { "name": "Bandsintown artist events API", "version": "3.0.0" }, "items": [ { "info": { "name": "artist events", "type": "folder" }, "items": [ { "info": { "name": "Get upcoming, past, or all artist events, or events within a date range", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/artists/:artistname/events", "params": [ { "name": "artistname", "value": "", "type": "path", "description": "The name of the artist. If it contains one of the special characters below, please be sure to replace it by the corresponding code: for / use %252F, for ? use %253F, for * use %252A, and for \" use %27C" }, { "name": "app_id", "value": "", "type": "query", "description": "The application ID assigned to you by Bandsintown" }, { "name": "date", "value": "", "type": "query", "description": "Can be one of the following values: \"upcoming\", \"past\", \"all\", or a date range e.g. \"2015-05-05,2017-05-05\". If not specified, only upcoming shows are returned" } ] }, "docs": "artist events\n" } ] } ], "bundled": true }