自建bing每日一图api接口教程

环境说明: php即可

必应每日一图API接口,图片分辨率:4K 1920*1080 图片自动更新时间: 0:05     壁纸星球
自建bing每日一图api接口教程
展示页面每日bing壁纸 – 壁纸星球
当天图像https://www.tuimg.cn/api/bing.php (4k图像)
随机图像https://bing.ee123.net/img/rand
参数说明date=2024/07/07  指定日期(2010/01/01到现在,随机图像无效)size=1920×1080 | w1600 | h900  指定图像分辨率、宽度及高度,设定一项即可type=json  返回JSON格式数据,为空则直接返回图像
分 辨 率UHD , 1920×1200 , 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

原接口网址:www.tuimg.cn/api/biog.php 可以正常使用,无需修改

调用方式

点击查看

<img src=”https://www.tuimg.cn/api/bing.php” />  如需其他图片替换网址即可

自建bing每日一图api接口教程

php核心代码,其他根据自己需求修改即可

<?php
    $str = file_get_contents('https://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1');   //读取必应api
    $str = json_decode($str,true);                            //接受JSON 编码的字符串并且把它转换为 PHP变量
    $imgurl = 'https://cn.bing.com'.$str['images'][0]['url'];                               //获取图片url
    header("Location: {$imgurl}");                                                      // 跳转至目标图像
?>

可以预览我们搭建的效果:每日bing壁纸 – 壁纸星球

原文地址:http://ee123.net/post/81.html

如果文章有侵权请联系我们
随便看看

谷歌蜘蛛一直爬站怎么办

2024-12-13 23:28:02

随便看看

自建bing每日一图api接口教程

2024-12-18 18:13:32

搜索