{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Destin, FL tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Destin, FL (united states) covering 2026-05-09 to 2026-05-16. Heights in metres relative to MSL. Derived from Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived..",
  "url": "https://tideturtle.com/united-states/florida/destin",
  "identifier": "https://tideturtle.com/data/united-states/florida/destin.json",
  "creator": {
    "@type": "Organization",
    "name": "TideTurtle",
    "url": "https://tideturtle.com"
  },
  "license": "https://open-meteo.com/en/license",
  "isAccessibleForFree": true,
  "dateModified": "2026-05-09",
  "temporalCoverage": "2026-05-09/2026-05-16",
  "spatialCoverage": {
    "@type": "Place",
    "name": "Destin, FL",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 30.395,
      "longitude": -86.5133
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Destin, FL",
    "united states"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/united-states/florida/destin.json"
    }
  ],
  "data": {
    "datum": "MSL",
    "unit": "m",
    "timezone": "America/Chicago",
    "source": "Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived.",
    "extrema": [
      {
        "time": "2026-05-09T18:00:00.000Z",
        "date": "2026-05-09",
        "height": 0.07,
        "isHigh": true
      },
      {
        "time": "2026-05-10T04:00:00.000Z",
        "date": "2026-05-09",
        "height": -0.29,
        "isHigh": false
      },
      {
        "time": "2026-05-11T12:00:00.000Z",
        "date": "2026-05-11",
        "height": -0.11,
        "isHigh": true
      },
      {
        "time": "2026-05-12T05:00:00.000Z",
        "date": "2026-05-12",
        "height": -0.27,
        "isHigh": false
      },
      {
        "time": "2026-05-12T12:00:00.000Z",
        "date": "2026-05-12",
        "height": -0.15,
        "isHigh": true
      },
      {
        "time": "2026-05-15T22:00:00.000Z",
        "date": "2026-05-15",
        "height": -0.46,
        "isHigh": false
      }
    ]
  }
}