{
    "code": 200,
    "message": "success",
    "data": {
        "city": "北京",
        "temperature": "21",
        "feels_like": "22",
        "humidity": "58",
        "weather": "小雨",
        "weather_code": "176",
        "wind_speed": "4",
        "wind_dir": "东南风",
        "visibility": "10",
        "pressure": "1015",
        "uv_index": "0",
        "cloud_cover": "78",
        "update_time": "2026-09-23 02:35:04",
        "location": {
            "full_address": "西长安街, 北新华街社区, 东华门街道, 首都功能核心区, 东城区, 北京市, 100032, 中国",
            "country": "中国",
            "state": "",
            "city": "东城区",
            "district": "东华门街道",
            "road": "西长安街",
            "postcode": "100032",
            "latitude": "39.9057136",
            "longitude": "116.3912972"
        },
        "forecast": [
            {
                "date": "2026-09-23",
                "max_temp": "32",
                "min_temp": "20",
                "weather": "烟雾霾",
                "sunrise": "06:03 AM",
                "sunset": "06:10 PM"
            },
            {
                "date": "2026-09-24",
                "max_temp": "27",
                "min_temp": "22",
                "weather": "烟雾霾",
                "sunrise": "06:03 AM",
                "sunset": "06:09 PM"
            },
            {
                "date": "2026-09-25",
                "max_temp": "24",
                "min_temp": "19",
                "weather": "小阵雨",
                "sunrise": "06:04 AM",
                "sunset": "06:07 PM"
            }
        ]
    }
}