{
  "location": {
    "city": "London",
    "country": "UK",
    "coordinates": {
      "lat": 51.5074,
      "lon": -0.1278
    }
  },
  "current": {
    "temp_c": 15.5,
    "condition": "Partly cloudy",
    "humidity": 72,
    "wind_kph": 12.5
  },
  "forecast": [
    {
      "date": "2026-03-21",
      "max_temp_c": 18.0,
      "min_temp_c": 10.5,
      "rain_chance": 20
    }
  ]
}
