NOAA CO-OPS · Example Payload

Tide Predictions Request

Example request for tide predictions at Boston (station 8443970) for the next 48 hours in english units, relative to MLLW.

NOAATidesCurrentsOceanographicWater LevelWeatherPredictionsGovernment

Tide Predictions Request is an example object payload from NOAA CO-OPS, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionmethodurlparameters

Example Payload

Raw ↑
{
  "description": "Example request for tide predictions at Boston (station 8443970) for the next 48 hours in english units, relative to MLLW.",
  "method": "GET",
  "url": "https://api.tidesandcurrents.noaa.gov/api/prod/datagetter?station=8443970&product=predictions&datum=MLLW&date=today&range=48&time_zone=lst_ldt&units=english&interval=h&format=json",
  "parameters": {
    "station": "8443970",
    "product": "predictions",
    "datum": "MLLW",
    "date": "today",
    "range": 48,
    "time_zone": "lst_ldt",
    "units": "english",
    "interval": "h",
    "format": "json"
  }
}