随机壁纸JSON

返回随机壁纸JSON数据

接口地址

GET /api/public/random_json.php

请求参数

参数类型必填说明默认值
countryString国家/地区代码zh-CN
formatString图片格式:normal(1920x1080)、4k(UHD)、mobile(1080x1920)normal
支持的 country 值
代码国家/地区
zh-CN, CN中国
en-US, US美国
en-GB, GB英国
en-CA, CA加拿大
de-DE, DE德国
ja-JP, JP日本
fr-FR, FR法国
pt-BR, BR巴西
it-IT, IT意大利
es-ES, ES西班牙
en-IN, IN印度
en-AU, AU澳大利亚
en-NZ, NZ新西兰
请求示例

获取随机壁纸JSON:

GET /api/public/random_json.php

获取德国随机4K壁纸JSON:

GET /api/public/random_json.php?country=de-DE&format=4k
响应示例
{
  "success": true,
  "message": "随机壁纸",
  "country": {
    "code": "zh-CN",
    "name": "中国"
  },
  "format": {
    "requested": "normal",
    "resolution": "1920x1080"
  },
  "data": {
    "date": "20230415",
    "title": "宏伟的堡垒和宫殿",
    "copyright": "从纳哈加尔城堡鸟瞰斋浦尔,印度 (© Sean3810/iStock/Getty Images Plus)",
    "url": "https://www.bing.com/th?id=OHR.NahargarhFort_ZH-CN7681434372_1920x1080.jpg",
    "url_normal": "https://www.bing.com/th?id=OHR.NahargarhFort_ZH-CN7681434372_1920x1080.jpg",
    "url_4k": "https://www.bing.com/th?id=OHR.NahargarhFort_ZH-CN7681434372_UHD.jpg",
    "url_mobile": "https://www.bing.com/th?id=OHR.NahargarhFort_ZH-CN7681434372_1080x1920.jpg"
  }
}