请求地址
https://api.tanmantang.com/api/bing
请求示例
// 返回两天前壁纸
https://api.tanmantang.com/api/bing?d=2
// 返回三天前分辨率大小为1920x1080的壁纸
https://api.tanmantang.com/api/bing?d=3&s=1920x1080
请求方式
返回格式
请求参数
参数名称 | 参数类型 | 可用参数 | 说明 |
---|
d | int | 1,2,3,4,5,6,7 | day 返回d天前的图片(默认今天,最大7天前) |
s | string | 详见下方组合说明 | size 图片分辨率(默认1920x1080) |
r | boolean | true,false | roud 是否开启7天随机图(默认false) |
t | string | img,json | type 请求返回的是图片还是json数据(默认img) |
参数 s (size 分辨率) 参数仅支持以下分辨率
1920x1200 | 1920x1080 | 1366x768 | 1280x768 | 1024x768 | 800x600 |
---|
800x480 | 768x1280 | 720x1280 | 640x480 | 480x800 | 400x240 |
320x240 | 240x320 | | | | |
json返回参数说明
名称 | 类型 | 说明 |
---|
imgurl | string | 必应图片地址 |
copyright | string | 返回版权说明 |
copyrightlink | string | 返回版权说明链接 |
startdate | string | 返回图片开始日期 |
enddate | string | 返回图片结束日期 |
json返回参数示例
{
"imgurl": "https:\/\/cn.bing.com\/th?id=OHR.Ortygia_ZH-CN5237934114_1920x1080.jpg",
"copyright": "奥提伽,西西里岛锡拉库萨海岸附近的小岛,意大利 (© DaLiu\/Shutterstock)",
"copyrightlink": "https:\/\/www.bing.com\/search?q=%E5%A5%A5%E6%8F%90%E4%BC%BD%E5%B2%9B&form=hpcapt&mkt=zh-cn",
"startdate": "20210708",
"enddate": "20210709"
}