GET /tides/stations
Auflisten aller available US coastal tide monitoring stations from NOAA (National Oceanic und Atmospheric Administration). Liefert station IDs, names, und locations. Verwenden Sie dies to find valid station IDs for the tide prediction, water level, und temperature endpoints. Umfasst major US coastal areas on the Atlantic, Pacific, und Gulf coasts.
curl https://nordapi.ee/api/v1/tides/stations
{
"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
}