360超清壁纸,多个分类任你选
接口地址: https://api.muxiaoguo.cn/api/360bizhi/
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.muxiaoguo.cn/api/360bizhi?cid=18&start=0&count=10
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
cid | 是 | String | 可选分类:36、4K专区|6、美女模特|30、爱情美图|9、风景大片|15、小清新|26、动漫卡通|11、明星风尚|14、萌宠动物|5、游戏壁纸|12、汽车天下|10、炫酷时尚|29、月历壁纸|7、影视剧照|13、节日美图|22、军事天地|16、劲爆体育|18、BABY秀|35、文字控 |
start | 是 | String | 页码,最小值为0 |
count | 是 | String | 加载图片数量 最大值为:200 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
StartMax | String | Start参数最大值(分类不同,上限不同) |
resolution | String | 图片分辨率 |
imgurl | String | 图片链接 |
create_time | String | 图片创作时间 |
update_time | String | 图片更新时间 |
返回示例:
{ "code": 200, "msg": "success", "StartMax": "473", "data": [ { "resolution": "1920x1080", "imgurl": "http://p17.qhimg.com/bdr/__85/t0143c65298016bd7fd.jpg", "create_time": "2019-03-25 18:15:09", "update_time": "2019-03-25 18:15:09" }, { "resolution": "1920x1080", "imgurl": "http://p15.qhimg.com/bdr/__85/t01e182247fc7afec8b.jpg", "create_time": "2019-03-14 17:25:34", "update_time": "2019-03-14 17:25:34" }, { "resolution": "1920x1080", "imgurl": "http://p17.qhimg.com/bdr/__85/t0175a69755adcbe858.jpg", "create_time": "2019-01-27 22:33:18", "update_time": "2019-01-28 17:52:53" }, { "resolution": "1920x1080", "imgurl": "http://p17.qhimg.com/bdr/__85/t01eb7d8b280f5aa3cd.jpg", "create_time": "2018-12-21 20:07:09", "update_time": "2018-12-21 20:09:02" }, { "resolution": "2560x1600", "imgurl": "http://p16.qhimg.com/bdr/__85/t01a115904a1c54164a.jpg", "create_time": "2018-05-02 10:33:20", "update_time": "2018-05-02 10:33:20" }, { "resolution": "1920x1200", "imgurl": "http://p16.qhimg.com/bdr/__85/t010fa01e02695da9c5.jpg", "create_time": "2018-05-02 10:30:18", "update_time": "2018-08-01 17:41:49" }, { "resolution": "1920x1200", "imgurl": "http://p15.qhimg.com/bdr/__85/t010eb0c62c1f67dd82.jpg", "create_time": "2018-05-02 10:29:42", "update_time": "2018-05-02 10:29:42" }, { "resolution": "2560x1440", "imgurl": "http://p19.qhimg.com/bdr/__85/t0199b3f9a4efd7cc00.jpg", "create_time": "2018-04-25 14:01:57", "update_time": "2018-04-25 14:01:57" }, { "resolution": "1920x1080", "imgurl": "http://p18.qhimg.com/bdr/__85/t0183bd1d95f0086081.jpg", "create_time": "2018-04-25 13:59:01", "update_time": "2018-04-25 13:59:01" }, { "resolution": "1920x1080", "imgurl": "http://p17.qhimg.com/bdr/__85/t01df4da4b308effe04.jpg", "create_time": "2018-04-25 13:57:44", "update_time": "2018-04-25 13:57:44" }] }
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
code | String | 200表示成功,非200表示出错;查看更多返回码 |
msg | String | 返回的状态信息 |
代码示例:
暂无示例,有问题或者不懂请加站长交流群:608300197 进行询问。