{
    "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": 18.2,
            "windgeschwindigkeit_kmh": 6.5,
            "windrichtung_grad": 319,
            "zeitpunkt": "2026-09-22T16:00"
        },
        "vorhersage_7_tage": [
            {
                "datum": "2026-09-22",
                "temp_max_celsius": 18.2,
                "temp_min_celsius": 7.2,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 7.6,
                "wettercode": 3
            },
            {
                "datum": "2026-09-23",
                "temp_max_celsius": 19.4,
                "temp_min_celsius": 8,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 7.9,
                "wettercode": 3
            },
            {
                "datum": "2026-09-24",
                "temp_max_celsius": 17.3,
                "temp_min_celsius": 8.8,
                "niederschlag_mm": 0.1,
                "windboeen_kmh_max": 12.6,
                "wettercode": 51
            },
            {
                "datum": "2026-09-25",
                "temp_max_celsius": 18.2,
                "temp_min_celsius": 4.5,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 9.5,
                "wettercode": 3
            },
            {
                "datum": "2026-09-26",
                "temp_max_celsius": 22.5,
                "temp_min_celsius": 7.9,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 11.7,
                "wettercode": 3
            },
            {
                "datum": "2026-09-27",
                "temp_max_celsius": 21.4,
                "temp_min_celsius": 8.9,
                "niederschlag_mm": 0,
                "windboeen_kmh_max": 8.8,
                "wettercode": 3
            },
            {
                "datum": "2026-09-28",
                "temp_max_celsius": 20.9,
                "temp_min_celsius": 10.5,
                "niederschlag_mm": 5.4,
                "windboeen_kmh_max": 10.3,
                "wettercode": 53
            }
        ],
        "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."
}