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

# GET /id/stations/{id}

`GET /id/stations/{id}`

Details for a single monitoring station.

## Query parameters

- `_projection` string

## Response `200`

Success

- object
  - `meta` MetadataItem
    - `publisher` string
    - `license` string
    - `licenseName` string
    - `documentation` string
    - `version` string
    - `comment` string
    - `hasFormat` string[]
  - `items` StationEndpointDefault[]
    - `@id` string
    - `status` object[]
      - `@id` string
      - `label` Item
        - `@id` string
    - `measures` object[]
      - `@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` Item
        - `@id` string
      - `datumType` string, nullable
      - `observationType` Item
        - `@id` string
      - `observedProperty` Item
        - `@id` string
      - `timeseriesID` string, nullable
      - `station` Item
        - `@id` string
      - `unit` string, nullable
      - `unitName` string, nullable
    - `dataQualityMessage` string, nullable
    - `dataQualityStatement` object, nullable
      - `@id` string
      - `category` object
        - `@id` string
        - `label` Item
          - `@id` string
        - `ordinal` integer
        - `description` string
      - `explanation` string, nullable
      - `regime` object, nullable
        - `@id` string
        - `label` Item
          - `@id` string
      - `regimeThreshold` number, nullable
      - `dataQualityInspectionDate` string, nullable
      - `dataQualityStartDate` string, nullable
      - `dataQualityEndDate` string, nullable
    - `sampleOf` object, nullable
      - `@id` string
      - `label` string
      - `type` Item[]
        - `@id` string
      - `immediateUpStream` object, nullable
        - `@id` string
        - `label` string
        - `sampledBy` Item
          - `@id` string
      - `immediateDownStream` object, nullable
        - `@id` string
        - `label` string
        - `sampledBy` Item
          - `@id` string
      - `notation` string, nullable
      - `inCatchment` Item
        - `@id` string
      - `inManagementUnit` Item
        - `@id` string
      - `inRegion` Item
        - `@id` string
      - `sampledBy` Item
        - `@id` string

## 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)
