• [转]免费api大全


    天气接口

      气象局接口

      完整数据: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=词语

    酒店住宿 

      住哪网开放平台 http://open.zhuna.cn/

  • 相关阅读:
    面试题:区分List中remove(int index)和remove(Object obj)
    Collection的子接口之一:List 接口
    面试题:ArrayList、LinkedList、Vector三者的异同?
    jdk 5.0 新增的foreach循环(用于遍历集合、数组)
    Iterator迭代器接口(遍历Collection的两种方式之一)
    哈希值
    Collection接口方法
    集合框架的概述
    注解(Annotation)
    System类、Math类、BigInteger与BigDecimal的使用
  • 原文地址:https://www.cnblogs.com/lans/p/3135375.html
Copyright © 2020-2023  润新知