{
  "weather": [
    {
      "region": "Iowa",
      "temperature": 61,
      "humidity": 77,
      "conditions": "overcast clouds",
      "forecast": "Current: 61°F. Conditions: overcast clouds.",
      "plantingViable": true,
      "frostRisk": false,
      "soilTempEstimate": 66,
      "evaluation": {
        "recommendation": "PLANT",
        "reason": "Conditions favorable. Soil temp ~66°F, no frost risk. Good planting window."
      }
    }
  ],
  "timestamp": "2026-04-27T08:44:21.839Z"
}