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

# GET /id/stations

`GET /id/stations`

List of all monitoring stations can be filtered by name, location and other parameters.

## Query parameters

- `RLOIid` unknown
- `aquifer` unknown
- `boreholeDepth` unknown
- `catchmentArea` unknown
- `catchmentName` unknown
- `colocatedStation` unknown
- `dataQualityMessage` unknown
- `dataQualityStatement` unknown
- `dateClosed` unknown
- `dateOpened` unknown
- `datum` unknown
- `easting` string
- `label` unknown
- `lat` string
- `long` string
- `measures` unknown
- `measures.parameter` unknown
- `measures.period` unknown
- `measures.valueStatistic` unknown
- `northing` string
- `notation` unknown
- `nrfaStationID` unknown
- `nrfaStationURL` unknown
- `observedProperty` unknown
- `riverName` unknown
- `rloiStationLink` unknown
- `sampleOf` unknown
- `sampleOf.label` unknown
- `stationGuid` unknown
- `stationReference` unknown
- `status` unknown
- `status.label` unknown
- `statusReason` unknown
- `town` unknown
- `type` unknown
- `wiskiID` unknown
- `_projection` string
- `dist` number
- `easting` number
- `lat` number
- `long` number
- `northing` number
- `_limit` integer
- `_offset` integer
- `search` string
- `_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` StationsEndpointDefault[]
    - `@id` string
    - `type` Item[]
      - `@id` string
    - `label` string
    - `notation` string
    - `easting` string
    - `northing` string
    - `lat` string
    - `long` string
    - `catchmentName` string, nullable
    - `riverName` string, nullable
    - `town` string, nullable
    - `stationGuid` string, nullable
    - `stationReference` string, nullable
    - `wiskiID` string, nullable
    - `RLOIid` string, nullable
    - `rloiStationLink` string, nullable
    - `catchmentArea` number, nullable
    - `dateOpened` string, nullable
    - `dateClosed` string, nullable
    - `nrfaStationID` string, nullable
    - `nrfaStationURL` string, nullable
    - `datum` number, nullable
    - `boreholeDepth` number, nullable
    - `aquifer` string, nullable
    - `observedProperty` Item[]
      - `@id` string
    - `status` object[]
      - `@id` string
      - `label` Item
        - `@id` string
    - `statusReason` string, nullable
    - `dataQualityMessage` string, nullable
    - `dataQualityStatement` Item
      - `@id` string
    - `measures` object[]
      - `@id` string
      - `parameter` string
      - `period` number, nullable
      - `valueStatistic` Item
        - `@id` string
    - `sampleOf` object, nullable
      - `@id` string
      - `label` string
    - `colocatedStation` 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)
