码迷,mamicode.com
首页 > Windows程序 > 详细

实用API大全

时间:2014-11-07 18:18:21      阅读:2259      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   color   ar   os   使用   sp   for   

有道翻译API
http://fanyi.youdao.com/openapi
有道翻译API支持中英互译,同时获得有道翻译结果和有道词典结果(可能没有),返回格式为XML或JSON。
 
百度翻译API
http://developer.baidu.com/wiki/index.php?title=帮助文档首页/百度翻译/百度翻译介绍
百度翻译API支持四种翻译类型:中译英、英译中、中译日和日译中。
 
有道IP地址API

http://www.youdao.com/smartresult-xml/search.s?type=ip&q=IP地址

返回格式:

1 <?xml version="1.0" encoding="gbk"?>
2 <smartresult>
3 <product type="ip">
4 <ip>IP</ip>
5 <location>IP地址</location>
6 </product>
7  
有道手机号码归属地API

http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手机号码

返回格式:

1 <?xml version="1.0" encoding="gbk"?>
2 <smartresult>
3 <product type="mobile">
4 <phonenum>手机号码</phonenum>
5 <location>手机号码归属地</location>
6 </product>
7 </smartresult>

 
淘宝手机号码归属地API

http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号码

返回格式:

1 __GetZoneResult_ = {
2     mts:‘手机号段‘,
3     province:‘省份‘,
4     catName:‘运营商‘,
5     telString:‘手机号码‘
6 }

 
有道身份证信息API
返回格式:

1 <?xml version="1.0" encoding="gbk"?>
2 <smartresult>
3 <product type="identitycard">
4 <code>身份证号码</code>
5 <location>所属地区</location>
6 <birthday>生日</birthday>
7 <gender>性别</gender>
8 </product>
9 </smartresult>

 
有道城市信息API

http://www.youdao.com/smartresult-xml/search.s?type=zip&q=邮编

http://www.youdao.com/smartresult-xml/search.s?type=zip&q=区号

http://www.youdao.com/smartresult-xml/search.s?type=zip&q=城市名

返回格式:

01 <?xml version="1.0" encoding="gbk"?>
02 <smartresult>
03 <product type="zipcode">
04 <province>省份</province>
05 <city>城市</city>
06 <location>地区</location>
07 <phone>区号</phone>
08 <zipcode>邮编</zipcode>
09 </product>
10 </smartresult>

 
谷歌地图API
http://www.google.com/apis/maps/
 
百度地图API
http://developer.baidu.com/map/
 
SOSO地图API
http://api.map.soso.com
 
搜狗地图API
http://map.sogou.com/api/
 
阿里云地图API
http://ditu.aliyun.com/jsdoc/
 
高德地图API
http://code.autonavi.com/
 
我要地图API
http://api.51ditu.com/
 
图吧地图API
http://open.mapbar.com/
 
爱帮API
http://www.aibang.com/api/
爱帮网提供商户搜索、公交驾乘查询、公交线路查询、公交站点查询、周边公交站点查询等API。
 
大众点评API
http://developer.dianping.com/
大众点评提供商户搜索、团购搜索、优惠券搜索等API。
 
快递100API
http://www.kuaidi100.com/openapi/
 
爱查快递API
http://www.ickd.cn/api/
 
拉手团购API
http://www.lashou.com/open.php?page=api
 
美团团购API
http://www.meituan.com/help/api
 
QQ团购API
http://open.api.tuan.qq.com/
 
糯米团购API
http://www.nuomi.com/help/api
 
满座团购API
http://www.manzuo.com/api
 
58团购API
http://t.58.com/help/api
 
团800API
http://www.tuan800.com/open_api
 
百度团购API
http://tuangou.baidu.com/help
 
船讯网API
http://www.shipxy.com/API
船讯、船舶相关的API。
 
美图API
http://open.web.meitu.com/
美图网提供美化图片、多图拼贴、头像编辑器等API。
 
网易短网址API
http://www.126.am/client/api_register_new.jsp
 
百度短网址API
http://www.baidu.com/search/dwz.html
很多网址无法生成,不推荐使用。
 
新浪短网址API
http://open.weibo.com/wiki/2/short_url/shorten
 
face++ API
http://cn.faceplusplus.com/dev/getting-started/core-concept/
face++提供人脸检测、人脸识别、面部分析等API。
 
Face API
http://www.faceapi.cn/index/show_doc/?model=doc&id=4/
Face API提供人脸检测、人脸识别、器官定位、姿势判断等一整套人脸相关的API。
 
雅虎天气API

http://weather.yahooapis.com/forecastrss?w=城市代码&u=温度单位

温度单位c是摄氏度,f是华氏度。
城市代码为一串数字,可以通过雅虎天气频道搜索得到:
http://weather.yahoo.com/
漳州天气示例:
http://weather.yahooapis.com/forecastrss?w=2139969&u=c

 

 

原文链接:http://www.yoonper.com/?p=994

实用API大全

标签:style   http   io   color   ar   os   使用   sp   for   

原文地址:http://www.cnblogs.com/recock/p/4081735.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!