{
  "success": true,
  "city": "London",
  "country": "UK",
  "current": {
    "temperature": 11,
    "condition": "Cloudy",
    "humidity": 74,
    "windSpeed": 15,
    "icon": "☁️"
  },
  "forecast": [
    {
      "day": "Today",
      "high": 14,
      "low": 6,
      "condition": "Cloudy",
      "icon": "☁️"
    },
    {
      "day": "Tomorrow",
      "high": 12,
      "low": 8,
      "condition": "Partly Cloudy",
      "icon": "⛅"
    },
    {
      "day": "Day After",
      "high": 9,
      "low": 3,
      "condition": "Sunny",
      "icon": "☀️"
    }
  ],
  "metadata": {
    "timestamp": "2026-05-06T13:52:18.967Z",
    "requestInfo": {
      "userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko;...",
      "clientIP": "216.73.217.60",
      "requestUrl": "https://scalable-frontend.pages.dev/apps/router/api/weather/london"
    },
    "apiInfo": {
      "endpoint": "/api/weather/london",
      "method": "GET",
      "version": "1.0",
      "note": "This is a demo API with mock data"
    }
  }
}