GET /tides/level/:station
Get the current real-time water level reading at a specific NOAA tide station. Returns the latest observed water level measurement. Useful for coastal flooding alerts, harbor management, dock scheduling, and comparing actual water levels to predicted tides. Data is from live NOAA sensors updated in near real-time.
station
required
Station ID
| Name | Required | Default | Description |
|---|---|---|---|
station |
Yes | - | Station ID |
curl https://nordapi.ee/api/v1/tides/level/9414290
curl https://nordapi.ee/api/v1/tides/level/9414290
curl https://nordapi.ee/api/v1/tides/level/9447130
{
"data": {
"quality": "p",
"time": "2026-04-05 08:36",
"water_level_m": 0.147
},
"station": "9414290",
"success": true
}