{
  "timestamp": "2026-04-03T17:38:50.579Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.4,
        "tempMax": 13.9,
        "rainProbability": 10,
        "windSpeed": 10.4,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.3,
        "tempMax": 27.1,
        "rainProbability": 98,
        "humidity": 84,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 1.46,
        "windSpeed": 17
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 14.4,
        "rainProbability": 58,
        "humidity": 90,
        "seaSurfaceTemp": 13.8,
        "waveHeight": 0.34,
        "windSpeed": 7.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 16.4,
        "rainProbability": 98,
        "humidity": 84,
        "seaSurfaceTemp": 16.1,
        "waveHeight": 2.02,
        "windSpeed": 3.1
      }
    }
  ]
}