Speiseplan API

Small API to get the Speiseplan for a specified date.

Usage

Do a GET-Request for a date like this: GET /2022-05-03.json

You will receive a response like this:

[
    {
        "category": "Hauptgericht 1",
        "meal": "Vollkornnudeln mit Rindfleischbolognese, dazu Reibekäse und ein bunter Salat mit Vinaigrette",
        "ingredients": [
            "A (Weizen)",
            "C",
            "G",
            "J",
            "L"
        ]
    },
    {
        "category": "Veganes Hauptgericht",
        "meal": "Paprika gefüllt mit Tomaten-Gemüsereis und Tomatensugo",
        "ingredients": [
            "keine Allergene"
        ]
    }
]


If there is no Speiseplan for the specified date, a 404 will be returned instead.

Example

The URL to get todays Speiseplan would be: