List all tide stations

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

get/tide/stations

Response

List of tide stations

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.