Skip to content

必应每日壁纸

警告

部分代码来自互联网,如有侵权请前往GitHub Issues要求删除

参数代码参数含义参数值默认值是否必要
rand是否随机显示最近8天内的图片true, falsefalse
day显示指定日期的图片-1,0,1,2,3,4,5,6,7(0为今天,-1为昨天)0
size指定获取图片大小指定获取图片大小1920×1080
info获取图片基础信息(json格式)true, falsefalse
  • 可用分辨率: 1920×1080 1366×768 1280×768 1024×768 800×600 800×480 768×1280 720×1280 640×480 480×800 400×240 320×240 240×320

提示

中间的x为英文字母x

  • 调用示例:
    • 默认调用:

提示

不带任何参数调用,显示必应当天图片

调用链接:

html
<img src="https://api.wxies.cn/rpicgs/bing.php"/>

显示效果

  • Info调用:

调用链接:

html
https://api.wxies.cn/rpicgs/bing.php?info=true

返回值:

json
{
title:Elephant hawk-moth on foxglove flower David Chapman/Alamy),url:https://www.bing.com/th?id=OHR.FoxgloveHawkmoth_EN-US4340017481_1920x1080.jpg,link:https://www.bing.com/search?q=elephant+hawk+moth&form=hpcapt&filters=HpDate%3a%2220220723_0700%22,time:20220723
}
  • 随机调用:

提示

刷新本页,图片随机显示

调用链接:

html
<img src="https://api.wxies.cn/rpicgs/bing.php?rand=true"/>

显示效果