必应每日一图

GETPOST

提供微软必应每日更新的高质量背景图片,用于网站、应用壁纸及内容展示。

https://api.auth.top/api/bing
https://api.auth.top/api/bing

请求参数

将 Key 放到 Header 中使用 Authorization 请求头,按 Bearer Token 方式传递
Authorization:Bearer YOUR_API_KEY

接口指标

QPS 上限
30次/秒
平均响应时间
0ms

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X POST 'https://api.auth.top/api/bing' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -d 'format=json / 302' \
  -d 'market=zh-CN'

返回示例

{
  "code": 200,
  "msg": "数据获取成功",
  "data": {
    "title": "日出时分,马特洪峰的倒影映照在斯特利湖中, 采尔马特, 瑞士 (© Andy Trowbridge/naturepl.com)",
    "date": "20260110",
    "url": "https://www.bing.com/th?id=OHR.MatterhornSunrise_ZH-CN3171879631_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp",
    "url_base": "/th?id=OHR.MatterhornSunrise_ZH-CN3171879631_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp",
    "copyright": "日出时分,马特洪峰的倒影映照在斯特利湖中, 采尔马特, 瑞士 (© Andy Trowbridge/naturepl.com)",
    "copyright_link": "https://www.bing.com/search?q=%E9%A9%AC%E7%89%B9%E6%B4%AA%E5%B3%B0&form=hpcapt&mkt=zh-cn",
    "wp": true
  }
}