product query parameter: wind, air_pressure, air_temperature, humidity, or visibility. Not every sensor is installed at every station; the station-detail endpoint lists the sensor inventory. When the requested product is not instrumented at the station, Sugra returns 404 with the upstream explanation. Attribution: NOAA CO-OPS Tides and Currents (api.tidesandcurrents.noaa.gov).x-api-key: ********************curl --location '/api/v1/environment/noaa-tides/station/8518750/meteorology?product=air_pressure&begin_date=20260419&end_date=20260420&date=latest&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",
"interval": "string",
"count": 0,
"observations": [
{
"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
}
}