---
title: "GET /id/measures"
method: GET
path: "/id/measures"
tags: ["id"]
---

# GET /id/measures

`GET /id/measures`

List of all available measurement timeseries in the hydrology dataset.

## Query parameters

- `datumType` string
- `hasTelemetry` unknown
- `label` unknown
- `notation` unknown
- `observationType` unknown
- `observationType.label` unknown
- `observedProperty` unknown
- `observedProperty.label` unknown
- `parameter` unknown
- `parameterName` unknown
- `period` unknown
- `periodName` unknown
- `qualifier` unknown
- `station` unknown
- `station.RLOIid` unknown
- `station.label` unknown
- `station.stationReference` unknown
- `station.wiskiID` unknown
- `timeseriesID` unknown
- `unit` string
- `unitName` unknown
- `valueStatistic` unknown
- `valueStatistic.label` unknown
- `valueType` unknown
- `_projection` string
- `_limit` integer
- `_offset` integer
- `_sort` string

## Response `200`

Success

- object
  - `meta` MetadataList
    - `publisher` string
    - `license` string
    - `licenseName` string
    - `documentation` string
    - `version` string
    - `comment` string
    - `hasFormat` string[]
    - `limit` integer
    - `offset` integer
  - `items` TimeseriesEndpointDefault[]
    - `@id` string
    - `label` string
    - `parameter` string
    - `parameterName` string
    - `notation` string
    - `qualifier` string, nullable
    - `period` number, nullable
    - `periodName` string, nullable
    - `hasTelemetry` boolean, nullable
    - `valueType` string, nullable
    - `valueStatistic` object, nullable
      - `@id` string
      - `label` string
    - `datumType` string, nullable
    - `observationType` object, nullable
      - `@id` string
      - `label` string
    - `observedProperty` object
      - `@id` string
      - `label` string
    - `timeseriesID` string, nullable
    - `station` object
      - `@id` string
      - `label` string
      - `wiskiID` string, nullable
      - `stationReference` string, nullable
      - `RLOIid` string, nullable
    - `unit` string, nullable
    - `unitName` string, nullable

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

[API](https://skmtc.net/environment-agency/apis/hydrology-api.md) · [All operations](https://skmtc.net/environment-agency/apis/hydrology-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/environment-agency/hydrology-api/versions/d3505c5e4853/schema)
