{
  "timestamp": "2026-04-11T18:10:14.080Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": -0.5,
        "tempMax": 12.1,
        "rainProbability": 0,
        "windSpeed": 8.8,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.7,
        "tempMax": 27.7,
        "rainProbability": 33,
        "humidity": 78,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.84,
        "windSpeed": 18.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 12.9,
        "rainProbability": 40,
        "humidity": 70,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.14,
        "windSpeed": 6.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 19.1,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.22,
        "windSpeed": 6.9
      }
    }
  ]
}