{"note":"OpenAPI conversion -- returning structured metadata","name":"bandsintown-com","description":"Bandsintown API","version":"3.0.0","base_url":"https://rest.bandsintown.com","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Bandsintown API\n@base https://rest.bandsintown.com\n@version 3.0.0\n@endpoints 2\n@toc artists(2)\n\n@endpoint GET /artists/{artistname}\n@desc Get artist information\n@required {artistname: any # 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, app_id: any # The application ID assigned to you by Bandsintown}\n@returns(200) 200 response\n\n@endpoint GET /artists/{artistname}/events\n@desc Get upcoming, past, or all artist events, or events within a date range\n@required {artistname: any # 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, app_id: any # The application ID assigned to you by Bandsintown}\n@optional {date: any # 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}\n@returns(200) Shows within a date range for the selected artist\n\n@end\n"}