{
  "timestamp": "2026-05-12T13:32:11.353Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7,
        "tempMax": 10.9,
        "rainProbability": 90,
        "windSpeed": 21.3,
        "humidity": 49
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 27.4,
        "rainProbability": 100,
        "humidity": 66,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.86,
        "windSpeed": 22
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 25,
        "rainProbability": 0,
        "humidity": 48,
        "seaSurfaceTemp": 19.9,
        "waveHeight": 0.12,
        "windSpeed": 11
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 61,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.44,
        "windSpeed": 19.3
      }
    }
  ]
}