高德地图天气
请求示例:
{
"status": "1",
"count": "1",
"info": "OK",
"infocode": "10000",
"lives": [
{
"province": "上海",
"city": "上海市",
"adcode": "310000",
"weather": "阵雨",
"temperature": "25",
"winddirection": "东",
"windpower": "≤3",
"humidity": "100",
"reporttime": "2021-06-17 16:31:17"
}
]
}
天气API 免费(仅限个人测试每日300次)
请求示例:
{
"cityid": "101010100",
"date": "2021-06-17",
"week": "u661fu671fu56db",
"update_time": "2021-06-17 16:48",
"city": "u5317u4eac",
"cityEn": "beijing",
"country": "u4e2du56fd",
"countryEn": "China",
"wea": "u6674",
"wea_img": "qing",
"tem": "32",
"tem1": "33",
"tem2": "19",
"win": "u897fu98ce",
"win_speed": "3u7ea7",
"win_meter": "12km/h",
"humidity": "16%",
"visibility": "30km",
"pressure": "997",
"air": "31",
"air_pm25": "31",
"air_level": "u4f18",
"air_tips": "u7a7au6c14u5f88u597duff0cu53efu4ee5u5916u51fau6d3bu52a8uff0cu547cu5438u65b0u9c9cu7a7au6c14uff0cu62e5u62b1u5927u81eau7136uff01",
"alarm": {
"alarm_type": "",
"alarm_level": "",
"alarm_content": ""
}
}
待补充...