{
    "meta": {
        "title": "HydroDaten API Demo",
        "version": "1.0.0",
        "description": "Demo-API für hydrologische Stationsdaten, Mess- und Kennwerte",
        "descriptionUrl": "https://dev.hochwasserzentralen.de/hydrodaten-api/",
        "baseUrl": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo-basic/v1",
        "publisherName": "HydroDaten API Standard Demo",
        "publisherEmail": "mail@hydrodatenapi.de",
        "licenseName": "CC BY 4.0",
        "licenseUrl": "https://creativecommons.org/licenses/by/4.0/deed.de"
    },
    "data": [
        {
            "id": "c2cg63eg-3011-6314-de92-4hg88703de0d",
            "name": "Wetterstation Stuttgart-Schnarrenberg",
            "number": "MET-5678",
            "type": "meteorological",
            "state": "DE-BW",
            "operator": "Landesanstalt für Umwelt Baden-Württemberg",
            "operatorUrl": "https://www.lubw.baden-wuerttemberg.de",
            "status": {
                "condition": "operational",
                "message": "Station in Betrieb"
            },
            "coordinates": {
                "lat": 48.801,
                "lon": 9.21,
                "epsgCode": 4326
            },
            "referenceElevation": {
                "value": 314,
                "unit": "m",
                "unitDisplay": "m NHN",
                "epsgCode": 7837
            }
        }
    ]
}