Skip to content

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指定获取图片大小
  • 1920x1080
  • 1366x768
  • 1280x768
  • 1024x768
  • 800x600
  • 800x480
  • 768x1280
  • 720x1280
  • 640x480
  • 480x800
  • 400x240
  • 320x240
  • 240x320
  • 注:中间的 “x” 为英文小写字母 “x”
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

3/ More

😉

7ED 还提供更多静态资源加速服务,前往 首页 查看, 在使用过程中出现任何问题均可至 后花园 进行反馈。

This website is released under the MIT License.