{
    "code": 200,
    "msg": "天气查询成功",
    "data": {
        "location": {
            "city": "Erendek",
            "province": "Tunceli",
            "country": "Turkey",
            "latitude": "39.017",
            "longitude": "39.333",
            "ip": "216.73.216.222"
        },
        "current_weather": {
            "temperature": "18.8°C",
            "weather_code": 0,
            "weather_text": "晴",
            "wind_direction": 349,
            "wind_direction_text": "北",
            "wind_speed": "3.7km/h",
            "wind_power": "1级（软风）",
            "humidity": "21%",
            "feels_like": "18.8°C",
            "time": "2026-06-23T01:45",
            "local_time": "2026-06-23 01:45"
        },
        "forecast": [
            {
                "date": "2026-06-23",
                "max_temperature": "26.5°C",
                "min_temperature": "17.2°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-06-23T04:57",
                "sunset": "2026-06-23T19:51"
            },
            {
                "date": "2026-06-24",
                "max_temperature": "26°C",
                "min_temperature": "15.3°C",
                "weather_code": 3,
                "weather_text": "阴天",
                "sunrise": "2026-06-24T04:57",
                "sunset": "2026-06-24T19:52"
            },
            {
                "date": "2026-06-25",
                "max_temperature": "26.5°C",
                "min_temperature": "16.6°C",
                "weather_code": 2,
                "weather_text": "多云",
                "sunrise": "2026-06-25T04:58",
                "sunset": "2026-06-25T19:52"
            }
        ]
    },
    "tips": "天气数据由小尘API提供，网址:API.XCVTS.CN",
    "time": "2026-06-23 06:45:12"
}