Das umfangreichste Modul. Events enthalten Location, Künstler-Array, Promotionen (Tickets), Loungen, Medien, Links und Downloads. Ticketkauf über getReservationEventForm().
Gibt Events zurück. Enthält eingebettete Location-Daten, Künstler-Array, Promotionen, Loungen, graphic (Event-Grafik) und advertising.
Code
$config = [];
$config["website"] = '1';
$config["status"] = '1';
$config["label"] = '';
$config["period"] = 'future'; // 'future' | 'past' | leer = alle
$config["category"] = ''; // Kategorie-ID Filter
$config["location"] = ''; // Location-ID Filter
$config["artist"] = ''; // Artisten-ID Filter
$config["search"] = '';
$config["orderby"] = 'start'; // start | id | date | headline
$config["direction"] = 'asc';
$config["start"] = '0';
$config["limit"] = '10';
$events = getEventList($config);
foreach ($events as $e) {
echo $e["headline"];
echo date("d.m.Y H:i", $e["start"]); // Startdatum
echo date("d.m.Y H:i", $e["end"]); // Enddatum
echo $e["price"]; // Preis
echo $e["age"]; // Altersgrenze
echo $e["entertainment"]; // Musikrichtung/Genre
// Location:
echo $e["location"]["name"];
echo $e["location"]["city"];
echo $e["location"]["googleLAT"];
// Künstler:
foreach ($e["artists"] as $a) {
echo $a["name"];
}
echo $e["more_artists"]; // Weitere Künstler (Text)
// Bilder:
echo $e["graphic"]["image"]; // Event-Grafik
echo $e["image"]["image"]; // Hauptbild
echo $e["image_items"]; // Anzahl Bilder
}
$config Parameter
| Key | Beschreibung | Werte |
|---|---|---|
| website | Website-ID | SITE_ID |
| status | Statusfilter | '1' · '0' · leer |
| period | Zeitraum-Filter | 'future' · 'past' · leer = alle |
| category | Kategorie-ID Filter | ID |
| location | Location-ID Filter | ID |
| artist | Artisten-ID Filter | ID |
| label | Label-ID Filter | ID |
| search | Freitextsuche | Begriff |
| orderby | Sortierfeld | 'start' · 'id' · 'date' · 'headline' |
| direction | Richtung | 'asc' · 'desc' |
| start / limit | Pagination | Integer |
Rückgabe-Keys
| Key | Beschreibung |
|---|---|
| id / key / tags / headline / content / description | Basisdaten |
| entertainment | Genre / Musikrichtung |
| start / end | Start- und Endzeitpunkt (Unix-Timestamp) |
| price | Preisangabe |
| age | Altersgrenze |
| location.id / .key / .name / .address_1 / .zip / .city / .country / .googleLAT / .googleLNG | Eingebettete Location-Daten |
| artists[].id / .key / .name | Künstler-Array |
| more_artists | Weitere Künstler als Freitext |
| promotion | Array der Ticket-Kategorien (Promotionen) |
| loungen | Array der Loungen/Tische |
| categories | Zugewiesene Kategorien |
| graphic.image / .thumbnail / .small | Event-Grafik (z.B. Flyer) |
| advertising.graphic / .video | Werbemittel |
| highlight | Highlight-Flag |
| image_items / video_items / media_items | Anzahl Medien |
| image.image / .thumbnail / .small | Hauptbild (geprüft) |
| links[] / downloads[] | Links und Downloads |
Ausgabe (Live)
[
{
"id": "31",
"key": "Buro-Woche-202726-04-2027-141631",
"tags": "",
"headline": "Büro Woche 2027",
"content": "Motto: jeder kommt angezogen mit DJ-Odee Merch<\/p>",
"entertainment": "Speziell für Reto kommt DuaLipa",
"description": "",
"more_artists": "DuaLipa",
"start": "1808748960",
"end": "1809267360",
"price": "50.00",
"age": "21",
"location": {
"id": "25",
"key": "Eventhalle-Burgdorf25",
"name": "Eventhalle Burgdorf",
"address_1": "Sägestrasse 19",
"address_2": "",
"zip": "3400",
"city": "Burgdorf",
"state": "Bern",
"stateShort": "BE",
"country": "CH",
"googleLAT": "47.0934495",
"googleLNG": "7.561667",
"googlePlaceID": "ChIJi-vCbOUujkcRgcpV4O_Bc2U"
},
"categories": [
"9"
],
"label": [
""
],
"website": [
"1"
],
"status": "1",
"update": "2026-01-22 11:34:24",
"image_items": 0,
"video_items": 0,
"videofile_items": 0,
"media_items": 0,
"image": [],
"video": [],
"videofile": []
},
{
"id": "32",
"key": "Edith-Fest01-08-2027-143232",
"tags": "",
"headline": "Edith Fest",
"content": "
Jeder darf mal Edith hallo sagen<\/p>",
"entertainment": "Edith ist VOR ORT",
"description": "Edith",
"artists": [
{
"id": "5",
"key": "Luftakrobaten5",
"name": "Luftakrobaten"
},
{
"id": "6",
"key": "Pferde6",
"name": "Pferde"
}
],
"more_artists": "",
"start": "1817130720",
"end": "1819722720",
"price": "200.00",
"age": "12",
"location": {
"id": "25",
"key": "Eventhalle-Burgdorf25",
"name": "Eventhalle Burgdorf",
"address_1": "Sägestrasse 19",
"address_2": "",
"zip": "3400",
"city": "Burgdorf",
"state": "Bern",
"stateShort": "BE",
"country": "CH",
"googleLAT": "47.0934495",
"googleLNG": "7.561667",
"googlePlaceID": "ChIJi-vCbOUujkcRgcpV4O_Bc2U"
},
"promotion": [
{
"id": "219",
"promotionkey": null,
"key": "WICHTIG2",
"name": "Edith Wintertour",
"type": "Event Winterthur",
"content": "die vor winter tour mit Edith in Winterthur",
"end": "1818768720",
"total": "1000",
"plus": "0",
"free": 976,
"list": null,
"status": "1"
}
],
"loungen": [
{
"id": "16",
"name": "sfgsfgsfg",
"content": "
dsgfsdgfsfrg<\/p>",
"price": "0.00",
"status": 0,
"image_items": 0,
"video_items": 0,
"videofile_items": 0,
"media_items": 0,
"image": [],
"video": [],
"videofile": []
},
{
"id": "8",
"name": "Test lounge neue hinzu",
"content": "
aktuell<\/p>",
"price": "123.45",
"status": 0,
"image_items": 41,
"video_items": 1,
"videofile_items": 5,
"media_items": 47,
"image": {
"id": "511",
"image": "media\/reservation\/tablesreservation\/image\/511.webp",
"thumbnail": "media\/reservation\/tablesreservation\/image\/thumbnail\/511.webp",
"small": "media\/reservation\/tablesreservation\/image\/small\/511.webp",
"check": "false"
},
"video": {
"id": "623",
"url": "https:\/\/www.youtube.com\/watch?v=aqz-KE-bpKQ",
"embed": "