H (high) or L (low). Convenience wrapper over /predictions?interval=hilo. Attribution: NOAA CO-OPS Tides and Currents (api.tidesandcurrents.noaa.gov).x-api-key: ********************curl --location '/api/v1/environment/noaa-tides/station/8518750/high-low?begin_date=20260419&end_date=20260420&date=today&datum=MLLW&units=metric' \
--header 'x-api-key: <api-key>'{
"data": {
"station_id": "string",
"station_name": "string",
"product": "string",
"datum": "string",
"units": "string",
"time_zone": "string",
"interval": "string",
"count": 0,
"predictions": [
{
"data_time": "string",
"value": 0,
"type": "string"
}
],
"attribution": "string"
},
"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": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}