请求地址:https://www.doutula.com/api/search?keyword=金馆长&mime=0&page=2
参数说明:keyword => 关键词, page => 分页(最大支持50页), mime => 图片类型(0: 所有, 1: 动图, 2: 静图, mime方式过虑有漏网的,使用的可以自行过虑一下。)
请求方法:GET或POST
正常响应:
{
"status": 1,
"data": {
"list": [
{
"out_id": 1624522,
"desc": "哈哈(金馆长)",
"image_url": "https://ws4.sinaimg.cn/bmiddle/9150e4e5ly1fg5imlo4awj202e02qdfx.jpg"
},
{
"out_id": 8557071,
"desc": "金馆长抽烟",
"image_url": "https://ws2.sinaimg.cn/bmiddle/9150e4e5ly1ffcz06sej5j201k01a0pb.jpg"
},
{
"out_id": 5051678,
"desc": "金馆长猫脸",
"image_url": "https://ws1.sinaimg.cn/bmiddle/9150e4e5ly1fdr0qyws1kj201e01dgld.jpg"
}
],
"more": 1 //表示下一页是否还有数据,0 就别再请求了。
}
}
异常响应:
{
"status": 0,
"data": {
"list": [],
"more": 0
}
}