{
  "timestamp": "2026-04-23T00:23:51.551Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.1,
        "tempMax": 18.2,
        "rainProbability": 0,
        "windSpeed": 5.3,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.2,
        "rainProbability": 50,
        "humidity": 79,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.82,
        "windSpeed": 25
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.9,
        "tempMax": 14.9,
        "rainProbability": 100,
        "humidity": 90,
        "seaSurfaceTemp": 15.7,
        "waveHeight": 0.2,
        "windSpeed": 11.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 18.2,
        "rainProbability": 68,
        "humidity": 69,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.5,
        "windSpeed": 4.6
      }
    }
  ]
}