GET /tides/stations
Skráðu allar available US strandatide monitoring stations from NOAA (National Oceanic and Atmospheric Administration). Skilar station IDs, names, and locations. Use this to finndu valid station IDs fyrir tide prediction, water level, and hitastig endapunktar. Nær yfir major US strandaareas on the 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
}