{
    "payload": {
        "hinweis": "Aktuelles Wetter + 7-Tages-Vorhersage (stündlich modelliert). Für offizielle DWD-Lageberichte und Unwetterwarnungen bitte \/api\/dwd nutzen.",
        "ort": "Ruppichteroth",
        "aktuell": {
            "temperatur_celsius": 20.9,
            "windgeschwindigkeit_kmh": 1.4,
            "windrichtung_grad": 156,
            "zeitpunkt": "2026-08-08T11:15"
        },
        "vorhersage_7_tage": [
            {
                "datum": "2026-08-08",
                "temp_max_celsius": 27,
                "temp_min_celsius": 10.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 8.6,
                "wettercode": 1
            },
            {
                "datum": "2026-08-09",
                "temp_max_celsius": 30.7,
                "temp_min_celsius": 15.7,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 10.8,
                "wettercode": 3
            },
            {
                "datum": "2026-08-10",
                "temp_max_celsius": 26.9,
                "temp_min_celsius": 18.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 17.2,
                "wettercode": 3
            },
            {
                "datum": "2026-08-11",
                "temp_max_celsius": 23.3,
                "temp_min_celsius": 12.5,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 13.2,
                "wettercode": 2
            },
            {
                "datum": "2026-08-12",
                "temp_max_celsius": 27.1,
                "temp_min_celsius": 12.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 12.6,
                "wettercode": 0
            },
            {
                "datum": "2026-08-13",
                "temp_max_celsius": 30,
                "temp_min_celsius": 15.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 14.1,
                "wettercode": 0
            },
            {
                "datum": "2026-08-14",
                "temp_max_celsius": 32.3,
                "temp_min_celsius": 18.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 14,
                "wettercode": 0
            }
        ],
        "quelle": "Open-Meteo (open-meteo.com, keyless) – Modelldaten, keine offiziellen DWD-Texte"
    },
    "next": [
        {
            "label": "Wetter für einen anderen Ort (z.B. Berlin)",
            "url": "index.php?route=\/api\/wetter&ort=Berlin"
        },
        {
            "label": "DWD-Lagebericht & Warnungen (Deutschland)",
            "url": "index.php?route=\/api\/dwd&region=brd"
        },
        {
            "label": "Zurück zum Hauptmenü",
            "url": "index.php"
        }
    ],
    "haftungsausschluss": "All data provided is supplied without warranty. Despite careful selection of sources, the operator accepts no liability for the accuracy, completeness or timeliness of the content."
}