

登录用户中心

360图片
从微信找到的360图片接口
更新时间:2026-03-07 10:13:15
请求方式:get
请求类型:none
接口返回示例
{
"errno": "0",
"errmsg": "正常",
"consume": "2147",
"total": "8272",
"data": [
{
"pid": "324771",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-25 18:12:48",
"imgcut": "0",
"url": "http://p15.qhimg.com/t0102e8b4ee4d05636a.jpg",
"tempdata": "",
"fav_total": "8975"
},
{
"pid": "324767",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-25 18:10:46",
"imgcut": "0",
"url": "http://p16.qhimg.com/t017f7a2395db6de879.jpg",
"tempdata": "",
"fav_total": "9654"
},
{
"pid": "324766",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-25 18:10:05",
"imgcut": "0",
"url": "http://p19.qhimg.com/t01ac4e0b17cd4465f3.jpg",
"tempdata": "",
"fav_total": "7522"
},
{
"pid": "324765",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-25 18:09:27",
"imgcut": "0",
"url": "http://p16.qhimg.com/t018e953fdd4266aebe.jpg",
"tempdata": "",
"fav_total": "5870"
},
{
"pid": "324687",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-21 19:32:01",
"imgcut": "0",
"url": "http://p19.qhimg.com/t0151309202cd85dc7a.jpg",
"tempdata": "",
"fav_total": "7076"
},
{
"pid": "324685",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-21 19:29:36",
"imgcut": "0",
"url": "http://p15.qhimg.com/t0114fed81a50837050.jpg",
"tempdata": "",
"fav_total": "9809"
},
{
"pid": "324683",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-21 19:28:30",
"imgcut": "0",
"url": "http://p15.qhimg.com/t01ca637fbd3fc2927e.jpg",
"tempdata": "",
"fav_total": "7279"
},
{
"pid": "324679",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-21 19:26:40",
"imgcut": "0",
"url": "http://p18.qhimg.com/t0198d2c0447d99569e.jpg",
"tempdata": "",
"fav_total": "9779"
},
{
"pid": "324573",
"cid": "9",
"dl_cnt": "0",
"c_t": "2019-03-14 17:28:18",
"imgcut": "0",
"url": "http://p18.qhimg.com/t01fa426a58807bf4ba.jpg",
"tempdata": "",
"fav_total": "6865"
}
]
}
秘钥KEY传参
| 参数名 | 参数类型 | 参数示例 | 参数说明 |
|---|---|---|---|
| ckey | string | SJKHJDBBDGGE | 支持通过:headers/query/body(x-www) |
Query参数
| 参数名 | 必填 | 类型 | 说明 | 示例值 |
|---|---|---|---|---|
| c | 否 | string | - | WallPaperAndroid |
| a | 否 | string | - | getAppsByCategory |
| cid | 否 | string | - | 9 |
| start | 否 | string | - | 0 |
| count | 否 | string | - | 9 |
响应结果结构
| 名称 | 类型 | 说明 |
|---|---|---|
| errno | integer | 0 |
| errmsg | string | 正常 |
| consume | integer | 2147 |
| total | integer | 8272 |
| data | array of object | 数组元素包含: pid, cid, dl_cnt, c_t, imgcut... |
| data.pid | integer | 324771 |
| data.cid | integer | 9 |
| data.dl_cnt | integer | 0 |
| data.c_t | string | 2019-03-25 18:12:48 |
| data.imgcut | integer | 0 |
| data.url | string | http://p15.qhimg.com/t0102e8b4ee4d05636a.jpg |
| data.tempdata | string | - |
| data.fav_total | integer | 8975 |
Query
5
Body
none:不发送任何Body数据,适用于GET请求或不需要Body的API
from-data:使用multipart/form-data格式发送数据,适用于上传文件或包含多种数据类型的请求
x-www-form-urlencoded:使用application/x-www-form-urlencoded格式发送数据,适用于简单的键值对数据
json:使用application/json格式发送数据,适用于复杂数据结构
xml:使用application/xml格式发送数据,适用于XML格式的API
raw:发送原始文本数据,可自定义Content-Type
请根据API要求选择合适的Body类型,并在下方输入对应格式的数据
接口响应
等待发起...
| 响应码 | 说明 |
|---|---|
| 200 | 请求成功 |
| 203 | 秘钥错误或不存在 |
| 204 | 服务器错误 |
| 211 | 接口不存在 |
| 212 | 当前接口已下架 |
| 213 | 当前接口正处于审核期 |
| 214 | API本地文件不存在,请联系管理员检查 |
| 215 | 管理员设置当前接口必须携带ckey请求! |
| 216 | 付费接口请携带ckey请求! |
| 217 | ckey不存在! |
| 218 | 当前ckey无权限调用此接口,请将此接口添加到ckey调用能力中后重试! |
| 219 | 访问频率超过限制!请稍后重试! |
| 220 | 本地API逻辑错误!请联系管理员检查! |
| 221 | 状态码与管理员配置的状态码不一致,请联系管理员! |
| 222 | 禁止访问!请联系管理员 (已被加入黑名单) |
| 223 | 积分不足!请充值后重试 |
| 224 | 余额不足!请充值后重试 |
| 225 | 您已设置仅白名单ip访问!请将当前ip添加到白名单中 |
选择编程语言

Node.js

cURL

PHP

Java

Go

Python

Fetch

C#
代码示例
异常情况
联系QQ
