稳定、快速、免费的 API 接口服务
随机返回一张美女图片,支持id搜索,支持直接返回以及json返回
接口地址: https://wzapi.com/api/sjmntp
返回格式: JSON
请求方式: GET
请求示例: https://wzapi.com/api/sjmntp?format=json
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| format | 是 | string | json=返回json,txt=重定向图片地址 |
| 名称 | 类型 | 说明 |
|---|---|---|
| status | string | 返回状态 |
| id | string | 当前图片ID |
| wallpaper | string | 图片链接 |
{
"status": "success",
"data": {
"id": 8202,
"wallpaper": "https://p1.toutiaoimg.com/origin/137b90000aef807310c15",
"timestamp": 1764313032
}
}
请求参数设置:
| 参数名称 | 参数值 |
|---|---|
{
"status": "success",
"data": {
"id": 8202,
"wallpaper": "https://p1.toutiaoimg.com/origin/137b90000aef807310c15",
"timestamp": 1764313032
}
}
| 名称 | 类型 | 说明 |
|---|