各種天氣API

新浪天氣預報API

http://php.weather.sina.com.cn/xml.php?city=武漢&password=DJOYnieT8234jlsK&day=0

其中,city後的城市可用java.net.URLEncoder.encode(“武漢”,” gb2312”);也可以直接寫武漢;但不能用”wuhan”

Password固定

Day0表示當天天氣,1表示第二天的天氣,2表示第三天的天氣,以此類推,最大爲4

返回的XML

說明:

標籤中1表示白天,2表示夜間

<status>

< figure>

<direction>

<power>

<temperature>

<ssd>

<ssd_l>

<ssd_s>

<tgd>

<zwx>

<zwx_l>

<zwx_s>

<ktk>

<ktk_l>

<ktk_s>

<pollution>

<pollution_l>

<pollution_s>

<xcz>

<xcz_l>

<xcz_s>

<chy>

<chy_l>

<chy_shuoming>

<gm>

<gm_l>

<gm_s>

<yd>

<yd_l>

<yd_s>

<zho>

<zho_l>

<zho_shuoming>

<diy>

<diy_l>

<diy_shuoming>

<fas>

<fas_l>

<fas_shuoming>

<savedate_weather>

<savedate_life>

<savedate_zhishu>

天氣情況中文

天氣情況拼音

風向

風級

溫度

體感指數數值

體感度指數

體感度指數說明

體感溫度

紫外線指數數值

紫外線指數

紫外線指數說明

空調指數數值

空調指數

空調指數說明

污染指數數值

污染物擴散條件

污染指數說明

洗車指數數值

洗車指數

洗車指數說明

穿衣指數數值

穿衣指數

穿衣說明

感冒指數數值

感冒指數

感冒指數說明

運動指數數值

運動指數

運動指數說明

天氣預報日期

生活日期

指數日期

www.weather.com

http://xoap.weather.com/weather/local/CHXX0138?cc=*&unit=m&dayf=2&link=xoap&prod=xoap&par=1220552427&key=c168fcf83120f8ed

CHXX0138 爲武漢的天氣代碼

Unit=m 溫度以攝氏度顯示;去掉該參數,溫度以華氏度顯示

Dayf0,1返回當天天氣,其他數字爲多天天氣,最大可爲5,返回當天及往後4天的天氣預報

Par爲註冊時返回的Partner ID: 1220552427

Key爲註冊時返回的License Key: c168fcf83120f8ed

說明:

<loc id="CHXX0138">

<dnam>Wuhan, China</dnam>

<tm>11:37 AM</tm>

<lat>30.58</lat>

<lon>114.27</lon>

<sunr>6:49 AM</sunr>

<suns>5:26 PM</suns>

<zone>8</zone>

</loc>

城市的天氣代碼

城市,國家

查詢時間

緯度

經度

日出時間

日落時間

<cc></cc>

當前天氣

<lsup>11/16/10 10:00 AM Local Time</lsup>

<obst>Wuhan, CHINA</obst>

<tmp>48</tmp>

<flik>48</flik>

<t>Fog</t>

<icon>20</icon>

更新時間

當前溫度

體感溫度

天氣情況

天氣圖標

<bar>

<r>30.36</r>

<d>steady</d>

</bar>

<wind>

<s>2</s>

<gust>N/A</gust>

<d>0</d>

<t>VAR</t>

</wind>

風速2英里/小時

<dayf></dayf>

傳入的dayf參數,查詢幾天就有幾個child

<lsup>11/16/10 2:36 PM Local Time</lsup>

- <day d="0" t="Tuesday" dt="Nov 16">

<hi>N/A</hi>

<low>43</low>

<sunr>6:49 AM</sunr>

<suns>5:26 PM</suns>

- <part p="d">

<icon>44</icon>

<t>N/A</t>

- <wind>

<s>N/A</s>

<gust>N/A</gust>

<d>N/A</d>

<t>N/A</t>

</wind>

<bt>N/A</bt>

<ppcp>10</ppcp>

<hmid>N/A</hmid>

</part>

- <part p="n">

<icon>33</icon>

<t>Mostly Clear</t>

- <wind>

<s>5</s>

<gust>N/A</gust>

<d>131</d>

<t>SE</t>

</wind>

<bt>M Clear</bt>

<ppcp>10</ppcp>

<hmid>92</hmid>

</part>

</day>

更新時間

日期

高溫

低溫

日出時間

日落時間

白天天氣情況

天氣圖標

風向

Chance of Precip:10%

夜間天氣情況

天氣圖標

大部分地區晴朗無雲

5英里/小時

東南風

風向:東南風

Chance of Precip:10%

www.weather.com.cn

http://m.weather.com.cn/data/101200101.html 數據頁面

101200101 爲武漢的城市代碼

http://61.4.185.48:81/g/ 得到本機訪問的IP,根據此IP查詢到城市ID

var ip="61.183.248.221";var id=101200101;if(typeof(id_callback)!="undefined"){id_callback();}

再根據城市ID返回該城市天氣信息

http://m.weather.com.cn/m/pn12/weather.htm

該地址爲天氣插件的代碼

各城市ID《中國天氣網城市代碼.txt

yahoo天氣預報

http://xml.weather.yahoo.com/forecastrss?w=2163866&u=c

w對應各個地方在yahoo數據庫中的WOEID,如北京的WOEID2151330;武漢爲2163866

u 爲溫度的單位,c表示攝氏度;f表示華氏度

http://xml.weather.yahoo.com/forecastrss?p=CHXX0138&u=c

p爲城市天氣代碼,不推薦使用

沒有預報幾天的參數(或未找到),返回的XML中含有當天和第二天的天氣基本情況。

說明:

<yweather:location city="Wuhan" region="" country="CH" />

<yweather:units temperature="C" distance="km" pressure="mb" speed="km/h" />

<yweather:wind chill="9" direction="0" speed="3.22" />

<yweather:atmosphere humidity="100" visibility="1.59" pressure="1015.92" rising="0" />

<yweather:astronomy sunrise="6:49 am" sunset="5:25 pm" />

位置:城市,國家

單位:溫度單位(攝氏),間距單位,氣壓單位,風速單位

風:冷風級別9,風向,風速3.22

大氣情況:溼度,能見度,壓強,

天文:日出6:49am,日落5:25pm

<title>Conditions for Wuhan, CH at 10:00 am CST</title>

<geo:lat>30.58</geo:lat>

<geo:long>114.27</geo:long>

<link></link>

<pubDate>Tue, 16 Nov 2010 10:00 am CST</pubDate>

<yweather:condition text="Fog" code="20" temp="9" date="Tue, 16 Nov 2010 10:00 am CST" />

緯度

經度

鏈接

更新時間/查詢時間

天氣情況:text天氣情況(霧),code天氣圖標,temp溫度9攝氏度,date日期

<yweather:forecast day="Tue" date="16 Nov 2010" low="6" high="16" text="Mostly Sunny" code="34" />

<yweather:forecast day="Wed" date="17 Nov 2010" low="8" high="19" text="Sunny" code="32" />

天氣預報:day星期,date日期,low低溫,high高溫,text天氣情況,code天氣圖標

 

 

轉載來自:http://hi.baidu.com/%C0%B6%C9%AB%C7%E5%BE%BBde%CA%C0%BD%E7/blog/item/407e90c83df6dd0b7e3e6f25.html

發佈了35 篇原創文章 · 獲贊 47 · 訪問量 37萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章