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

# List all tide stations within an area

`GET /tide/stations/area`

The Tide Stations Area Request will list all available tide stations within a defined geographic area.

## Query parameters

- `box` string, required — Top right and bottom left coordinates of box on format: lat1,lng1:lat2,lng2

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