{
  "timestamp": "2026-04-04T08:11:43.635Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.3,
        "rainProbability": 33,
        "windSpeed": 15.8,
        "humidity": 66
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27,
        "rainProbability": 98,
        "humidity": 79,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 2.98,
        "windSpeed": 14.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 16.4,
        "rainProbability": 100,
        "humidity": 81,
        "seaSurfaceTemp": 13.6,
        "waveHeight": 0.26,
        "windSpeed": 4.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 17.8,
        "rainProbability": 40,
        "humidity": 76,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 1.14,
        "windSpeed": 1.8
      }
    }
  ]
}