博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]免费api大全
阅读量:4611 次
发布时间:2019-06-09

本文共 1816 字,大约阅读时间需要 6 分钟。

天气接口

  气象局接口

  完整数据:http://m.weather.com.cn/data/101010100.html  

  当天数据:http://www.weather.com.cn/data/cityinfo/101010100.html

  实时数据:http://www.weather.com.cn/data/sk/101010100.html 

手机信息查询接口

  淘宝网

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

    拍拍

  API地址: http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=15850781443&amount=10000&callname=getPhoneNumInfoExtCallback

  财付通

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

  百付宝

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

  115

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

  有道

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

     或        http://www.youdao.com/smartresult-xml/search.s?jsFlag=true&type=mobile&q=13892101112

 

音乐接口

  虾米接口

  http://kuang.xiami.com/app/nineteen/search/key/歌曲名称/diandian/1/page/歌曲当前页?_=当前毫秒&callback=getXiamiData 

  QQ空间收藏音乐接口

  http://qzone-music.qq.com/fcg-bin/fcg_music_fav_getinfo.fcg?dirinfo=0&dirid=1&uin=QQ号&p=0.519638272547262&g_tk=1284234856

地图接口

  阿里云根据地区名获取经纬度接口

  http://gc.ditu.aliyun.com/geocoding?a=苏州市 

  参数解释: 纬度,经度 type 001 (100代表道路,010代表POI,001代表门址,111可以同时显示前三项)

  阿里云根据经纬度获取地区名接口

  http://gc.ditu.aliyun.com/regeocoding?l=39.938133,116.395739&type=001 

  百度地图api

  

IP接口

  新浪接口(ip值为空的时候 获取本地的)

  http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=218.4.255.255

  淘宝接口

  http://ip.taobao.com/service/getIpInfo.php?ip=63.223.108.42

视频信息接口

  优酷

  http://v.youku.com/player/getPlayList/VideoIDS/视频ID (比如 http://v.youku.com/v_show/id_XNTQxNzc4ODg0.html的ID就是XNTQxNzc4ODg0)

翻译、词典接口

  腾讯

  http://dict.qq.com/dict?q=词语

酒店住宿 

  住哪网开放平台 

 

转载于:https://www.cnblogs.com/lans/archive/2013/06/14/3135375.html

你可能感兴趣的文章
Linux免密码登陆
查看>>
SpringMVC中文件的上传(上传到服务器)和下载问题(二)--------下载
查看>>
Socket & TCP &HTTP
查看>>
osip及eXosip的编译方法
查看>>
Hibernate composite key
查看>>
[CF Round #294 div2] D. A and B and Interesting Substrings 【Map】
查看>>
keepalived+nginx安装配置
查看>>
我的2015---找寻真实的自己
查看>>
android编译遇到问题修改
查看>>
解决Ubuntu18.04.2远程桌面Xrdp登录蓝屏问题
查看>>
python_封装redis_hash方法
查看>>
Git的安装和使用教程详解
查看>>
lsof命令详解
查看>>
常用模块,异常处理
查看>>
父窗口与子窗口之间的传值
查看>>
eclipse 找不到 tomcat 的解决方案
查看>>
HDU 1890--Robotic Sort(Splay Tree)
查看>>
connection string for Excel/Access 2010
查看>>
【转】【Python】Python中的__init__.py与模块导入(from import 找不到模块的问题)
查看>>
学习wavenet_vocoder之环境配置
查看>>