1. 程式人生 > >中國天氣api介面,json資料

中國天氣api介面,json資料

下面所有的需要session支援

http://3g.tianqi.cn/loginSk.do?cityCode=01010101
第一次使用時需呼叫此方法,同時得到天氣資訊,將城市資料儲存在session中,所以程式需要session支援,有了session,下面的介面都不用再帶引數, 如果沒session預設為北京,

http://3g.tianqi.cn/getCfData.do?type=first
得到未來三天天氣
http://3g.tianqi.cn/getCfData.do?type=more
得到剩下三天天氣,和上面一共7天(今天)

http://3g.tianqi.cn/getZuData.do?type=health
健康指數
http://3g.tianqi.cn/getZuData.do?type=outdoor
室外指數
http://3g.tianqi.cn/getZuData.do?type=relaxing
休閒指數

http://3g.tianqi.cn/getPrealarmData.do
預警資訊

http://3g.tianqi.cn/getAllPrealarmByIndex.do?index=0
得到全國天氣資訊 index為索引值