Tide predictions - high/low and water levels (NOAA CO-OPS)
Astronomical tide predictions (high/low extremes, or hourly / 6-minute water levels) for a US NOAA CO-OPS station - by station id, or by the nearest station to a coordinate. Harmonic PREDICTIONS, not measured levels and not real-time; NOT of navigational class. US stations only.
Query parameters
NOAA CO-OPS station id (7 digits), e.g. 8443970 (Boston).
NOAA CO-OPS station id (7 digits), e.g. 8443970 (Boston).
Latitude - resolve the nearest tide-prediction station (with lon).
Latitude - resolve the nearest tide-prediction station (with lon).
Longitude - resolve the nearest tide-prediction station (with lat).
Longitude - resolve the nearest tide-prediction station (with lat).
Window start, YYYY-MM-DD (GMT); default today.
Window start, YYYY-MM-DD (GMT); default today.
Window length in days from the start date.
Window length in days from the start date.
hilo (high/low extremes) | hourly | 6min (native step).
hilo (high/low extremes) | hourly | 6min (native step).
Tidal datum: MLLW | MSL | MHW | MLW | MHHW | MTL | NAVD | STND.
Tidal datum: MLLW | MSL | MHW | MLW | MHHW | MTL | NAVD | STND.
metric (metres) | english (feet).
metric (metres) | english (feet).
Response
Successful Response
Example response
{
"data": {
"query": {
"station": "8443970",
"date": "2026-07-12",
"days": 2,
"interval": "hilo",
"datum": "MLLW",
"units": "metric"
},
"station": {
"id": "8443970",
"name": "Boston",
"state": "MA",
"lat": 42.3548,
"lon": -71.0534,
"distance_km": 3.1
},
"interval": "hilo",
"datum": "MLLW",
"units": "metric",
"predictions": [
{
"time": "2026-07-12 01:01",
"value": 3.381,
"type": "H"
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}