water_level. Equivalent to calling /station/{id}/water-level?date=latest with fewer ceremonial arguments. Returns observation=null when the station does not report the requested product. Attribution: NOAA CO-OPS Tides and Currents (api.tidesandcurrents.noaa.gov).x-api-key: ********************curl --location '/api/v1/environment/noaa-tides/latest?station=8518750&product=water_level&datum=MLLW&units=metric' \
--header 'x-api-key: <api-key>'{
"data": {
"station_id": "string",
"station_name": "string",
"lat": 0,
"lon": 0,
"product": "string",
"datum": "string",
"units": "string",
"time_zone": "string",
"observation": {
"data_time": "string",
"value": 0,
"sigma": 0,
"flags": [
true
],
"flags_raw": "string",
"quality": "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
}
}