当前位置: 首页 > 工具软件 > weather china > 使用案例 >

天气预报接口(weather.com.cn)

吴浩皛
2023-12-01

http://weather.com.cn/data/city3jdata/china.html(省份列表)
http://weather.com.cn/data/city3jdata/provshi/10121.html(地区列表) 
http://weather.com.cn/data/city3jdata/station/1012101.html(县城列表)
http://weather.com.cn/data/cityinfo/101210101.html(当天天气预报)
http://weather.com.cn/data/sk/101210101.html(当前实时信息)

这些接口,返回的都是JSON格式的数据。
另见:全国 各地区县城 天气预报

{"weatherinfo": 	//天气信息
{"city":"杭州", 	//城市名称
"cityid":"101210101", 	//城市编号
"temp1":"27℃", 	//最高气温
"temp2":"17℃", 	//最低气温
"weather":"多云", 	//天气
"img1":"d1.gif", 	//白天图标
"img2":"n1.gif", 	//夜间图标
"ptime":"11:00"}} 	//发布时间
{"weatherinfo": 	//天气信息
{"city":"杭州", 	//城市名称
"cityid":"101210101", 	//城市编号
"temp":"26", 	//当前气温
"WD":"东北风", 	//当前风向
"WS":"2级", 	//当前风速
"SD":"36%", 	//当前湿度
"WSE":"2", 	//当前风力
"time":"15:40", 	//更新时间
"isRadar":"1", 	//是否有雷达图
"Radar":"JC_RADAR_AZ9571_JB"}} 	//雷达图地址
官方网址:http://smart.weather.com.cn/wzfw/smart/weatherapi.shtml
 类似资料: