{
    "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?near=13%2C52%2C100",
            "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": "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"
            }
        }
    ]
}