随机PC壁纸

随机返回壁纸,支持id搜索,支持直接返回以及json返回

接口地址: https://wzapi.com/api/sjpcbz

返回格式: JSON

请求方式: GET

请求示例: https://wzapi.com/api/sjpcbz?format=json

请求参数说明:

名称 必填 类型 说明
format string json=返回json,txt=重定向图片地址

返回参数说明:

名称 类型 说明
status string 返回状态
id string 当前图片ID
wallpaper string 图片链接

返回示例:

{
  "status": "success",
  "data": {
    "id": 382,
    "wallpaper": "http://cdn-hsyq-static.shanhutech.cn/bizhi/staticwp/202104/450dc4dfc7a0530daccb8fe8ea3f2993--4062033630.jpg",
    "timestamp": 1764278961
  }
}

请求参数设置:

参数名称 参数值


{
  "status": "success",
  "data": {
    "id": 382,
    "wallpaper": "http://cdn-hsyq-static.shanhutech.cn/bizhi/staticwp/202104/450dc4dfc7a0530daccb8fe8ea3f2993--4062033630.jpg",
    "timestamp": 1764278961
  }
}

错误码格式说明:

名称 类型 说明

代码示例: