GET /tides/stations
List all tillgänglig US coastal tide övervakning stationer från NOAA (National Oceanic and Atmospheric Administration). Returnerar station IDs, namn, and platser. Använd detta to hitta giltig station IDs for the tide prognos, vattennivå, and temperatur endpoints. Täcker stora US coastal områden på Atlantic, Pacific, and 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
}