---
title: "Zugriff auf eine Timeseries"
method: GET
path: "/stations/{station}/{timeseries}.json"
tags: ["water"]
---

# Zugriff auf eine Timeseries

`GET /stations/{station}/{timeseries}.json`

Liefert den aktuellen Wert der Station (Pegel). Kann auch als Unterressource von Timeseries angefordert werden.

## Path parameters

- `station` string, required
- `timeseries` string, required

## Query parameters

- `includeCurrentMeasurement` boolean
- `includeCharacteristicValues` boolean

## Response `200`

OK

- Timeseries
  - `shortname` string — Kurzbezeichnung
  - `longname` string — Langbezeichnung
  - `unit` string — Maßeinheit
  - `equidistance` number, float — Abstand der Messwerte in Minuten.
  - `currentMeasurement` CurrentMeasurement
    - `timestamp` string
    - `value` number
    - `trend` number
    - `stateMnwMhw` string
    - `stateNswHsw` string
  - `gaugeZero` object
    - `unit` string — Einheit des Pegelnullpunkts (immer in Metern über einem Normalhöhennull ([Dokumentation](https://www.pegelonline.wsv.de/gast/hilfe#hilfe_hoehensystem))
    - `value` number, float — Höhe als Dezimalwert
    - `validFrom` string, date — Beginn der Gültigkeit. [ISO_8601](https://de.wikipedia.org/wiki/ISO_8601) Datum.
  - `characteristicValues` CharacteristicValues[]

## Other responses

- `404` — OK

## Changes

- **2026-07-17** `136a49861e9c` — 1 warning, 1 info
  - removed the optional property `currrentMeasurement` from the response with the `200` status
  - added the optional property `currentMeasurement` to the response with the `200` status
- **2022-09-22** `d7e3f4f1931f` — 1 breaking, 10 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `includeCharacteristicValues`
  - added the new optional `query` request parameter `includeCurrentMeasurement`
  - added the non-success response with the status `404`
  - …7 more
- **2022-03-10** `d5a08f53556d` — 3 info
  - api operation id `getCurrentMeasurmentByStation` was added
  - api tag `water` added
  - api tag `Water` removed
- **2022-03-02** `c7b8f4e3d22b` — 1 info
  - endpoint added
- **2021-07-25** `070f3d339861` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bundesapi/apis/pegel-online-api/changes/stations/:station/:timeseries.json/get.md)

---

[API](https://skmtc.dev/bundesapi/apis/pegel-online-api.md) · [All operations](https://skmtc.dev/bundesapi/apis/pegel-online-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bundesapi/pegel-online-api/revisions/136a49861e9c/schema)
