{
    "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": "a0af41ce-1899-4192-bc70-2fe66581bc8b",
            "name": "Pegel Köln",
            "number": "2730010",
            "type": "surfaceWater",
            "state": "DE-NW",
            "operator": "Wasserstraßen- und Schifffahrtsverwaltung",
            "operatorUrl": "https://www.wsv.de",
            "status": {
                "condition": "operational",
                "message": "Station in Betrieb"
            },
            "coordinates": {
                "lat": 50.9375,
                "lon": 6.9603,
                "epsgCode": 4326
            },
            "referenceElevation": {
                "value": 35.98,
                "unit": "m",
                "unitDisplay": "m NHN",
                "epsgCode": 7837
            },
            "waterBodyId": "2",
            "waterBodyName": "Rhein"
        }
    ]
}