{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Pensacola, FL tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Pensacola, 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/pensacola",
  "identifier": "https://tideturtle.com/data/united-states/florida/pensacola.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": "Pensacola, FL",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 30.4033,
      "longitude": -87.2117
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Pensacola, FL",
    "united states"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/united-states/florida/pensacola.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-10T19:00:00.000Z",
        "date": "2026-05-10",
        "height": 0.02,
        "isHigh": true
      },
      {
        "time": "2026-05-11T05:00:00.000Z",
        "date": "2026-05-11",
        "height": -0.27,
        "isHigh": false
      },
      {
        "time": "2026-05-11T13:00:00.000Z",
        "date": "2026-05-11",
        "height": -0.1,
        "isHigh": true
      },
      {
        "time": "2026-05-12T05:00:00.000Z",
        "date": "2026-05-12",
        "height": -0.26,
        "isHigh": false
      },
      {
        "time": "2026-05-13T00:00:00.000Z",
        "date": "2026-05-12",
        "height": -0.16,
        "isHigh": true
      },
      {
        "time": "2026-05-13T19:00:00.000Z",
        "date": "2026-05-13",
        "height": -0.3,
        "isHigh": false
      },
      {
        "time": "2026-05-15T23:00:00.000Z",
        "date": "2026-05-15",
        "height": -0.42,
        "isHigh": true
      }
    ]
  }
}