{
    "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/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"
    },
    "links": [
        {
            "rel": "self",
            "href": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo/v1/stations",
            "types": [
                "application/json",
                "text/csv",
                "application/geo+json"
            ]
        },
        {
            "rel": "station",
            "href": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo/v1/stations/{stationId}",
            "types": [
                "application/json"
            ]
        },
        {
            "rel": "parameters",
            "href": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo/v1/stations/{stationId}/parameters",
            "types": [
                "application/json"
            ]
        },
        {
            "rel": "values",
            "href": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo/v1/stations/{stationId}/parameters/{parameterId}/values",
            "types": [
                "application/json"
            ]
        },
        {
            "rel": "characteristics",
            "href": "http://dev.hochwasserzentralen.de/hydrodaten-api/demo/v1/stations/{stationId}/characteristics",
            "types": [
                "application/json"
            ]
        }
    ],
    "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"
        },
        {
            "id": "b1bf52df-2900-5203-cd81-3gf77692cd9c",
            "name": "Grundwassermessstelle Berlin-Spandau",
            "number": "GW-1234",
            "type": "groundwater",
            "state": "DE-BE",
            "operator": "Senatsverwaltung für Mobilität, Verkehr, Klimaschutz und Umwelt",
            "operatorUrl": "https://www.berlin.de/sen/uvk/",
            "status": {
                "condition": "operational",
                "message": "Messstelle in Betrieb"
            },
            "coordinates": {
                "lat": 52.535,
                "lon": 13.2,
                "epsgCode": 4326
            },
            "groundSurfaceElevation": {
                "value": 32.5,
                "unit": "m",
                "unitDisplay": "m NHN",
                "epsgCode": 7837
            },
            "filterTopOfScreen": {
                "value": 8,
                "unit": "m"
            },
            "filterBottomOfScreen": {
                "value": 10,
                "unit": "m"
            },
            "aquifer": {
                "name": "Berliner Urstromtal (GWL 2)",
                "type": "ungespannt"
            },
            "depthOfTheObservationWell": {
                "value": 12,
                "unit": "m"
            }
        },
        {
            "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
            }
        }
    ]
}