东方Project随机图片API Version:3.0-beta

{%include '_stat.html'%}

API文档


GET

https://img.paulzzh.com/touhou/random

参数

字段 描述
type 可选 302 (默认)
json 支持跨域
site 可选 konachan 仅使用konachan(此方酱)(默认)
yandere 仅使用yande.re(病娇酱)
all 全部使用
size 可选 pc 横屏壁纸(默认)
wap 竖屏壁纸
all 全部
proxy 可选 1 使用反向代理 (默认)
0 302返回源站链接
tag 可选 无默认值
筛选指定标签的图片,可能较慢(beta)
例如:博丽灵梦(reimu) 蓬莱山辉夜(kaguya)
琪露诺(cirno) 短发(short_hair)
红眼(red_eyes) 夜晚(night)
更多标签详见https://img.paulzzh.com/touhou/random_tags

实例

GET https://img.paulzzh.com/touhou/random
(302) https://img.paulzzh.com/touhou/konachan/jpeg/eccc2fd2536b025c304c40a85feac845.jpg
GET https://img.paulzzh.com/touhou/random?proxy=1&site=yandere
(302) https://img.paulzzh.com/touhou/yandere/image/a54ade26c657f5cdd7252ee162c6d50e.jpg
GET https://img.paulzzh.com/touhou/random?size=wap&site=all&proxy=0
(302) https://files.yande.re/jpeg/9111db2e0ebbd059e157fb6b133433b9/yande.re%20330191%20ama-tou%20bloomers%20heterochromia%20shameimaru_aya%20tatara_kogasa%20touhou%20umbrella%20wings.jpg
GET https://img.paulzzh.com/touhou/random?type=json&tag=mokou
(200) {"author":"WhiteExecutor","height":768,"id":42339,"jpegurl":"...","md5":"24a20577421d4b7060ca96d4ac0589bb","preview":"...","size":243448,"source":"","tags":"fujiwara_no_mokou touhou","timestamp":1227142290,"url":"...","width":1024}

开发日志

2021年
07-13 为了兼顾时间与空间和成本 不再提供yandere图库 感谢各位的滥用(说的就是你3DM)
07-27 IMG站点Cookieless
08-07 我们不得不对所有图片进行了二次压缩 优化下载速度 恢复yandere WAP
08-28 更换域名至.com

2020年
07-04 更新图片,更换服务器,再次提升速度

2019年
04-25 第一个版本
04-26 增加反向代理返回方式
04-30 重新写了一遍。。
05-01 完善文档
05-02 更换域名至.tech主域名
05-06 支持yande.re,现在同时支持konachan和yande.re
05-08 支持选择来源站点
05-08 支持选择图片横纵
05-08 完善文档
05-11 调用量统计
05-12 api调用错误时返回图片进行提醒
05-13 优化反向代理效率(改为直接nginx)(发现自己之前好蠢
05-21 修复了反向代理的一个很蠢的错误。。。
06-11 更换反向代理方式,返回默认改为走代理服务器
10-19 v3上线,升级数据库
10-19 重构,优化随机速度,增加worker数量提高并发能力
10-23 
10-24 JSON接口上线
10-26 Tag筛选功能公测
10-30 图片资源本地化,再次提升响应速度