{
  "timestamp": "2026-04-30T01:46:37.461Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2,
        "tempMax": 14.8,
        "rainProbability": 0,
        "windSpeed": 2.9,
        "humidity": 45
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28.5,
        "rainProbability": 93,
        "humidity": 94,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.06,
        "windSpeed": 1.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12,
        "tempMax": 18.9,
        "rainProbability": 100,
        "humidity": 73,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.06,
        "windSpeed": 7.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 25.1,
        "rainProbability": 5,
        "humidity": 63,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.1,
        "windSpeed": 5.4
      }
    }
  ]
}