{
    "code": 200,
    "msg": "天气查询成功",
    "data": {
        "location": {
            "city": "Erendek",
            "province": "Tunceli",
            "country": "Turkey",
            "latitude": "39.017",
            "longitude": "39.333",
            "ip": "216.73.217.122"
        },
        "current_weather": {
            "temperature": "32.1°C",
            "weather_code": 0,
            "weather_text": "晴",
            "wind_direction": 188,
            "wind_direction_text": "南",
            "wind_speed": "7.6km/h",
            "wind_power": "2级（轻风）",
            "humidity": "25%",
            "feels_like": "30.4°C",
            "time": "2026-08-24T12:45",
            "local_time": "2026-08-24 12:45"
        },
        "forecast": [
            {
                "date": "2026-08-24",
                "max_temperature": "32.9°C",
                "min_temperature": "20.9°C",
                "weather_code": 1,
                "weather_text": "晴间多云",
                "sunrise": "2026-08-24T05:44",
                "sunset": "2026-08-24T19:05"
            },
            {
                "date": "2026-08-25",
                "max_temperature": "30.3°C",
                "min_temperature": "20.7°C",
                "weather_code": 2,
                "weather_text": "多云",
                "sunrise": "2026-08-25T05:45",
                "sunset": "2026-08-25T19:04"
            },
            {
                "date": "2026-08-26",
                "max_temperature": "29.2°C",
                "min_temperature": "19.6°C",
                "weather_code": 2,
                "weather_text": "多云",
                "sunrise": "2026-08-26T05:45",
                "sunset": "2026-08-26T19:02"
            }
        ]
    },
    "tips": "天气数据由小尘API提供，网址:API.XCVTS.CN",
    "time": "2026-08-24 17:54:28"
}