38 lines
842 B
JSON
38 lines
842 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"title": "Italienische Tavolata",
|
|
"location": "LUZERN",
|
|
"date": "19. MÄR. 2026",
|
|
"time": "18:30 UHR",
|
|
"category": "DINNER",
|
|
"cuisine": "ITALIENISCH",
|
|
"diet": "VEGGIE",
|
|
"spots": 4,
|
|
"image": "https://via.placeholder.com/300x200"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "Noche Peruana",
|
|
"location": "LUZERN",
|
|
"date": "11. APR. 2026",
|
|
"time": "19:00 UHR",
|
|
"category": "DINNER",
|
|
"cuisine": "PERUANISCH",
|
|
"diet": "FLEISCH",
|
|
"spots": 2,
|
|
"image": "https://via.placeholder.com/300x200"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "Japanese Delight",
|
|
"location": "ZÜRICH",
|
|
"date": "02. MAI. 2026",
|
|
"time": "12:30 UHR",
|
|
"category": "LUNCH",
|
|
"cuisine": "JAPANISCH",
|
|
"diet": "FISCH",
|
|
"spots": 8,
|
|
"image": "https://via.placeholder.com/300x200"
|
|
}
|
|
] |