v1

latestOpenAPI 3.0.32026-07-1393468.5 KB

List all tide stations within an area

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

get/tide/stations/area

Query parameters

boxstring required

Top right and bottom left coordinates of box on format: lat1,lng1:lat2,lng2

Response

List of tide stations

Example response

{
  "data": [
    {
      "name": "boulogne",
      "lat": 50.728,
      "lng": 1.577,
      "source": "sg"
    }
  ]
}