{
  "timestamp": "2026-04-09T18:20:11.205Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.7,
        "tempMax": 13.1,
        "rainProbability": 0,
        "windSpeed": 10.8,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.1,
        "rainProbability": 5,
        "humidity": 75,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 2.5,
        "windSpeed": 26.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.9,
        "tempMax": 16.4,
        "rainProbability": 30,
        "humidity": 63,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.2,
        "windSpeed": 10.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 21.2,
        "rainProbability": 0,
        "humidity": 41,
        "seaSurfaceTemp": 16.7,
        "waveHeight": 0.7,
        "windSpeed": 10.6
      }
    }
  ]
}