Maritime

Maritime

URL Path
https://data.api.xweather.com/maritime/
Data Coverage
Global
Update Interval
Every 6 Hours
Time Range
-48 hrs to +15 days

The maritime API endpoint delivers essential global marine weather data, including wave and swell heights, directions and periods, tidal and surge information, ocean currents, sea surface temperature, and significant wave height. This comprehensive data set is available hourly by default, with options for 3-hour, 6-hour, or other defined intervals. It is suitable for maritime applications, such as oceanic navigation, offshore operations, coastal monitoring, and recreational activities.

The Maritime endpoint provides access to a wide array of information, including the following:

  • Sea surface temperature (SST): Sea surface temperature refers to the temperature of the top layer of the ocean, typically measured up to a depth of a few meters. SST data is crucial in maritime shipping because it affects the local weather and ocean currents and can influence fog formation, hurricanes, and other weather phenomena. This data helps in route planning and scheduling, ensuring that ships avoid areas with extreme weather conditions that might compromise the safety of the vessel and the crew.

  • Sea current direction and speed: Ocean currents are the continuous, directed movement of seawater generated by various forces, including wind, temperature differences, and salinity. Knowledge of sea current direction and speed is essential in maritime shipping for efficient route planning and fuel consumption management. By taking advantage of favorable currents, ships can save fuel, time and reduce their environmental impact.

  • Significant wave height: The significant wave height takes into account wind wave and swell wave information and is defined as the average height of the highest one-third of waves in a given area, is critical in maritime shipping as it impacts a vessel's stability, maneuverability, and safety. According to the National Oceanic and Atmospheric Administration (NOAA), approximately 15% of waves will equal or exceed the significant wave height, with the highest 10% of waves reaching 25-30% higher than this value. Additionally, about once per hour, a wave nearly twice the significant wave height can be expected. These higher waves can cause increased rolling and pitching, making ship navigation challenging and potentially leading to cargo damage or loss. 

  • Primary wave direction and period: The primary wave direction refers to the direction from which the most considerable wave energy is coming, while the period is the time between successive waves. This information is useful for shipping because it enables mariners to understand how waves affect the ship's movement and stability. Knowing the primary wave direction and period helps in route planning and allows for better anticipation of adverse conditions.

  • Wind wave height, direction, and period: Wind waves are generated by the wind blowing over the ocean's surface. The wind wave height, direction, and period are essential for maritime shipping because they can significantly impact the vessel's stability, maneuverability, and safety. This information helps mariners adjust their course and speed to minimize the effects of wind waves on the ship and avoid potential hazards.

  • Primary swell wave height, direction, and period: Swell waves are long-wavelength waves originating from distant weather systems. The primary swell wave height, direction, and period are crucial in maritime shipping because they can cause significant rolling and pitching, making navigation challenging and potentially causing cargo damage. Understanding these factors can help mariners avoid areas with unfavorable swell conditions and plan safer routes.

  • Secondary swell wave height, direction, and period: Secondary swell waves are similar to primary swell waves but originate from a different weather system. Knowledge of secondary swell waves is essential because the interaction of multiple swell systems can create complex wave patterns that can significantly impact the ship's motion and stability. This information helps mariners in route planning and making necessary adjustments to ensure the ship's and its crew's safety.

  • Tertiary swell wave height, direction, and period: Tertiary swell waves are the third most significant swell system affecting an area. Although these waves may be less prominent than primary and secondary swell waves, they can still contribute to the overall wave conditions and impact a vessel's motion and stability. Understanding tertiary swell waves can help mariners take a comprehensive approach to route planning and decision-making, ensuring they account for all possible wave interactions that could impact the ship's journey.

Requests

Every request to the endpoint must include one of the supported actions in the url.

https://data.api.xweather.com/maritime/{action}?client_id={client_id}&client_secret={client_secret}&{params}

Supported Actions

The following actions are supported with the /maritime endpoint:

ActionDescription
:idType: stringTypically used for passing a geographical location name or identifier such as city name, lat/long, or even US and Canadian postal codes. Learn more.
routeType: stringAllows you to pass several coordinates along a custom route to return data points at each location. Learn more.

Response

The following is an example of what each object in the response will consist of. Depending on your requested action, the response may contain multiple instances of this object within an array.

Properties

loc (object)

The location of the record.

loc.long (number)

The place or nearest place to the record.

loc.lat (number)

The latitude coordinate of the record.

interval (string)

The interval of the forecast period.

periods (array)

The forecast periods.

periods.#.timestamp (number)

The UNIX timestamp of the valid time of the forecast period

periods.#.dateTimeISO (string)

The ISO 8601 date/time of the forecast period valid time

periods.#.seaSurfaceTemperatureC (number)

The sea surface temperature in Celsius. Available out 7 days. Null if unavailable.

periods.#.seaSurfaceTemperatureF (number)

The sea surface temperature in Fahrenheit. Available out 7 days. Null if unavailable.

periods.#.seaCurrentSpeedKTS (number)

The sea current speed in knots. Null if unavailable.

periods.#.seaCurrentSpeedKPH (number)

The sea current speed in kilometers per hour. Null if unavailable.

periods.#.seaCurrentSpeedMPS (number)

The sea current speed in meters per second. Null if unavailable.

periods.#.seaCurrentSpeedMPH (number)

The sea current speed in miles per hour. Null if unavailable.

periods.#.seaCurrentDir (string)

The sea current cardinal direction. Null if unavailable. Possible values: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.

periods.#.seaCurrentDirDEG (number)

The sea current direction in degrees. Null if unavailable. 0 - 359, where 0 is North.

periods.#.significantWaveHeightM (number)

The significant wave height in meters. Null if unavailable.

periods.#.significantWaveHeightFT (number)

The significant wave height in feet. Null if unavailable.

periods.#.primaryWaveDir (string)

The primary wave cardinal direction. Null if unavailable. Possible values: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.

periods.#.primaryWaveDirDEG (number)

The primary wave direction in degrees. Null if unavailable. 0 - 359, where 0 is North.

periods.#.primaryWavePeriod (number)

The primary wave period in seconds. Null if unavailable.

periods.#.primarySwellHeightM (number)

The primary swell height in meters. Null if unavailable.

periods.#.primarySwellHeightFT (number)

The primary swell height in feet. Null if unavailable.

periods.#.primarySwellDir (string)

The primary swell cardinal direction. Null if unavailable. Possible values: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.

periods.#.primarySwellDirDEG (number)

The primary swell direction in degrees. Null if unavailable. 0 - 359, where 0 is North.

periods.#.primarySwellPeriod (number)

The primary swell period in seconds. Null if unavailable.

periods.#.secondarySwellHeightM (number)

The secondary swell height in meters. Null if unavailable.

periods.#.secondarySwellHeightFT (number)

The secondary swell height in feet. Null if unavailable.

periods.#.secondarySwellDir (string)

The secondary swell cardinal direction. Null if unavailable. Possible values: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.

periods.#.secondarySwellDirDEG (number)

The secondary swell direction in degrees. Null if unavailable. 0 - 359, where 0 is North.

periods.#.secondarySwellPeriod (number)

The secondary swell period in seconds. Null if unavailable.

periods.#.tertiarySwellHeightM (number)

The tertiary swell height in meters. Null if unavailable.

periods.#.tertiarySwellHeightFT (number)

The tertiary swell height in feet. Null if unavailable.

periods.#.tertiarySwellDir (string)

The tertiary swell cardinal direction. Null if unavailable. Possible values: N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W, WNW, NW, NNW.

periods.#.tertiarySwellDirDEG (number)

The tertiary swell direction in degrees. Null if unavailable. 0 - 359, where 0 is North.

periods.#.tertiarySwellPeriod (number)

The tertiary swell period in seconds. Null if unavailable.

periods.#.tidesM (number)

The tide height in meters. Null if unavailable.

periods.#.tidesFT (number)

The tide height in feet. Null if unavailable.

periods.#.surgeM (number)

The surge height in meters. Null if unavailable.

periods.#.surgeFT (number)

The surge height in feet. Null if unavailable.

profile (object)

Object containing information about the location or event.

profile.tz (string)

Timezone name of the location, such as America/New_York.

profile.elevFT (number)

The elevation of the location in feet.

profile.elevM (number)

The elevation of the location in meters.

[
  {
    "loc": {
      "long": 0,
      "lat": 0
    },
    "interval": "1hr",
    "periods": [
      {
        "timestamp": 1702587600,
        "dateTimeISO": "2023-12-14T21:00:00+00:00",
        "seaSurfaceTemperatureC": 29,
        "seaSurfaceTemperatureF": 84.2,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.27,
        "significantWaveHeightFT": 4.1667,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.92,
        "primarySwellHeightFT": 3.0184,
        "primarySwellDir": "SSW",
        "primarySwellDirDEG": 205,
        "primarySwellPeriod": 13,
        "secondarySwellHeightM": 0.86,
        "secondarySwellHeightFT": 2.8215,
        "secondarySwellDir": "SSE",
        "secondarySwellDirDEG": 166,
        "secondarySwellPeriod": 9,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 299,
        "tertiarySwellPeriod": 11,
        "tidesM": -0.22,
        "tidesFT": -0.7218,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702591200,
        "dateTimeISO": "2023-12-14T22:00:00+00:00",
        "seaSurfaceTemperatureC": 28.9,
        "seaSurfaceTemperatureF": 84.02,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.26,
        "significantWaveHeightFT": 4.1339,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.91,
        "primarySwellHeightFT": 2.9856,
        "primarySwellDir": "SSW",
        "primarySwellDirDEG": 205,
        "primarySwellPeriod": 13,
        "secondarySwellHeightM": 0.87,
        "secondarySwellHeightFT": 2.8543,
        "secondarySwellDir": "SSE",
        "secondarySwellDirDEG": 166,
        "secondarySwellPeriod": 9,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 11,
        "tidesM": -0.34,
        "tidesFT": -1.1155,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702594800,
        "dateTimeISO": "2023-12-14T23:00:00+00:00",
        "seaSurfaceTemperatureC": 28.8,
        "seaSurfaceTemperatureF": 83.84,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.26,
        "significantWaveHeightFT": 4.1339,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.89,
        "primarySwellHeightFT": 2.9199,
        "primarySwellDir": "SSW",
        "primarySwellDirDEG": 205,
        "primarySwellPeriod": 13,
        "secondarySwellHeightM": 0.88,
        "secondarySwellHeightFT": 2.8871,
        "secondarySwellDir": "SSE",
        "secondarySwellDirDEG": 166,
        "secondarySwellPeriod": 9,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 11,
        "tidesM": -0.34,
        "tidesFT": -1.1155,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702598400,
        "dateTimeISO": "2023-12-15T00:00:00+00:00",
        "seaSurfaceTemperatureC": 28.8,
        "seaSurfaceTemperatureF": 83.84,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.25,
        "significantWaveHeightFT": 4.101,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.88,
        "primarySwellHeightFT": 2.8871,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 10.5,
        "secondarySwellHeightM": 0.88,
        "secondarySwellHeightFT": 2.8871,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 11.5,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 11,
        "tidesM": -0.22,
        "tidesFT": -0.7218,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702602000,
        "dateTimeISO": "2023-12-15T01:00:00+00:00",
        "seaSurfaceTemperatureC": 28.8,
        "seaSurfaceTemperatureF": 83.84,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.24,
        "significantWaveHeightFT": 4.0682,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.88,
        "primarySwellHeightFT": 2.8871,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 9.5,
        "secondarySwellHeightM": 0.87,
        "secondarySwellHeightFT": 2.8543,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 12.5,
        "tertiarySwellHeightM": 0.06,
        "tertiarySwellHeightFT": 0.1969,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 301,
        "tertiarySwellPeriod": 11.75,
        "tidesM": -0.02,
        "tidesFT": -0.0656,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702605600,
        "dateTimeISO": "2023-12-15T02:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.24,
        "significantWaveHeightFT": 4.0682,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.88,
        "primarySwellHeightFT": 2.8871,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.86,
        "secondarySwellHeightFT": 2.8215,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13.75,
        "tidesM": 0.22,
        "tidesFT": 0.7218,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702609200,
        "dateTimeISO": "2023-12-15T03:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.23,
        "significantWaveHeightFT": 4.0354,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.86,
        "secondarySwellHeightFT": 2.8215,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.43,
        "tidesFT": 1.4108,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702612800,
        "dateTimeISO": "2023-12-15T04:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.22,
        "significantWaveHeightFT": 4.0026,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.86,
        "secondarySwellHeightFT": 2.8215,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.56,
        "tidesFT": 1.8373,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702616400,
        "dateTimeISO": "2023-12-15T05:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.22,
        "significantWaveHeightFT": 4.0026,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 167,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.85,
        "secondarySwellHeightFT": 2.7887,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.07,
        "tertiarySwellHeightFT": 0.2297,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.58,
        "tidesFT": 1.9029,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702620000,
        "dateTimeISO": "2023-12-15T06:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.22,
        "significantWaveHeightFT": 4.0026,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.85,
        "secondarySwellHeightFT": 2.7887,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.46,
        "tidesFT": 1.5092,
        "surgeM": 0.0028,
        "surgeFT": 0.0089999999999999
      },
      {
        "timestamp": 1702623600,
        "dateTimeISO": "2023-12-15T07:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.21,
        "significantWaveHeightFT": 3.9698,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.84,
        "secondarySwellHeightFT": 2.7559,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.22,
        "tidesFT": 0.7218,
        "surgeM": 0.005,
        "surgeFT": 0.0164
      },
      {
        "timestamp": 1702627200,
        "dateTimeISO": "2023-12-15T08:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.21,
        "significantWaveHeightFT": 3.9698,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.84,
        "secondarySwellHeightFT": 2.7559,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 206,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.09,
        "tidesFT": -0.2953,
        "surgeM": 0.004,
        "surgeFT": 0.0131
      },
      {
        "timestamp": 1702630800,
        "dateTimeISO": "2023-12-15T09:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.21,
        "significantWaveHeightFT": 3.9698,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.83,
        "secondarySwellHeightFT": 2.7231,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.39,
        "tidesFT": -1.2795,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702634400,
        "dateTimeISO": "2023-12-15T10:00:00+00:00",
        "seaSurfaceTemperatureC": 28.6,
        "seaSurfaceTemperatureF": 83.48,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.2,
        "significantWaveHeightFT": 3.937,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.82,
        "secondarySwellHeightFT": 2.6903,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.6,
        "tidesFT": -1.9685,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702638000,
        "dateTimeISO": "2023-12-15T11:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.2,
        "significantWaveHeightFT": 3.937,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.82,
        "secondarySwellHeightFT": 2.6903,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.08,
        "tertiarySwellHeightFT": 0.2625,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.68,
        "tidesFT": -2.231,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702641600,
        "dateTimeISO": "2023-12-15T12:00:00+00:00",
        "seaSurfaceTemperatureC": 28.7,
        "seaSurfaceTemperatureF": 83.66,
        "seaCurrentSpeedKTS": 0.9719,
        "seaCurrentSpeedKPH": 1.8,
        "seaCurrentSpeedMPS": 0.5,
        "seaCurrentSpeedMPH": 1.1185,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 270,
        "significantWaveHeightM": 1.2,
        "significantWaveHeightFT": 3.937,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.81,
        "secondarySwellHeightFT": 2.6575,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.62,
        "tidesFT": -2.0341,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702645200,
        "dateTimeISO": "2023-12-15T13:00:00+00:00",
        "seaSurfaceTemperatureC": 28.8,
        "seaSurfaceTemperatureF": 83.84,
        "seaCurrentSpeedKTS": 0.9912,
        "seaCurrentSpeedKPH": 1.8356,
        "seaCurrentSpeedMPS": 0.5099,
        "seaCurrentSpeedMPH": 1.1406,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 281,
        "significantWaveHeightM": 1.19,
        "significantWaveHeightFT": 3.9042,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.81,
        "secondarySwellHeightFT": 2.6575,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.44,
        "tidesFT": -1.4436,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702648800,
        "dateTimeISO": "2023-12-15T14:00:00+00:00",
        "seaSurfaceTemperatureC": 28.9,
        "seaSurfaceTemperatureF": 84.02,
        "seaCurrentSpeedKTS": 0.9912,
        "seaCurrentSpeedKPH": 1.8356,
        "seaCurrentSpeedMPS": 0.5099,
        "seaCurrentSpeedMPH": 1.1406,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 281,
        "significantWaveHeightM": 1.19,
        "significantWaveHeightFT": 3.9042,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.87,
        "primarySwellHeightFT": 2.8543,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": -0.19,
        "tidesFT": -0.6234,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702652400,
        "dateTimeISO": "2023-12-15T15:00:00+00:00",
        "seaSurfaceTemperatureC": 29.1,
        "seaSurfaceTemperatureF": 84.38,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.18,
        "significantWaveHeightFT": 3.8714,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.86,
        "primarySwellHeightFT": 2.8215,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.08,
        "tidesFT": 0.2625,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702656000,
        "dateTimeISO": "2023-12-15T16:00:00+00:00",
        "seaSurfaceTemperatureC": 29.2,
        "seaSurfaceTemperatureF": 84.56,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.18,
        "significantWaveHeightFT": 3.8714,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.86,
        "primarySwellHeightFT": 2.8215,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 14,
        "tidesM": 0.31,
        "tidesFT": 1.0171,
        "surgeM": 0,
        "surgeFT": 0
      },
      {
        "timestamp": 1702659600,
        "dateTimeISO": "2023-12-15T17:00:00+00:00",
        "seaSurfaceTemperatureC": 29.2,
        "seaSurfaceTemperatureF": 84.56,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.17,
        "significantWaveHeightFT": 3.8386,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 207,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.85,
        "primarySwellHeightFT": 2.7887,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13,
        "tidesM": 0.46,
        "tidesFT": 1.5092,
        "surgeM": 0.003,
        "surgeFT": 0.0098
      },
      {
        "timestamp": 1702663200,
        "dateTimeISO": "2023-12-15T18:00:00+00:00",
        "seaSurfaceTemperatureC": 29.2,
        "seaSurfaceTemperatureF": 84.56,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.16,
        "significantWaveHeightFT": 3.8058,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 207,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.84,
        "primarySwellHeightFT": 2.7559,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13,
        "tidesM": 0.48,
        "tidesFT": 1.5748,
        "surgeM": 0.0095,
        "surgeFT": 0.0312
      },
      {
        "timestamp": 1702666800,
        "dateTimeISO": "2023-12-15T19:00:00+00:00",
        "seaSurfaceTemperatureC": 29.1,
        "seaSurfaceTemperatureF": 84.38,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.16,
        "significantWaveHeightFT": 3.8058,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.83,
        "primarySwellHeightFT": 2.7231,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 205,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13,
        "tidesM": 0.38,
        "tidesFT": 1.2467,
        "surgeM": 0.01,
        "surgeFT": 0.0328
      },
      {
        "timestamp": 1702670400,
        "dateTimeISO": "2023-12-15T20:00:00+00:00",
        "seaSurfaceTemperatureC": 29.1,
        "seaSurfaceTemperatureF": 84.38,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.15,
        "significantWaveHeightFT": 3.773,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.82,
        "primarySwellHeightFT": 2.6903,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 204,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13,
        "tidesM": 0.19,
        "tidesFT": 0.6234,
        "surgeM": 0.006,
        "surgeFT": 0.0197
      },
      {
        "timestamp": 1702674000,
        "dateTimeISO": "2023-12-15T21:00:00+00:00",
        "seaSurfaceTemperatureC": 29.1,
        "seaSurfaceTemperatureF": 84.38,
        "seaCurrentSpeedKTS": 1.1824,
        "seaCurrentSpeedKPH": 2.1898,
        "seaCurrentSpeedMPS": 0.6083,
        "seaCurrentSpeedMPH": 1.3607,
        "seaCurrentDir": "W",
        "seaCurrentDirDEG": 279,
        "significantWaveHeightM": 1.15,
        "significantWaveHeightFT": 3.773,
        "primaryWaveDir": "SSW",
        "primaryWaveDirDEG": 206,
        "primaryWavePeriod": 13,
        "primarySwellHeightM": 0.82,
        "primarySwellHeightFT": 2.6903,
        "primarySwellDir": "SSE",
        "primarySwellDirDEG": 166,
        "primarySwellPeriod": 9,
        "secondarySwellHeightM": 0.8,
        "secondarySwellHeightFT": 2.6247,
        "secondarySwellDir": "SSW",
        "secondarySwellDirDEG": 204,
        "secondarySwellPeriod": 13,
        "tertiarySwellHeightM": 0.09,
        "tertiarySwellHeightFT": 0.2953,
        "tertiarySwellDir": "WNW",
        "tertiarySwellDirDEG": 300,
        "tertiarySwellPeriod": 13,
        "tidesM": -0.04,
        "tidesFT": -0.1312,
        "surgeM": 0,
        "surgeFT": 0
      }
    ],
    "profile": {
      "tz": "Africa/Accra",
      "elevFT": 0,
      "elevM": 0
    }
  }
]