有道翻译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. POJ 2157 Maze

    Maze Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 3183   Accepted: 996 Description A ...

  2. 【扩展kmp+最小循环节】HDU 4333 Revolving Digits

    http://acm.hdu.edu.cn/showproblem.php?pid=4333 [题意] 给定一个数字<=10^100000,每次将该数的第一位放到放到最后一位,求所有组成的不同的 ...

  3. thinkphp框架做项目的前期配置

    ThinkPHP 目录结构说明 ThinkPHP.php:框架的公共入口文件 App:项目放置目录 Common:包含框架的一些公共文件.系统定义.系统函数和惯例配置等 Lang:系统语言文件目录 L ...

  4. Day 11 正则表达式

    正则表达式 一.简介 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配到的行打印出来.grep全称是Globally search for a Regular ...

  5. css3 改变默认选中文本背景色和文本颜色

    ::selection { background:#d3d3d3; color:#555; } ::-moz-selection { background:#d3d3d3; color:#555; } ...

  6. grafana 安装 和 Nginx 、EL 联调

    https://blog.csdn.net/u010735147/article/details/80943593

  7. Oracle 实现 一个关键字 匹配多个 字段

    有这么一个需求,满足只有一个输入框的条件下,支持不同数据列的搜索结果. 说白了,就是这个 输入框  既可以用来 搜索姓名,也可以搜索 年龄,地址等. 分析: 一般情况下,我们的一个输入框对应 数据库 ...

  8. T3187 队列练习3 codevs

    http://codevs.cn/problem/3187/ 题目描述 Description 比起第一题,本题加了另外一个操作,访问队头元素(编号3,保证访问队头元素时或出队时队不为空),现在给出这 ...

  9. 嵌入式cpu架构

    原文:http://www.kaixin001.com/repaste/11007221_7220618944.html### 内容: 目前主要CPU架构有ARM.X86/Atom.MIPS.Powe ...

  10. IntelliJ IDEA插件-常用插件

    IntelliJ IDEA的插件真的很多,最近的新版集成的插件已经基本够用,下面是收集的一些常用插件,根据需要来安装和测试.如果还是没有找到,那么自己来开发一个. 官网:https://plugins ...