{
  "timestamp": "2026-04-11T03:07:11.088Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": -0.9,
        "tempMax": 11.3,
        "rainProbability": 0,
        "windSpeed": 3.3,
        "humidity": 100
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.2,
        "tempMax": 27.1,
        "rainProbability": 20,
        "humidity": 77,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 2.22,
        "windSpeed": 21.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.9,
        "tempMax": 13.7,
        "rainProbability": 23,
        "humidity": 74,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.2,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 19.4,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.16,
        "windSpeed": 4.5
      }
    }
  ]
}