API收集

一、综合型API


二、天气API

(function(){var w=[];w['杭州']=[{s1:'多云',s2:'阴',f1:'duoyun',f2:'yin',t1:'12',t2:'4',p1:'≤3',p2:'≤3',d1:'东风',d2:'南风'},{s1:'多云',s2:'晴',f1:'duoyun',f2:'qing',t1:'17',t2:'6',p1:'≤3',p2:'≤3',d1:'南风',d2:'南风'},{s1:'多云',s2:'多云',f1:'duoyun',f2:'duoyun',t1:'20',t2:'8',p1:'≤3',p2:'≤3',d1:'东南风',d2:'东南风'},{s1:'小雨',s2:'',f1:'xiaoyu',f2:'',t1:'18',t2:'',p1:'≤3',p2:'≤3',d1:'东风',d2:''}];var add={now:'2015-03-11 11:25:26',time:'1426044326',update:'北京时间03月11日08:05更新',error:'0',total:'1'};window.SWther={w:w,add:add};})();//0

说明:

  • s1:白天天气
  • s2:夜间天气
  • f1:白天天气拼音
  • f2:夜间天气拼音
  • t1:最高温度
  • t2:最低温度
  • p1:白天风力
  • p2:夜间风力
  • d1:白天风向
  • d2:夜间风向
  • now:现在时间
  • time:时间戳
  • update:更新时间

天气图片:把天气API获取到的天气标志转换为拼音,比如“多云”,转换为拼音“duoyun“,然后根据下面的规则转换为图片地址

小图(78*78):
白天: http://php.weather.sina.com.cn/images/yb3/78_78/duoyun_0.png
夜间: http://php.weather.sina.com.cn/images/yb3/78_78/duoyun_1.png
大图180*180
白天:http://php.weather.sina.com.cn/images/yb3/180_180/duoyun_0.png
夜间:http://php.weather.sina.com.cn/images/yb3/180_180/duoyun_1.png


四、其他API

版权声明:本文为博主原创文章,未经博主允许不得转载。

posted @ 2015-03-10 15:55  包清骏  阅读(331)  评论(0)    收藏  举报