随机壁纸JSON
返回随机壁纸JSON数据
接口地址
GET /api/public/random_json.php
请求参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
| country | String | 否 | 国家/地区代码 | zh-CN |
| format | String | 否 | 图片格式:normal(1920x1080)、4k(UHD)、mobile(1080x1920) | normal |
| 代码 | 国家/地区 |
|---|---|
| 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"
}
}