今日壁纸JSON
返回今日壁纸JSON数据
接口地址
GET /api/public/today_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/today_json.php
获取美国今日4K壁纸JSON:
GET /api/public/today_json.php?country=en-US&format=4k
响应示例
{
"success": true,
"message": "今日壁纸",
"today": "20260517",
"country": {
"code": "zh-CN",
"name": "中国"
},
"format": {
"requested": "normal",
"resolution": "1920x1080"
},
"data": {
"date": "20260517",
"title": "静谧之巅,喧嚣之景",
"copyright": "仙纳度国家公园的玳瑁峰, 弗吉尼亚州, 美国 (© John Baggaley/Getty Images)",
"url": "https://www.bing.com/th?id=OHR.ShenandoahSunset_ZH-CN4399136794_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp",
"url_normal": null,
"url_4k": "https://www.bing.com/th?id=OHR.ShenandoahSunset_ZH-CN4399136794_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp",
"url_mobile": "https://www.bing.com/th?id=OHR.ShenandoahSunset_ZH-CN4399136794_1080x1920.jpg&rf=LaDigue_1080x1920.jpg&pid=hp"
}
}