GET /tides/stations
List all available US coastal tide monitoreando stations from NOAA (National Oceanic and Atmospheric Administration). Returns station IDs, nombres, and ubicaciones. Use this to find valid station IDs for the tide prediction, water level, and temperatura endpoints. Covers major US coastal areas 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
}