`
844604778
  • 浏览: 553563 次
文章分类
社区版块
存档分类
最新评论

常用web api留着已后用

 
阅读更多

淘宝网

API地址:http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443
参数:

  • tel:手机号码
  • 返回:JSON

拍拍

API地址:http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=15850781443&amount=10000&callname=getPhoneNumInfoExtCallba<wbr>ck<br><strong>参数:</strong></wbr>

  • mobile:手机号码
  • callname:回调函数
  • amount:未知(必须)
  • 返回:JSON

财付通

API地址:http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile=15850781443
参数:

  • chgmobile:手机号码
  • 返回:xml

百付宝

API地址:https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=15850781443
参数:

  • phone:手机号码
  • callback:回调函数
  • cmd:未知(必须)
  • 返回:JSON

115

API地址:http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=15850781443
参数:

  • mobile:手机号码
  • callback:回调函数
  • 返回:JSON


有道api接口
接口地址:http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=13892101112

参数说明:

  • type : 参数手机归属地固定为mobile
  • q : 手机号码

返回XML格式:

<?xml version="1.0"encoding="gbk"?>
<smartresult>
<product type="mobile">
<phonenum>13892101112</phonenum>
<location>陕西延安</location>
</product>
</smartresult>

或者

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

返回JSON格式:

fYodaoCallBack(1,{‘product’:'mobile’,'phonenum’:’13892101112′,’location’:'陕西 延安’} ,”);

096.me api接口
查询手机号码归属地:

http://www.096.me/api.php?phone=手机号&mode={txt,xml}

举例:http://www.096.me/api.php?phone=13892101111&mode=txt
返回:

13892101111||陕西延安移动全球通卡 ||吉凶参半,惟赖勇气,贯彻力行,始可成功吉带凶||

举例:http://www.096.me/api.php?phone=13892101111&mode=xml
返回:


13892101111 陕西延安移动全球通卡 吉凶参半,惟赖勇气,贯彻力行,始可成功 吉带凶


短网址API
详细介绍:http://www.u3j.net/
接口地址:http://u3j.net/index.php?info=api&alias=&url=http://www.mzxing.com
     info 必须,接口类型,固定为 api
     url 必须,目标网址
     alias 可选,自定义短网址别名,至少4个字符,容易重复出错,不建议使用
返回数据:{"result":0,"url":"http://u3j.net/acx6"}
     result 结果,0表示正常,其它数字为错误
     url 生成的短网址
智能API接口
支持功能:天气、翻译、藏头诗、笑话、歌词、计算、域名信息/备案/收录查询、IP查询、手机号码归属、人工智能聊天
接口地址:http://api.ajaxsns.com/api.php?key=free&appid=0&msg=关键词
     key 固定参数free
     appid 设置为0,表示智能识别,其它数字暂不可能识别
     msg 关键词,请参考下方参数示例,该参数可智能识别,该值请经过 urlencode 处理后再提交
返回信息:{"result":0,"content":"内容"}
================参数说明================
  天气:msg=天气深圳
中英翻译:msg=翻译i love you
 藏头诗:msg=藏头诗春节快乐
 歌词⑴:msg=歌词后来
 歌词⑵:msg=歌词后来-刘若英
  笑话:msg=笑话
 计算⑴:msg=计算1+1*2/3-4
 计算⑵:msg=1+1*2/3-4
 域名⑴:msg=域名ajaxsns.com
 域名⑵:msg=ajaxsns.com
 IP⑴:msg=归属127.0.0.1
 IP⑵:msg=127.0.0.1
 手机⑴:msg=归属13430107662
 手机⑵:msg=13430107662
智能聊天:msg=你好
================部分示例================
查询天气:http://api.ajaxsns.com/api.php?key=free&appid=0&msg=天气深圳
查询域名:http://api.ajaxsns.com/api.php?key=free&appid=0&msg=ajaxsns.com
IP查询:http://api.ajaxsns.com/api.php?key=free&appid=0&msg=127.0.0.1
智能聊天:http://api.ajaxsns.com/api.php?key=free&appid=0&msg=你好
================特别提示================
☆ msg值在提交前请先经过 urlencode 处理,否则部分字符可能无法正确处理
☆ 返回结果中{br}表示换行,请自行替换成需要的代码
网页音乐播放器API
详细介绍:http://api.ajaxsns.com/music/
================调用代码================
<script type="text/javascript" src="http://api.qjblog.net/music/tczPlayerApp.js"></script>
<script type="text/javascript">
tczMusic.show();
</script>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics