随机输出必应图片
接口地址: https://api.ikunl.com/api/bing
返回格式: JSON/图片
请求方式: GET
请求示例: https://api.ikunl.com/api/bing?rand=[true/false]&day=[day]&size=[size]&info=[true/false]
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
rand | 否 | string | 是否随机显示8天内图片 [ true | false ] |
day | 否 | string | 显示指定的最近图片,0为今天,-1为昨天 [ -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 ] |
info | 否 | string | 获取图片基础信息(Json格式),为false或者留空则直接输出图片 [ true | false ] |
size | 否 | string | 指定获取图片的大小 [ 1920*1080 | 1366*768 | 1280*768 | 1024*768 | 800*600 | 800*480 | 768*1280 | 720*1280 | 640*480 | 480*800 | 400*240 | 320*240 | 240*320 ] |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
title | string | 图片标题 |
url | string | 图片url |
link | string | 图片所在网址 |
time | string | 图片更新时间 |
返回示例:
{ "title": "安格尔西岛上的Tŵr Mawr 灯塔,英国威尔士 (© Joe Daniel Price/Getty Images)", "url": "https://www.bing.com/th?id=OHR.StDwynwensDay_ZH-CN3187096355_1920x1080.jpg", "link": "https://www.bing.com/search?q=%E5%AE%89%E6%A0%BC%E5%B0%94%E8%A5%BF%E5%B2%9B&form=hpcapt&mkt=zh-cn", "time": 20220124 }
请求参数设置:
参数名称 | 参数值 |
---|---|
{ "title": "安格尔西岛上的Tŵr Mawr 灯塔,英国威尔士 (© Joe Daniel Price/Getty Images)", "url": "https://www.bing.com/th?id=OHR.StDwynwensDay_ZH-CN3187096355_1920x1080.jpg", "link": "https://www.bing.com/search?q=%E5%AE%89%E6%A0%BC%E5%B0%94%E8%A5%BF%E5%B2%9B&form=hpcapt&mkt=zh-cn", "time": 20220124 }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例: