{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Fremantle, Western Australia tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Fremantle, Western Australia (australia) covering 2026-05-02 to 2026-05-09. 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/australia/western-australia/fremantle",
  "identifier": "https://tideturtle.com/data/australia/western-australia/fremantle.json",
  "creator": {
    "@type": "Organization",
    "name": "TideTurtle",
    "url": "https://tideturtle.com"
  },
  "license": "https://open-meteo.com/en/license",
  "isAccessibleForFree": true,
  "dateModified": "2026-05-02",
  "temporalCoverage": "2026-05-02/2026-05-09",
  "spatialCoverage": {
    "@type": "Place",
    "name": "Fremantle, Western Australia",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": -32.0569,
      "longitude": 115.7475
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Fremantle, Western Australia",
    "australia"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/australia/western-australia/fremantle.json"
    }
  ],
  "data": {
    "datum": "MSL",
    "unit": "m",
    "timezone": "Australia/Sydney",
    "source": "Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived.",
    "extrema": [
      {
        "time": "2026-05-03T01:00:00.000Z",
        "date": "2026-05-03",
        "height": 0.57,
        "isHigh": true
      },
      {
        "time": "2026-05-03T12:00:00.000Z",
        "date": "2026-05-03",
        "height": 0.01,
        "isHigh": false
      },
      {
        "time": "2026-05-05T02:00:00.000Z",
        "date": "2026-05-05",
        "height": 0.61,
        "isHigh": true
      },
      {
        "time": "2026-05-08T16:00:00.000Z",
        "date": "2026-05-09",
        "height": 0.11,
        "isHigh": false
      },
      {
        "time": "2026-05-08T23:00:00.000Z",
        "date": "2026-05-09",
        "height": 0.38,
        "isHigh": true
      }
    ]
  }
}