{
  "timestamp": "2026-04-10T21:43:07.817Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 5.6,
        "rainProbability": 95,
        "windSpeed": 1.3,
        "humidity": 89
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.3,
        "tempMax": 27,
        "rainProbability": 20,
        "humidity": 73,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 2.26,
        "windSpeed": 24.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 13.3,
        "rainProbability": 23,
        "humidity": 73,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.14,
        "windSpeed": 5.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.6,
        "tempMax": 19.8,
        "rainProbability": 0,
        "humidity": 86,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.22,
        "windSpeed": 4.3
      }
    }
  ]
}