有道翻译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大全的更多相关文章

  1. 【转】实用API大全

    有道翻译APIhttp://fanyi.youdao.com/openapi有道翻译API支持中英互译,同时获得有道翻译结果和有道词典结果(可能没有),返回格式为XML或JSON. 百度翻译APIht ...

  2. 免费api大全(更新中)

    免费api大全(更新中) API大全  http://www.apidq.com/    (这个碉堡了) 天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/10 ...

  3. api大全

    免费api大全(更新中) API大全  http://www.apidq.com/    (这个碉堡了) 天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/10 ...

  4. Java 数组详解 - 用法、遍历、排序、实用API

    数组,就是相同数据类型的元素按一定顺序排列的集合,就是把有限个类型相同的变量用一个名字命名,然后用编号区分他们的变量的集合,这个名字称为数组名,编号称为下标. 组成数组的各个变量称为数组的分量,也称为 ...

  5. WINDOWS API 大全(二)

    9. API之设备场景函数 CombineRgn 将两个区域组合为一个新区域CombineTransform 驱动世界转换.它相当于依顺序进行两次转换CreateCompatibleDC 创建一个与特 ...

  6. Linux超全实用指令大全

    参考 Linux超全实用指令大全

  7. PUN丨实用API

    原文地址:PUN丨实用API 当前房间人数 int num = PhotonNetwork.CurrentRoom.PlayerCount; 当前脚本是否属于当前玩家 //需继承MonoBehavio ...

  8. 在线API大全

    之前整理过几个经常使用api地址,在经常使用在线API集合博文中. 近期浏览网页的时候,又发现一个很完整的api的大全,分享出来,建议大家收藏起来,用的时候方便查询. 经常使用API文档索引http: ...

  9. 免费api大全

    天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/101010100.html 解析 用例 当天数据:http://www.weather.com.cn/dat ...

随机推荐

  1. BZOJ2457 [BeiJing2011]双端队列 【贪心】

    题目 Sherry现在碰到了一个棘手的问题,有N个整数需要排序. Sherry手头能用的工具就是若干个双端队列. 她需要依次处理这N个数,对于每个数,Sherry能做以下两件事: 1.新建一个双端队列 ...

  2. 刷题总结——赛车(bzoj3190)

    题目: 题目背景 JLOI2013 T1 题目描述 这里有一辆赛车比赛正在进行,赛场上一共有 N 辆车,分别称为 g1,g2,……,gn.赛道是一条无限长的直线.最初,gi 位于距离起跑线前进 ki  ...

  3. TYVJ3680 找妹子

    时间: 1000ms / 空间: 1200KiB / Java类名: Main 背景 本题由 @fjzzq2002 提供,已奖励20金币. 描述 sps是zzq的好伙伴. sps一天叫来了许多个妹子. ...

  4. localStorag的一点见解

    dot方法对localStorag方法进行键值操作 设值 localStorage.hello = 'world'; localStorage.zhangsan = 'lisi'; 取值: var v ...

  5. spring-Ioc容器与bean

    1. spring 的beanFactory容器 bean.xml  HelloWorld实体类与spring教程学习笔记1相同 public static void main(String[] ar ...

  6. HDU 4771 BFS + 状压

    Stealing Harry Potter's Precious Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 ...

  7. Linux系统下rz/sz工具的安装

    (1)编译安装 root 账号登陆后,依次执行以下命令: wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz tar zxvf lrzs ...

  8. 使用MYSQL命令直接导入导出SQL文件(转)

    参考:http://blog.csdn.net/jiary5201314/article/details/52026816 1.MYSQL中将数据库导出成SQL文件 其实很简单的,就是一条语句就可以了 ...

  9. jquery知识汇总

    jQuery 选择器 选择器                  实例                                   选取 *                          $ ...

  10. 利用BURPSUITE检测CSRF漏洞

    CSRF漏洞的手动判定:修改referer头或直接删除referer头,看在提交表单时,网站是否还是正常响应. 下面演示用Burpsuite对CSRF进行鉴定. 抓包. 成功修改密码完成漏洞的利用.