必应每日壁纸

GET
https://api.5k4.cn/api/bingwaller

接口描述

必应每日壁纸

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "message": "获取成功,官网 https://api.5k4.cn,开发者微信 qxbn22",
  "data": {
    "title": "皮毛、霜冻和盛宴",
    "headline": "皮毛、霜冻和盛宴",
    "description": "皮毛、霜冻和盛宴",
    "main_text": "皮毛、霜冻和盛宴",
    "cover": "https://bing.com/th?id=OHR.FrostySquirrel_ZH-CN4613360783_1920x1080.jpg",
    "cover_4k": "https://bing.com/th?id=OHR.FrostySquirrel_ZH-CN4613360783_UHD.jpg",
    "copyright": "在诺森伯兰郡的欧亚红松鼠, 英格兰 (© Michael_Conrad/Getty Images)",
    "update_date": "2025-12-17 09:40:14",
    "update_date_at": 1765964414613
  }
}