{
    "code": 200,
    "msg": "天气查询成功",
    "data": {
        "location": {
            "city": "Erendek",
            "province": "Tunceli",
            "country": "Turkey",
            "latitude": "39.017",
            "longitude": "39.333",
            "ip": "216.73.217.81"
        },
        "current_weather": {
            "temperature": "14.7°C",
            "weather_code": 1,
            "weather_text": "晴间多云",
            "wind_direction": 257,
            "wind_direction_text": "西南西",
            "wind_speed": "18.1km/h",
            "wind_power": "3级（微风）",
            "humidity": "43%",
            "feels_like": "14.7°C",
            "time": "2026-05-08T15:15",
            "local_time": "2026-05-08 15:15"
        },
        "forecast": [
            {
                "date": "2026-05-08",
                "max_temperature": "14.8°C",
                "min_temperature": "5.8°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-05-08T05:16",
                "sunset": "2026-05-08T19:21"
            },
            {
                "date": "2026-05-09",
                "max_temperature": "17.2°C",
                "min_temperature": "8.2°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-05-09T05:15",
                "sunset": "2026-05-09T19:22"
            },
            {
                "date": "2026-05-10",
                "max_temperature": "17.3°C",
                "min_temperature": "10.5°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-05-10T05:14",
                "sunset": "2026-05-10T19:23"
            }
        ]
    },
    "tips": "天气数据由小尘API提供，网址:API.XCVTS.CN",
    "time": "2026-05-08 20:23:58"
}