干货集中营API v2文档
首页banner轮播
https://gank.io/api/v2/banners
请求方式: GET
注:返回首页banner轮播的数据
分类 API
https://gank.io/api/v2/categories/<category_type>
请求方式: GET
注:获取所有分类具体子分类[types]数据
- category_type 可接受参数 Article | GanHuo | Girl
- Article: 专题分类、 GanHuo: 干货分类 、 Girl:妹子图
示例:
- 获取干货所有子分类
https://gank.io/api/v2/categories/GanHuo
- 获取文章所有子分类
https://gank.io/api/v2/categories/Article
- 获取妹纸所有子分类
https://gank.io/api/v2/categories/Girl
妹子图类型只有一项: 且为Girl
分类数据 API
https://gank.io/api/v2/data/category/<category>/type/<type>/page/<page>/count/<count>
请求方式: GET
注:
- category 可接受参数 All(所有分类) | Article | GanHuo | Girl
- type 可接受参数 All(全部类型) | Android | iOS | Flutter | Girl ...,即分类API返回的类型数据
- count: [10, 50]
- page: >=1
示例:
- 获取妹子列表
https://gank.io/api/v2/data/category/
Girl
/type/Girl
/page/1/count/10 - 获取Android干货列表
https://gank.io/api/v2/data/category/
GanHuo
/type/Android
/page/1/count/10
随机 API
https://gank.io/api/v2/random/category/<category>/type/<type>/count/<count>
请求方式: GET
注:
- category 可接受参数 Article | GanHuo | Girl
- type 可接受参数 Android | iOS | Flutter | Girl,即分类API返回的类型数据
- count: [1, 50]
示例:
- 获取干货分类下Android子分类的10个随机文章列表
https://gank.io/api/v2/random/category/GanHuo/type/Android/count/10
文章详情 API
https://gank.io/api/v2/post/<post_id>
请求方式: GET
注:
- post_id 可接受参数 文章id[分类数据API返回的_id字段]
示例:
- 获取
5e777432b8ea09cade05263f
的详情数据https://gank.io/api/v2/post/5e777432b8ea09cade05263f
本周最热 API
https://gank.io/api/v2/hot/<hot_type>/category/<category>/count/<count>
请求方式: GET
注:
- hot_type 可接受参数 views(浏览数) | likes(点赞数) | comments(评论数)❌
- category 可接受参数 Article | GanHuo | Girl
- count: [1, 20]
文章评论获取 API
https://gank.io/api/v2/post/comments/<post_id>
请求方式: GET
注:
- post_id 可接受参数 文章Id
搜索 API
https://gank.io/api/v2/search/<search>/category/<category>/type/<type>/page/<page>/count/<count>
请求方式: GET
注:
- search 可接受参数 要搜索的内容
- category 可接受参数 All[所有分类] | Article | GanHuo
- type 可接受参数 Android | iOS | Flutter ...,即分类API返回的类型数据
- count: [10, 50]
- page: >=1
示例:
- 搜索干货-Android分类下的Android关键字
https://gank.io/api/v2/search/android/category/GanHuo/type/Android/page/1/count/10
- 搜索文章-Android分类下的Android关键字
https://gank.io/api/v2/search/android/category/Article/type/Android/page/1/count/10
- 搜索全部分类下的Android关键字
https://gank.io/api/v2/search/android/category/All/type/All/page/1/count/10
干货投稿 API
后续开放
搜索 API
https://gank.io/api/search/query/listview/category/Android/count/10/page/1注:
- category 后面可接受参数 all | Android | iOS | 休息视频 | 福利 | 拓展资源 | 前端 | 瞎推荐 | App
- count 最大 50
获取某几日干货网站数据:
http://gank.io/api/history/content/2/1
注: 2 代表 2 个数据,1 代表:取第一页数据获取特定日期网站数据:
http://gank.io/api/history/content/day/2016/05/11
2016-2-28 日更新:
获取发过干货日期接口:
http://gank.io/api/day/history 方式 GET
2016-2-27 日更新:
支持提交干货到审核区:
https://gank.io/api/add2gank 方式: POST
请勿滥用此接口,不然我还得加身份校验代码,很麻烦的!!!该 Api 玩儿法推荐:
- 直接在你的博客发表博文处嵌入该代码, 感觉不错的博文可以自动提交过来
- 写个 Chrome | Firefox | Safari 插件, 让更多人来分享干货, 妹子图和休息视频
分类数据: http://gank.io/api/data/数据类型/请求个数/第几页
- 数据类型: 福利 | Android | iOS | 休息视频 | 拓展资源 | 前端 | all
- 请求个数: 数字,大于0
- 第几页:数字,大于0
每日数据: http://gank.io/api/day/年/月/日
随机数据:http://gank.io/api/random/data/分类/个数
- 数据类型:福利 | Android | iOS | 休息视频 | 拓展资源 | 前端
- 个数: 数字,大于0