【开放API】——知乎、博客园等开放API接口(更新ing)

Cnodejs.org:html

  // 2019/5/10 更新:Cnodejs.org 如今须要翻墙才能访问前端

  https://cnodejs.org/api/html5

和风天气:node

  http://docs.heweather.com/224489git

干货集中营api:github

  http://gank.io/apiapi

V2EX API 接口:3d

  https://github.com/djyde/V2EX-APIcode

知乎日报API:htm

  https://github.com/izzyleung/ZhihuDailyPurify/wiki/%E7%9F%A5%E4%B9%8E%E6%97%A5%E6%8A%A5-API-%E5%88%86%E6%9E%90

博客园: 

  博客服务接口: http://wcf.open.cnblogs.com/blog/help

  新闻服务接口: http://wcf.open.cnblogs.com/news/help

dribbble:

  https://dribbble.com/

 破解防盗链图片:

解决办法已经找到了,纯前端的解决办法就是使用一个跳板连接到该图片地址。可使用下面的这个

http://read.html5.qq.com/image?src=forum&q=5&r=0&imgflag=7&imageUrl=

假如须要破解防盗链的图片连接是这样的

http://pic2.zhimg.com/552373ccd73d9d61a87c1917194bcf55.jpg

那么使用了跳板以后的连接就是这样写

http://read.html5.qq.com/image?src=forum&q=5&r=0&imgflag=7&imageUrl=http://pic2.zhimg.com/552373ccd73d9d61a87c1917194bcf55.jpg