有道翻译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 </smartresult>

有道手机号码归属地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

【转】实用API大全的更多相关文章

  1. 实用API大全

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

  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. apply的使用技巧

    1.什么是apply?他和call有什么区别? apply:方法能劫持另外一个对象的方法,继承另外一个对象的属性. Function.apply(obj,args)方法能接收两个参数 obj:这个对象 ...

  2. ue4 修改3dui内容

    修改text内容1 修改text内容2 上面的方法是对外公开某个控件,然后再蓝图中直接改控件内容 另一种更好的方法时,在控件上新建public变量,控件绑定到这个变量上,由蓝图直接改变这个public ...

  3. 51nod1110(xjb)

    题目链接:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1110 题意:中文题诶- 思路:可以将在 xi 位置,权值为 w ...

  4. Linux常用命令汇总(未完,待补充)

    由于工作中经常要和Linux服务器打交道,故整理了一些常用的Linux命令,方便新入职的同学或实习生参考学习. 1. 查看Linux内核版本 #uname -a 2. ctrl+insert:复制选中 ...

  5. EXP-00000: Message 0 not found; No message file for product=RDBMS, facility=EXP问题的解决方案

    EXP-00000: Message 0 not found; No message file for product=RDBMS, facility=EXP 最近在服务器上准备做一个批处理,定时备份 ...

  6. 双系统更新ubuntu后,启动引导项消失,无法进入windows

    1.打开终端输入命令sudo gedit /etc/default/grub 2.修改GRUB_TIMEOUT="10" 3.输入sudo update-grub( update ...

  7. vue中声明式导航和编程式导航

    官方文档:https://router.vuejs.org/zh-cn/essentials/navigation.html 声明式导航和编程式导航 共同点: 都能进行导航,都可以触发路由,实现组件切 ...

  8. 2017swpu-ctf总结

    2017swpu-ctf总结 今年是我第一次出题感受很多,就分析几道我印象最深刻的题吧 你能进入后台吗? 这道题主要是考察php_screw还有md5加密开启true过后的注入 phpscrew加密在 ...

  9. Codeforces Round #564 (Div. 2) B. Nauuo and Chess

    链接:https://codeforces.com/contest/1173/problem/B 题意: Nauuo is a girl who loves playing chess. One da ...

  10. Codeforces Round 56-B. Letters Rearranging(思维)

    time limit per test 1 second memory limit per test 256 megabytes input standard input output standar ...