历史总数
880
仅展示审核通过的投稿照片。
本页保留对外采集 API。主入口建议直接使用 https://huayi36.com/api.php?action=current,一般前端读取、站长采集、镜像同步都可优先使用这个地址。
保留最常用的几个地址,够会员和采集站直接接入使用。
https://huayi36.com/api.php?action=currenthttps://huayi36.com/api.php?action=history&limit=alllimit 支持 20 / 60 / 100 / all。limit=all。https://huayi36.com/api.php?action=statshttps://huayi36.com/api.php?action=issue&issue=2026101https://huayi36.com/api.php?action=search&q=万金下面这几个示例可直接复制使用。
https://huayi36.com/api.php?action=current
fetch('https://huayi36.com/api.php?action=current')
.then(res => res.json())
.then(data => console.log(data));
fetch('https://huayi36.com/api.php?action=history&limit=all')
.then(res => res.json())
.then(data => console.log(data.history));
callback 参数使用 JSONP。