---
title: "GET /id/stations/{station}/measures"
method: GET
path: "/id/stations/{station}/measures"
tags: ["id"]
---

# GET /id/stations/{station}/measures

`GET /id/stations/{station}/measures`

List the timeseries for a station.

## Query parameters

- `observationType` string
- `observedProperty` string
- `_projection` string

## Response `200`

Success

- object
  - `meta` MetadataItem
    - `publisher` string
    - `license` string
    - `licenseName` string
    - `documentation` string
    - `version` string
    - `comment` string
    - `hasFormat` string[]
  - `items` StationsTSEndpointDefault[]
    - `@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)
