---
title: "Zugriff auf die Ressource Measurement"
method: GET
path: "/stations/{station}/{timeseries}/measurements.json"
tags: ["measurement"]
---

# Zugriff auf die Ressource Measurement

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

Es handeln sich dabei um die gemessenen Rohwerte. Es können maximal Werte der letzten 31 Tage bezogen werden.

## Path parameters

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

## Query parameters

- `start` string, datetime
- `end` string, datetime

## Response `200`

OK

- object[]
  - `timestamp` string, datetime — Zeitpunkt im [ISO_8601](https://de.wikipedia.org/wiki/ISO_8601) Format codiert
  - `value` number, float — Wert als Dezimalzahl in der Einheit, welche durch die Timeseries der Station vorgegeben ist.

## Other responses

- `404` — OK

## Changes

- **2022-09-22** `d7e3f4f1931f` — 1 info
  - added the non-success response with the status `404`
- **2022-03-10** `d5a08f53556d` — 3 info
  - api operation id `getMeasurementByStation` was added
  - api tag `measurement` added
  - api tag `Measurement` 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/measurements.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)
