From 0cd2146f3d63ecf10cafe285bdcb3ec6ec801e73 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 20 Sep 2021 08:53:10 +0200 Subject: [PATCH] not inital commit --- package.json | 4 + src/ApiClient.ts | 30 + src/App.tsx | 28 +- src/AxiosInstance.ts | 5 +- src/Band.tsx | 15 + src/Types.ts | 37 + src/bandByIdRes.json | 3249 ++++++++++++++++++++++++++++++++++++++++++ src/index.tsx | 11 +- 8 files changed, 3369 insertions(+), 10 deletions(-) create mode 100644 src/ApiClient.ts create mode 100644 src/Band.tsx create mode 100644 src/Types.ts create mode 100644 src/bandByIdRes.json diff --git a/package.json b/package.json index 9d61460..f25ac62 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,9 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "prettier": { + "tabWidth": 4, + "printWidth": 120 } } diff --git a/src/ApiClient.ts b/src/ApiClient.ts new file mode 100644 index 0000000..05f153a --- /dev/null +++ b/src/ApiClient.ts @@ -0,0 +1,30 @@ +import axiosInstance from "./AxiosInstance"; +import { Band } from "./Types"; + +export class ApiClient { + private readonly _cache: { [route: string]: any }; + + constructor() { + this._cache = {}; + } + + public async get(route: string, force = false): Promise { + if (!force && this._cache[route]) { + return this._cache[route]; + } + const res = await axiosInstance.get(route); + const data = res.data.response; + if (res.status === 200) { + this._cache[route] = data; + } + return data; + } + + public async searchBand(name: string): Promise { + const res = await this.get(`/bands?query=${encodeURIComponent(name)}`); + return res.bands; + } +} + +const client = new ApiClient(); +export default client; diff --git a/src/App.tsx b/src/App.tsx index 756f4e4..0cbeceb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,10 +1,32 @@ -import React from 'react'; -import {Container} from "react-bootstrap"; +import React, { useRef, useState } from "react"; +import { Button, CardGroup, Container, FormControl, FormGroup, FormLabel, Row } from "react-bootstrap"; +import client from "./ApiClient"; function App() { + const searchRef = useRef(null); + + const [bands, setBands] = useState([]); + + const search = () => { + const input = searchRef.current?.value; + if (!input) { + return; + } + client.searchBand(input).then((res) => setBands(res.bands)); + }; + return ( - hi + + + Search Band + + + + + + {bands && bands.map((band) =>
{band}
)}
+
); } diff --git a/src/AxiosInstance.ts b/src/AxiosInstance.ts index 443573a..d4bbe9d 100644 --- a/src/AxiosInstance.ts +++ b/src/AxiosInstance.ts @@ -4,7 +4,8 @@ const axiosInstance = axios.create({ baseURL: "https://api.srgssr.ch/mx3/v2", headers: { "content-type": "application/json", - } + Authorization: "Bearer ELBiWACfIgGyJTHtcuGHT6zMQJ1o", + }, }); -export default axiosInstance; \ No newline at end of file +export default axiosInstance; diff --git a/src/Band.tsx b/src/Band.tsx new file mode 100644 index 0000000..7383905 --- /dev/null +++ b/src/Band.tsx @@ -0,0 +1,15 @@ +import React, { useEffect, useState } from "react"; +import client from "./ApiClient"; +import { BandById, Option } from "./Types"; + +const Band = ({ id }: { id: number }) => { + const [band, setBand] = useState>(null); + + useEffect(() => { + client.get(`/bands/${id}`).then((data) => setBand(data)); + }, [id]); + + return
; +}; + +export default Band; diff --git a/src/Types.ts b/src/Types.ts new file mode 100644 index 0000000..f194f90 --- /dev/null +++ b/src/Types.ts @@ -0,0 +1,37 @@ +import band from "./bandByIdRes.json"; + +export type Option = T | null; + +export interface Band { + uid: number; + id: number; + name: string; + language: Option; + permalink: string; + public_page_url: string; + permalink_name: string; + created_at: string; + city: Option; + address: Option; + country: Option; + profile_views_count: number; + playlists_count: number; + image: string; + url_for_image_thumb: string; + url_for_image_head: string; + url_for_image_list: string; + url_for_image_original: string; + links: Array<{ name: Option; href: string }>; + biographies: Array<{ lang: string; description: string }>; + categories: Array<{ id: number; name: string }>; + state: { + name: string; + code: string; + }; + listening_count: number; + listening_count_last_period: number; + is_broadcasted: boolean; + singles_count: number; + performances: Array; +} +export type BandById = typeof band; diff --git a/src/bandByIdRes.json b/src/bandByIdRes.json new file mode 100644 index 0000000..a9bc4f9 --- /dev/null +++ b/src/bandByIdRes.json @@ -0,0 +1,3249 @@ +{ + "uid": { + "type": "integer", + "": "101330" + }, + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "language": { + "nil": "true" + }, + "permalink": "https://mx3.ch/catalyst", + "public-page-url": "https://mx3.ch/catalyst", + "permalink-name": "catalyst", + "created-at": { + "type": "dateTime", + "": "2016-11-17T08:54:02+01:00" + }, + "city": {}, + "address": {}, + "country": { + "nil": "true" + }, + "email": "Catalyst.band@outlook.com", + "profile-views-count": { + "type": "integer", + "": "12577" + }, + "playlists-count": { + "type": "integer", + "": "2" + }, + "image": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-original": "https://mx3.ch/pictures/mx3/file/0100/3042/original/201023_cat2001_5277_web.jpg?1620243848", + "links": { + "type": "array", + "link": [ + { + "name": "Linktree", + "href": "https://linktr.ee/Catalyst.duo" + }, + { + "name": {}, + "href": "https://www.instagram.com/catalyst_duo/" + }, + { + "name": {}, + "href": "https://www.catalyst-official.com/" + }, + { + "name": {}, + "href": "https://www.youtube.com/channel/UCeiuIHmpBhOMOqOAG4b_45A" + }, + { + "name": {}, + "href": "https://soundcloud.com/catalyst_duo" + }, + { + "name": {}, + "href": "https://www.facebook.com/Official.Band.Catalyst/" + } + ] + }, + "biographies": { + "type": "array", + "biography": { + "language-code": "EN", + "description": "Alternative rock duo from St.Gallen, Switzerland.\n" + } + }, + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + }, + "state": { + "name": "St-Gall", + "code": "SG" + }, + "listening-count": { + "type": "integer", + "": "17842" + }, + "listening-count-last-period": { + "type": "integer", + "": "961" + }, + "is-broadcasted": { + "type": "boolean", + "": "true" + }, + "singles-count": { + "type": "integer", + "": "16" + }, + "performances": { + "type": "array", + "performance": [ + { + "name": "Annie Taylor Support: Catalyst", + "date": { + "type": "dateTime", + "": "2021-12-04T19:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "ZAK Jona", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/annie-taylor-20211204-2100-zak-jona?PartnerID=23", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "46953" + }, + "name": "ZAK Jona", + "address": "Werkstrasse 9 8645 Jona", + "city": "Rapperswil- Jona" + } + }, + { + "name": "Pablo Infernal (CH) & Catalyst (CH)", + "date": { + "type": "dateTime", + "": "2021-10-29T19:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "WerKK ", + "location": "Baden", + "location-url": "https://werkk-baden.ch/", + "shopping-url": "https://www.starticket.ch/de/tickets/pablo-infernal-ch-catalyst-ch-20211029-2030-werkk-kulturlokal-baden?PartnerID=23", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Catalyst & Pablo Infernal", + "date": { + "type": "dateTime", + "": "2021-10-28T19:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Gaskessel Bern", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.petzi.ch/de/events/47142-gaskessel-pablo-infernal-catalyst-i-gaskessel-bern/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "14018" + }, + "name": "Gaskessel Bern", + "address": { + "nil": "true" + }, + "city": { + "nil": "true" + } + } + }, + { + "name": "Catalyst & Pablo Infernal", + "date": { + "type": "dateTime", + "": "2021-10-27T19:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Schüür", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/catalyst-pablo-infernal-20211027-2000-konzerthaus-schuur-luzern?PartnerID=23", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12506" + }, + "name": "Schüür", + "address": "Verein Konzertzentrum Schüür\nTribschenstrasse 1\n6005 Luzern", + "city": "Luzern" + } + }, + { + "name": "Dirty Sound Magnet Release Show", + "date": { + "type": "dateTime", + "": "2021-10-02T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Centre culturel Ebullition", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.petzi.ch/fr/events/46785-ebullition-dirty-sound-magnet-ch-catalyst-ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "109048" + }, + "name": "Centre culturel Ebullition", + "address": { + "nil": "true" + }, + "city": { + "nil": "true" + } + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2021-09-24T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "PlyNite", + "location": "Lausanne", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2021-09-11T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Festa de lad Musica", + "location": "mendrisio", + "location-url": "http://www.festadellamusica.ch/", + "shopping-url": "http://www.festadellamusica.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Skunk Anansie CELEBRATING 25 Years", + "date": { + "type": "dateTime", + "": "2022-07-03T17:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Römisches Theater Augusta Raurica", + "location": "Basel", + "location-url": "https://www.z-7.ch/", + "shopping-url": "https://www.z-7.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2021-08-21T21:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Openair Stoppelfäld", + "location": "Wohlen", + "location-url": "https://www.facebook.com/openairstoppelfaeld/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2021-07-17T16:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Open Ear Festival", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://openear.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "45073" + }, + "name": "Open Ear Festival", + "address": {}, + "city": "Brunnadern" + } + }, + { + "name": "CATALYST (SG) / DIRTY SOUND MAGNET (FR)", + "date": { + "type": "dateTime", + "": "2021-10-30T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Grabenhalle", + "location": "St.Gallen", + "location-url": "https://www.grabenhalle.ch/", + "shopping-url": "https://www.starticket.ch/de/tickets/catalyst-ch-und-support-20211030-2115-grabenhalle-stgallen", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Catalyst live in der Kleberei", + "date": { + "type": "dateTime", + "": "2021-06-19T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Kleberei", + "location": "Rorschach", + "location-url": "https://kleberei.ch/", + "shopping-url": "https://eventfrog.ch/de/p/konzert/indie-alternative/catalyst-live-in-der-kleberei-6793425298106344448.html", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-11-09T20:30:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Fabriggli ", + "location": "Buchs", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-12-31T22:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Grabenhalle", + "location": "St.Gallen", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-12-14T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Mundwerk", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "35291" + }, + "name": "Mundwerk", + "address": "Dörflistrasse 76\n8050 Zürich", + "city": "Zürich" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-11-15T19:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Swiss Live Talents", + "location": "Bern", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Johnossi Support: CATALYST", + "date": { + "type": "dateTime", + "": "2019-10-26T20:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "KiFF - Kultur in der Futterfabrik", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/johnossi-swe-20191026-2030-kiff-aarau", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12661" + }, + "name": "KiFF - Kultur in der Futterfabrik", + "address": "Tellistrasse 118\nCH-5001 Aarau\nTel +41 62 824 06 50\nFax +41 62 822 05 53", + "city": "Aarau" + } + }, + { + "name": "Johnossi Support: CATALYST", + "date": { + "type": "dateTime", + "": "2019-10-25T19:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Presswerk", + "location": "Arbon", + "location-url": "https://presswerk-arbon.ch/events/johnossi-im-presswerk/", + "shopping-url": "https://www.ticketcorner.ch/?affiliate=XGA&doc=artistPages/tickets&fun=artist&action=tickets&includeOnlybookable=true&kuid=428447&gclid=CjwKCAjw0tHoBRBhEiwAvP1GFawVUD8lAqDHI951fl9B0NskLGiOpvMnQrUElSoi3Yzz2Fej8IXjNxoCCuMQAvD_BwE", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-10-05T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Fasskeller", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "18041" + }, + "name": "Fasskeller", + "address": "Webergasse 13", + "city": "8200" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-09-13T23:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Weihern Openair Festival", + "location": "St.Gallen", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-08-30T22:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Festival am Gleis", + "location": "Aarau", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-05-18T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "La Quairmesse", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "42261" + }, + "name": "La Quairmesse", + "address": "Piazza Manzoni, Rivetta Tell, Mojito", + "city": "Lugano" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-06-26T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "MUZ", + "location": "Nürnberg", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-06-21T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Kohi ", + "location": "Karlsruhe", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-06-14T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "8x15", + "location": "Chur", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-06-15T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Open Air Rock am Weier", + "location": "Wil", + "location-url": "https://rockamweier.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-08-08T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Winterthurer Musikfestwochen", + "location": "Winterthur", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-05-31T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Vorstadt Sounds Festival", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "17796" + }, + "name": "Vorstadt Sounds Festival", + "address": "Fellenbergstrasse 231\n8047 Zürich", + "city": "Zürich" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-05-03T21:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Treppenhaus", + "location": "Rorschach", + "location-url": "https://treppenhaus.ch/", + "shopping-url": "https://l.facebook.com/l.php?u=https%3A%2F%2Feventfrog.ch%2Fde%2Fp%2Fkonzert%2Findie-alternative%2Fcatalyst-ch-bordeaux-lip-ch-6508738536647201577.html%3Ffbclid%3DIwAR2AhYv-FVAnISe8q1pim8-vBZVa-t-gdOAJQWz3MypJ36beFNIrdob9iLc&h=AT35iQhe3T7s5glZtGHuNipk_1QW1X0gLq7T1FNuOT8xylPS2zNbTBwwpdtwPqVlTQ-y6s0wJBOTb4DfJy6-nMQiaa_nMiIZgLq3-S_jDCtDqP53snKSpsien9Qo5Pph-G_E", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-16T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Funkerhütte", + "location": "Funkerhütte", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-08T19:30:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Ride on Music", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "46808" + }, + "name": "Ride on Music", + "address": "Xquisit Events Gstaad\n\n", + "city": "Schönried" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-30T20:30:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Gare de Lion", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://l.facebook.com/l.php?u=https%3A%2F%2Fbit.ly%2F2QF0AGu%3Ffbclid%3DIwAR0FH2MwqB9uNAPMFldnCHCEryIisc4AP3uhiJ7WL6o3_OroNrPBRcTlOy0&h=AT0g5KeWUF4Pe2oLcfc0Vq2R4Na2fNWHZ0pzCdhNMJ20tc4I2YPh5fZswgpT-lDNzvrCJUUKL-7zMsh0FaQhC_JfTkR0f6_wEd0z8qbUvOjtvyFXTgmdzm7VPneYVrzjEf_IpO32ihuyrqi6rTtv", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "31414" + }, + "name": "Gare de Lion", + "address": "Silostr. 10\n9500 Wil", + "city": "Wil" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-02-22T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Kulturfabrik KUFA Lyss", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/velvet-two-stripes-catalyst-20190222-2000-kulturfabrik-kufa-lyss-lyss", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "13036" + }, + "name": "Kulturfabrik KUFA Lyss", + "address": "Werdtstrasse 17\n3250 Lyss", + "city": "Lyss" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-02T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Kulturhalle", + "location": "Burgdorf", + "location-url": "https://www.saegegasse.ch/", + "shopping-url": "https://eventfrog.ch/de/p/konzert/pop-rock/velvet-two-stripes-catalyst-1539673048286001384.html", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-22T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "KiFF - Kultur in der Futterfabrik", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/ricky-harsh-ch-velvet-two-stripes-ch-catalyst-ch-20190322-2030-kiff-foyer-aarau", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12661" + }, + "name": "KiFF - Kultur in der Futterfabrik", + "address": "Tellistrasse 118\nCH-5001 Aarau\nTel +41 62 824 06 50\nFax +41 62 822 05 53", + "city": "Aarau" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-04-12T19:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Kofmehl", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.ticketcorner.ch/tickets.html?fun=evdetail&affiliate=tcs&doc=evdetailb&key=2352419$11434749", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12510" + }, + "name": "Kofmehl", + "address": "Kulturfabrik Kofmehl\nKofmehlweg 1 \nPostfach 321\n4503 Solothurn", + "city": "Solothurn" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-01-23T20:30:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "rote Fabrik Zürich", + "location": "rote Fabrik", + "location-url": "https://www.starticket.ch/de/tickets/catalyst-the-pack-ad-20190123-2100-rote-fabrik-ziegel-oh-lac-zurich", + "shopping-url": "https://www.starticket.ch/de/tickets/catalyst-the-pack-ad-20190123-2100-rote-fabrik-ziegel-oh-lac-zurich", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-03-07T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Albani", + "location": "Winterthur", + "location-url": "https://albani.ch/", + "shopping-url": "https://www.ticketino.com/de/Event/Velvet-Two-Stripes-CH-Catalyst-CH/78813", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-02-23T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Sedel", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.petzi.ch/en/events/40283-sedel-velvet-two-stripes-catalyst/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "29057" + }, + "name": "Sedel", + "address": "\nPostfach 6921\n6000 Luzern 6\n++41 (0)41 420 63 10\nsedel@sedel.ch", + "city": "Luzern" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-02-16T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Sommercasino", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.starticket.ch/de/tickets/live-velvet-two-stripes-catalyst-20190216-2100-sommercasino-basel", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12619" + }, + "name": "Sommercasino", + "address": "Münchensteinerstrasse 1", + "city": "Basel" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-02-15T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Cult.", + "location": "Scuol", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2019-01-26T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Kulturcafé COQ D'OR", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://eventfrog.ch/de/p/konzert/pop-rock/the-pack-a-d-can-velvet-two-stripes-catalyst-by-tine-1540372293586001034.html", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "34392" + }, + "name": "Kulturcafé COQ D'OR", + "address": "Tannwaldstrasse 48\nOlten", + "city": "Olten" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-12-15T20:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Alteszeughaus", + "location": "Herisau", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-12-01T19:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Eisenwerk", + "location": "Frauenfeld", + "location-url": "https://www.eisenwerk.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-10-13T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "La Tour Vagabonde", + "location": "La Tour Vagabonde", + "location-url": "http://tourvagabonde.com/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-08-07T19:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Stars in Town", + "location": "Schaffhausen", + "location-url": "http://www.starsintown.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-08-16T19:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "43. Winterthurer Musikfestwochen", + "location": "Winterthur", + "location-url": "https://musikfestwochen.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-06-23T19:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Parkplatzfest", + "location": "St.Gallen", + "location-url": "http://www.grabenhalle.ch/parkplatzfest/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-07-07T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Rock im Knast", + "location": "Tobel", + "location-url": "http://www.komturei.ch/index.php", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-07-20T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "KulturFestival", + "location": "St.Gallen", + "location-url": "http://www.kulturfestival.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-08-04T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Heizwerk-Festival", + "location": "Arbon", + "location-url": "http://heizwerk-festival.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Robocobra Quartet/ CATALYST", + "date": { + "type": "dateTime", + "": "2018-05-05T20:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Gaswerk Kulturzentrum", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "http://gaswerk.ch/programm/programm", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "34055" + }, + "name": "Gaswerk Kulturzentrum", + "address": "Gaswerk Kulturzentrum\nUntere Schöntalstrasse 19\n8400 Winterthur", + "city": "Winterthur" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-03-31T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Feel me Flow Kulturfestival", + "location": "Altstätten ", + "location-url": "https://www.feelmeflow.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-04-21T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Kulturhaus Rose", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.facebook.com/events/1281481208651694/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "45188" + }, + "name": "Kulturhaus Rose", + "address": "Schedlern 561\n9063 Stein", + "city": "Stein" + } + }, + { + "name": "Krach am Bach Party", + "date": { + "type": "dateTime", + "": "2018-04-13T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Horst Klub", + "location": "Kreuzlingen", + "location-url": "https://www.facebook.com/events/178526292773170/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": "Paris Monster (USA) | The Catalyst präsentiert von Indierekt und Alternative Live", + "date": { + "type": "dateTime", + "": "2018-04-11T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Werkk ", + "location": "Baden", + "location-url": "http://werkk-baden.ch/kultur/programm/2018/04/11/paris-monster-usa-the-catalyst/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-06-22T23:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Konkret Festival", + "location": "Nänikon", + "location-url": "http://konkret-festival.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-06-16T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Chräen Openair", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "20584" + }, + "name": "Chräen Openair", + "address": "Chräen Openair \nPostfach 370\n8413 Neftenbach", + "city": "Neftenbach " + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-03-27T19:30:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Werk 21", + "location": "Dynamo", + "location-url": "http://www.dynamo.ch/", + "shopping-url": "https://www.starticket.ch/de/tickets/the-world-is-20180327-2000-dynamo-werk-21-zurich", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-10-06T21:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Grabenhalle", + "location": "Beware of the Volcano/Release Show", + "location-url": "http://www.grabenhalle.ch/catalyst-plattentaufe-support/", + "shopping-url": "https://www.starticket.ch/de/tickets/catalyst-beware-of-the-volcano-plattentaufe-support-20181006-2100-grabenhalle-stgallen", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-07-28T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Mutterschiff OpenAir", + "location": "Mutterschiff", + "location-url": "http://www.mutterschiff.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-07-21T12:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Open Air Lumnezia", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://openair-lumnezia.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12775" + }, + "name": "Open Air Lumnezia", + "address": {}, + "city": {} + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2018-03-24T14:15:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "m4Music Festival", + "location": "M4Music Festival", + "location-url": "https://www.m4music.ch/", + "shopping-url": "https://www.starticket.ch/de/tickets/m4music-2018-20180323-1830-20180325-0400-schiffbau-moods-exil-zurich", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-11-18T19:30:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Presswerk", + "location": "Arbon", + "location-url": "http://www.presswerk-arbon.ch/", + "shopping-url": "https://www.facebook.com/events/177436006136664/?acontext=%7B%22source%22%3A5%2C%22page_id_source%22%3A737602309658301%2C%22action_history%22%3A[%7B%22surface%22%3A%22page%22%2C%22mechanism%22%3A%22main_list%22%2C%22extra_data%22%3A%22%7B%5C%22page_id%5C%22%3A737602309658301%2C%5C%22tour_id%5C%22%3Anull%7D%22%7D]%2C%22has_source%22%3Atrue%7D", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-12-02T21:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Grabenhalle", + "location": "Grabenhalle ", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-08-12T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "JungKult Festival", + "location": "Jung Kult SG", + "location-url": {}, + "shopping-url": "https://www.facebook.com/events/1688221228152551/?active_tab=discussion&__xt__=33.%7B%22logging_data%22%3A%7B%22profile_id%22%3A1688221228152551%2C%22event_type%22%3A%22clicked_view_event_posts%22%2C%22impression_info%22%3A%22eyJmIjp7Iml0ZW1fY291bnQiOiIwIn19%22%2C%22surface%22%3A%22www_events_permalink%22%2C%22interacted_story_type%22%3A%22236412393365972%22%2C%22session_id%22%3A%221308b4c3be9729c36bae4a7f113fdea5%22%7D%7D", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-08-18T22:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "St.Galler Fest", + "location": "Torpedo", + "location-url": {}, + "shopping-url": "https://www.facebook.com/events/882864088536244/?acontext=%7B%22source%22%3A5%2C%22page_id_source%22%3A737602309658301%2C%22action_history%22%3A[%7B%22surface%22%3A%22page%22%2C%22mechanism%22%3A%22main_list%22%2C%22extra_data%22%3A%22%7B%5C%22page_id%5C%22%3A737602309658301%2C%5C%22tour_id%5C%22%3Anull%7D%22%7D]%2C%22has_source%22%3Atrue%7D", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-06-29T21:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "St.Gallen Open Airs", + "location": "OASG", + "location-url": {}, + "shopping-url": "http://www.openairsg.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-08-25T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Clanx Festival", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "19185" + }, + "name": "Clanx Festival", + "address": "Lehnstrasse, \nCH-9050 Appenzell\n(Anfahrt auf clanx.ch)", + "city": "Appenzell" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-08-04T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Out in the Gurin", + "location": "Out in the Gurin", + "location-url": "http://www.outinthegurin.ch/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-08-26T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Sounds of Glarus", + "location": "Glarus", + "location-url": {}, + "shopping-url": "http://www.soundofglarus.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-06-10T18:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Openair Krach am Bach", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.facebook.com/events/1913600455540182/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "41670" + }, + "name": "Openair Krach am Bach", + "address": "Openair Krach am Bach\n8274 Tägerwilen", + "city": "Tägerwilen" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-07-20T23:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "25. Open Air Lumnezia", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://openair-lumnezia.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "21029" + }, + "name": "25. Open Air Lumnezia", + "address": "Open Air Lumnezia\nCH-7145 Degen ", + "city": {} + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-07-08T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Rock am Gleis", + "location": "Rock am Gleis", + "location-url": {}, + "shopping-url": "https://www.facebook.com/events/1210561798980109/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-06-24T17:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Quell Rock Openair", + "location": "Quell Rock Openair", + "location-url": {}, + "shopping-url": "http://quellrock.ch/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-04-28T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Tap Tab Musikraum", + "location": { + "nil": "true" + }, + "location-url": { + "nil": "true" + }, + "shopping-url": "https://www.taptab.ch/#hielo-sh-support-tba", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "id": { + "type": "integer", + "": "12304" + }, + "name": "Tap Tab Musikraum", + "address": "Baumgartenstrasse 19\n", + "city": "Schaffhausen" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-04-15T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "KAFF", + "location": "KAFF", + "location-url": {}, + "shopping-url": "https://www.facebook.com/events/429166467417048/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-04-22T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Kultur Rose", + "location": "Kultur Rose", + "location-url": {}, + "shopping-url": "https://www.facebook.com/events/1513887315297442/", + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-04-01T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Flon", + "location": "Flon", + "location-url": "https://www.facebook.com/events/599896896886845/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-05-12T20:00:00+02:00" + }, + "band-name": "CATALYST", + "stage-name": "Treppenhaus Rorschach", + "location": "Treppenhaus Rorschach", + "location-url": "https://www.facebook.com/events/1891523424418513/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-02-24T21:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Stage8580", + "location": "Stage8580", + "location-url": "https://www.facebook.com/stage8580/", + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + }, + { + "name": {}, + "date": { + "type": "dateTime", + "": "2017-02-18T21:00:00+01:00" + }, + "band-name": "CATALYST", + "stage-name": "Grabenhalle", + "location": "Grabenhalle", + "location-url": {}, + "shopping-url": {}, + "band": { + "id": { + "type": "integer", + "": "101330" + }, + "name": "CATALYST", + "url-for-image-thumb": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-head": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "url-for-image-list": "https://mx3.ch/pictures/mx3/file/0100/3042/square_small/201023_cat2001_5277_web.jpg?1620243848", + "categories": { + "type": "array", + "category": { + "id": { + "type": "integer", + "": "41" + }, + "name": "Rock" + } + } + }, + "stage": { + "nil": "true" + } + } + ] + } +} \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index 7384bc7..608790d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,10 +1,11 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import App from './App'; +import React from "react"; +import ReactDOM from "react-dom"; +import App from "./App"; +import "bootstrap/dist/css/bootstrap.min.css"; ReactDOM.render( - + , - document.getElementById('root') + document.getElementById("root") );