{ "uuid": "930e9f01-9443-4da8-8905-103dfa5bfb0d", "lastMigration": 29, "name": "Bandsintown API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "3011eb2c-759b-4c4d-9c8e-011c001d1932", "documentation": "Get artist information", "method": "get", "endpoint": "artists/:artistname", "responses": [ { "uuid": "09fe249c-7bfd-4a03-907d-90f9e6a165b1", "body": "{\n \"facebook_page_url\": \"https://www.facebook.com/maroon5\",\n \"id\": 510,\n \"image_url\": \"https://s3.amazonaws.com/bit-photos/large/7481529.jpeg\",\n \"mbid\": \"0ab49580-c84f-44d4-875f-d83760ea2cfe\",\n \"name\": \"Maroon 5\",\n \"thumb_url\": \"https://s3.amazonaws.com/bit-photos/thumb/7481529.jpeg\",\n \"tracker_count\": {{faker 'number.int' max=99999}},\n \"upcoming_event_count\": {{faker 'number.int' max=99999}},\n \"url\": \"http://www.bandsintown.com/Maroon5?came_from=67\"\n}", "latency": 0, "statusCode": 200, "label": "200 response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a764e6d-af21-45ce-bd3f-0ae461ea462d", "documentation": "Get upcoming, past, or all artist events, or events within a date range", "method": "get", "endpoint": "artists/:artistname/events", "responses": [ { "uuid": "f2db1e60-563c-4549-9098-ea3f5227d12d", "body": "[\n {\n \"artist_id\": \"438314\",\n \"datetime\": \"2017-03-19T11:00:00\",\n \"description\": \"This is a description\",\n \"id\": \"13722599\",\n \"lineup\": [\n \"\"\n ],\n \"offers\": [\n {\n \"status\": \"available\",\n \"type\": \"Tickets\",\n \"url\": \"http://www.bandsintown.com/event/13722599/buy_tickets?app_id=foo&artist=Skrillex&came_from=67\"\n }\n ],\n \"on_sale_datetime\": \"2017-03-01T18:00:00\",\n \"url\": \"http://www.bandsintown.com/event/13722599?app_id=foo&artist=Skrillex&came_from=67\",\n \"venue\": {\n \"city\": \"Las Vegas\",\n \"country\": \"United States\",\n \"latitude\": \"36.12714\",\n \"longitude\": \"-115.1629562\",\n \"name\": \"Encore Beach Club\",\n \"region\": \"NV\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Shows within a date range for the selected artist", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "3011eb2c-759b-4c4d-9c8e-011c001d1932" }, { "type": "route", "uuid": "3a764e6d-af21-45ce-bd3f-0ae461ea462d" } ] }