v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

Meteorological observations co-located with tide gauge

Meteorological sensor observations from the CO-OPS gauge. Select one product via the 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).

get/api/v1/environment/noaa-tides/station/{id}/meteorology

Path parameters

idstring required

7-digit CO-OPS station identifier.

7-digit CO-OPS station identifier.

Query parameters

productstring

Met product: wind, air_pressure, air_temperature, humidity, or visibility.

Met product: wind, air_pressure, air_temperature, humidity, or visibility.

begin_datestring nullable

Start date YYYYMMDD.

Start date YYYYMMDD.

end_datestring nullable

End date YYYYMMDD.

End date YYYYMMDD.

datestring nullable

Alternative date token (latest, today, recent).

Alternative date token (latest, today, recent).

unitsstring

metric or english.

metric or english.

Response

Meteorological observation time series with timestamps in ISO 8601 UTC.

Example response

{
  "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"
    ]
  }
}