API【国内城市天气指数】(空气、湿度、风向、日出)- 0303

接口介绍:

查询国内城市天气常用指数(含空气指数,湿度指数,风向指数,日出日落时间等数据)

示例:

查询“北京”天气常用指数
{
    "code": 200, 
    "message": "Succeed", 
    "data": {
        "weather_night": "晴", 
        "weather_light": "晴", 
        "temperature_data_low": "4", 
        "temperature_data_high": "20", 
        "air_data": "35(优)", 
        "humidity_data": "71%", 
        "wind_data": "北风,一级", 
        "sunset_data_out": "06:40", 
        "sunset_data_in": "17:15", 
        "status": "ok"
    }
}

参考链接:

国内城市天气指数