---
title: "List all tide stations"
method: GET
path: "/tide/stations"
---

# List all tide stations

`GET /tide/stations`

The Tide Stations List Requests is used to list all available stations.

## Response `200`

List of tide stations

- object
  - `data` object[]
    - `name` string
    - `lat` number
    - `lng` number
    - `source` string

## Other responses

- `402` — Error: Payment required (quota exceeded)
- `403` — Forbidden
- `422` — Error: Unprocessable Entity

---

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