{
    "code": 200,
    "msg": "天气查询成功",
    "data": {
        "location": {
            "city": "Columbus",
            "province": "Ohio",
            "country": "United States",
            "latitude": 39.96138,
            "longitude": -82.997749,
            "ip": "216.73.217.122"
        },
        "current_weather": {
            "temperature": "12.6°C",
            "weather_code": 0,
            "weather_text": "晴",
            "wind_direction": 308,
            "wind_direction_text": "西北",
            "wind_speed": "5.9km/h",
            "wind_power": "2级（轻风）",
            "humidity": "89%",
            "feels_like": "12.6°C",
            "time": "2026-08-24T05:45",
            "local_time": "2026-08-24 05:45"
        },
        "forecast": [
            {
                "date": "2026-08-24",
                "max_temperature": "22.4°C",
                "min_temperature": "12.2°C",
                "weather_code": 2,
                "weather_text": "多云",
                "sunrise": "2026-08-24T06:52",
                "sunset": "2026-08-24T20:15"
            },
            {
                "date": "2026-08-25",
                "max_temperature": "24.4°C",
                "min_temperature": "13.4°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-08-25T06:53",
                "sunset": "2026-08-25T20:14"
            },
            {
                "date": "2026-08-26",
                "max_temperature": "26.5°C",
                "min_temperature": "16.1°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-08-26T06:54",
                "sunset": "2026-08-26T20:12"
            }
        ]
    },
    "tips": "天气数据由小尘API提供，网址:API.XCVTS.CN",
    "time": "2026-08-24 17:55:36"
}