{
    "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": 22,
            "windgeschwindigkeit_kmh": 6.1,
            "windrichtung_grad": 106,
            "zeitpunkt": "2026-06-22T03:15"
        },
        "vorhersage_7_tage": [
            {
                "datum": "2026-06-22",
                "temp_max_celsius": 30.9,
                "temp_min_celsius": 20.5,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 11.5,
                "wettercode": 3
            },
            {
                "datum": "2026-06-23",
                "temp_max_celsius": 31.3,
                "temp_min_celsius": 19.7,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 8.6,
                "wettercode": 3
            },
            {
                "datum": "2026-06-24",
                "temp_max_celsius": 31,
                "temp_min_celsius": 21.8,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 9.6,
                "wettercode": 3
            },
            {
                "datum": "2026-06-25",
                "temp_max_celsius": 33,
                "temp_min_celsius": 19.5,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 11.1,
                "wettercode": 3
            },
            {
                "datum": "2026-06-26",
                "temp_max_celsius": 36.1,
                "temp_min_celsius": 22.3,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 13.9,
                "wettercode": 3
            },
            {
                "datum": "2026-06-27",
                "temp_max_celsius": 36.1,
                "temp_min_celsius": 22.6,
                "niederschlag_mm": 1.2,
                "windboeen_kmh_max": 15.3,
                "wettercode": 95
            },
            {
                "datum": "2026-06-28",
                "temp_max_celsius": 33.6,
                "temp_min_celsius": 20.7,
                "niederschlag_mm": 17.1,
                "windboeen_kmh_max": 18.1,
                "wettercode": 99
            }
        ],
        "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."
}