ios 开源免费接口

作者: 烦人的Bug | 来源:发表于2016-03-25 13:06 被阅读681次

    时间 2014-07-18 15:46:20  CSDN博客

    原文

    http://blog.csdn.net/eduora_meimei/article/details/37931021

    主题 阿里云

    ios 开源免费接口

    国家气象局提供的天气预报接口

    接口地址:

    http: //www.weather.com.cn/data/sk/101010100.html

    http: //www.weather.com.cn/data/cityinfo/101010100.html

    http: //m.weather.com.cn/data/101010100.html

    w ebservice 工厂接口    http: //www.36wu.com

    快递查询接口                http: //webservice.36wu.com/ExpressService.asmx

    ip 查询接口                   http: //webservice.36wu.com/ipService.asmx

    天气预报接口                http: //webservice.36wu.com/weatherService.asmx

    身份证查询接口           http: //webservice.36wu.com/IdCardService.asmx

    手机归属地接口            http://webservice.36wu.com/MobilePhoneService.asmx

    翻译接口                      http: //webservice.36wu.com/TranslationService.asmx

    火车时刻接口               http: //webservice.36wu.com/TrainService.asmx

    股票查询接口                http: //webservice.36wu.com/StockService.asmx

    邮编接口                      http: //webservice.36wu.com/ZipcodeService.asmx

    二维码 Web 服务           http://webservice.36wu.com/DimensionalCodeService.asmx

    公交查询 Web 服务         http: //webservice.36wu.com/mapService.asmx

    ISBN 查询 Web 服务       http: //webservice.36wu.com/ISBNService.asmx

    ICP 备案查询 Web 服务   http: //webservice.36wu.com/ICPServic.asmx

    音乐接口

    虾米接口

    http://kuang.xiami.com/app/nineteen/search/key/歌曲名称/diandian/1/page/歌曲当前页?_=当前毫秒&callback=getXiamiData  用例   代码解释和下载

    QQ空间音乐接口

    http://qzone-music.qq.com/fcg-bin/cgi_playlist_xml.fcg?uin=QQ号码&json=1&g_tk=1916754934 用例   代码解释和下载

    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  官方文档

    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://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号

    拍拍接口

    http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=手机号&amount=10000&callname=getPhoneNumInfoExtCallback  用例

    百付宝接口

    https://www.baifubao.com/callback?cmd=1059&callback=phone&phone=手机号

    115接口

    http://cz.115.com/?ct=index&ac=get_mobile_local&callback=jsonp1333962541001&mobile=手机号

    有道接口

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

    手机在线接口

    http://api.showji.com/Locating/www.showji.com.aspx?m=手机号&output=json&callback=querycallback

    视频信息接口

    优酷

    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=词语

    相关文章

      网友评论

        本文标题:ios 开源免费接口

        本文链接:https://www.haomeiwen.com/subject/qtxdlttx.html