Bing 每日图片 API
一个简单的获取 BING 每日图片的服务
1/ 使用方式
直接引用如下地址即可
html
https://7ed.net/bing/api
html
<img src="https://7ed.net/bing/api" width="100%" />
markdown
![](https://7ed.net/bing/api)
提示
本服务托管于 Vercel,目前大陆到 Vercel 的路由间歇性不可用,可使用托管于 Deno 使用 Google Cloud 线路的 api.7ed.net/bing/api
代替。
2/ 可选参数
参数代码 | 参数含义 | 可用参数 |
rand | 是否随机显示最近8天内的图片 | true or false |
day | 显示指定的最近图片 | -1, 0, 1, 2, 3, 4, 5, 6 ,7 0 为今天,-1 为明天 |
size | 指定获取图片大小 |
|
info | 获取图片基础信息(JSON 格式) | true or false |
cn | 是否获取国内版的图片 | true or false |
* 以上所有参数均非必要,默认为: rand=true,day=0,size=1920x1080,info=false,cn=false |
例如,随机获取大小 320x240 的图片则可以引用:
html
https://7ed.net/bing/api?rand=true&size=320x240