All data sources

NOAA Tides & Currents

No authnoaa-tides

NOAA CO-OPS — water levels, tide predictions, currents, coastal met. No auth. - searchStations ⭐ NWLON 301 + tidepredictions 3.4K / currentpredictions 4.4K / historicwl 2.9K / watertemp / met / harcon - getStation (expand: datums | sensors | harcon | products) - getWaterLevels ⭐ observed (preliminary + verified). 31-day cap. - getTidePredictions ⭐ hi/lo (365d) or 6-min (31d) / hourly (365d). - getMeteorological ⭐ wind / air_temperature / water_temperature / air_pressure - getServiceInfo upstream quirks: HTTP 200 + body {error:{message}} on bad input — check body. 3 response shapes (water_level, predictions, currents_predictions). Datums product removed — discover via mdapi expand. Long-period stations only support hourly_height/high_low; Great Lakes accepts IGLD.

Provenance

PublisherNOAA Tides & Currents

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchStations

    read

    Find stations by catalog (type), state, bbox, near-point, or name substring.

    type: tidepredictions/currentpredictions/historicwl/watertemp/met/harcon.

  • getStation

    read

    Single station detail. expand: datums | sensors | harcon | products.

    Use expand:["datums"] before requesting an unusual datum to confirm support.

  • getWaterLevels

    read

    Observed water levels (preliminary real-time or verified historic). 31-day cap.

    datum default MLLW. Pass productMode: verified for QC-passed historic data.

  • getTidePredictions

    read

    Astronomical tide predictions — hi/lo (default) or 6-min/hourly series.

    interval=hilo or h: 365-day cap. interval=1|5|6|10|15|30|60: 31-day cap.

  • getMeteorological

    read

    Coastal meteorology — wind, air_temperature, water_temperature, air_pressure.

    31-day request cap on all 4 products. Wind returns value + direction + gust.

  • getServiceInfo

    read

    Live station counts by catalog, supported products, datum/unit/timezone enums, caps.