← Maantiede ja sää

Vuorovesiasemat

GET /tides/stations

Listaa all käytettävissä olevat US coastal tide monitoring stations from NOAA (National Oceanic and Atmospheric Administration). Palauttaa station IDs, names, and locations. Käytä tätä to find valid station IDs for the tide prediction, water level, and temperature endpoints. Kattaa major US coastal areas on the Atlantic, Pacific, and Gulf coasts.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/tides/stations

Reaaliaikainen vastaus

{
  "count": 12,
  "data": [
    {
      "id": "9414290",
      "name": "San Francisco, CA",
      "state": "CA"
    },
    {
      "id": "8518750",
      "name": "The Battery, New York, NY",
      "state": "NY"
    },
    {
      "id": "8443970",
      "name": "Boston, MA",
      "state": "MA"
    },
    {
      "id": "8658120",
      "name": "Wilmington, NC",
      "state": "NC"
    },
    {
      "id": "8723214",
      "name": "Virginia Key, FL",
      "state": "FL"
    },
    {
      "id": "8761724",
      "name": "Grand Isle, LA",
      "state": "LA"
    },
    {
      "id": "9410660",
      "name": "Los Angeles, CA",
      "state": "CA"
    },
    {
      "id": "9447130",
      "name": "Seattle, WA",
      "state": "WA"
    },
    {
      "id": "1612340",
      "name": "Honolulu, HI",
      "state": "HI"
    },
    {
      "id": "8531680",
      "name": "Sandy Hook, NJ",
      "state": "NJ"
    },
    {
      "id": "8726520",
      "name": "St. Petersburg, FL",
      "state": "FL"
    },
    {
      "id": "9451600",
      "name": "Sitka, AK",
      "state": "AK"
    }
  ],
  "success": true
}