{
  "timestamp": "2026-09-12T04:57:51.500Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.5,
        "tempMax": 21.6,
        "rainProbability": 5,
        "windSpeed": 2.5,
        "humidity": 81
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.5,
        "tempMax": 25.6,
        "rainProbability": 75,
        "humidity": 66,
        "seaSurfaceTemp": 24.5,
        "waveHeight": 2.06,
        "windSpeed": 15.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 30.5,
        "rainProbability": 10,
        "humidity": 88,
        "seaSurfaceTemp": 26.1,
        "waveHeight": 0.06,
        "windSpeed": 4.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 34.4,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 0.22,
        "windSpeed": 4.3
      }
    }
  ]
}